Jump to content
  • 0

Pre-Defined Criteria & Passing Perameters


crisraguilar

Question

I understand how to pass perameters I also have used Pre-Defined Criteria

Search forms already but for some reason the form I am trying to create wont work. It keeps reading No Records.

I am passing a automatically generated number from one form(auto number) into a search form. If i used different criteria such as a non auto number such as a text field it works. It seems to be hung up on the fact that I am using an auto number. I need to use this auto number because it is unique. This is the point of this number, or at least part of the point.

Help! anyone... anyone...

Cris

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

In Web Forms, AutoNumber parameters must be passed in a special way. In the Select Fields screen of DataPage wizard, check On exit, pass AutoNumber ID field as parameter under the left panel to enable AutoNumber parameters. Because AutoNumbers cannot be included in the input fields, you must check this checkbox to pass an AutoNumber. 

AutoNumbers passed from a Web Form have a slightly different syntax than other parameters. You must add “InsertRecord” as a prefix before the fieldname to receive this unique field type

Please refer to this article for more information: https://howto.caspio.com/parameters/passing-parameters/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...