Jump to content

Search the Community

Showing results for tags 'display message'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 2 results

  1. Hi, I am working on an app that will be predominantly used on mobile in portrait mode. I am using Tabular report, Inline insert. In this set up the error upon duplicated entry for a unique field is not displayed in a pop up box, but rather directly within the field. However, my unique field is a formula field that combines a field created by the user ("SE") and a field that receives an external parameter ("KodaNajdišča"). Therefore, the actual unique field is not displayed during the create new record action and the user doesn't get any signal that the new record input was not unsuccessful. Can anyone suggest how to either - display duplicated / missing content (error 401) in responsive mode (mobile portrait) for a hidden field (as a pop up?) or - display a message upon successful create new record action in responsive mode (mobile portrait). Thanks in advance! Benjamin
  2. Just want to share this solution to redirect the Submission DataPage after showing the Display Message. Insert this code as source text in the Display Message html. You can change the delay by increasing or decreasing the number. <script> setTimeout(function () { window.location.href = "https://www.google.com"; }, 2000); </script> Cheers!
×
×
  • Create New...