Jump to content

Search the Community

Showing results for tags 'unique records'.

  • 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 1 result

  1. Hi guys, I know the only way to create records in multiple table is by auto-submission, so I followed this script which works great: <script type="text/javascript"> if(document.getElementById("caspioform")) { document.getElementById("caspioform").style.display = 'none'; setTimeout('document.forms["caspioform"].submit()',1000); } </script> However when auto-submission fails (user tries to create the same record twice with a unique field) the error message says the "record already exists" and loops endlessly. Either I create some way to detect that the record already exists and therefore redirect my user to an update form or handle the error message once and move on to the update form. Any ideas on how to handle this problem?
×
×
  • Create New...