Forum Discussion
ChrisChris
9 years agoQrew Assistant Captain
Do you mean to pass parameters via a query string in a URL?
- ShihadShihad9 years agoQrew Cadetyes
- ChrisChris9 years agoQrew Assistant Captain
So, each field in your table has a field ID. The field ID is what QB really references when it writes data.
The field list view should show you the field ID of each field in your specific table.
You yourself would use it in a query string thusly::
"https://.......?_fid_15=text or number&_fid_30=text or number&_fid_22=text or number.... etc..."
Does this make sense?
- ChrisChris9 years agoQrew Assistant CaptainYour URL will include the table ID as well so the correct table is targeted.
- ShihadShihad9 years agoQrew Cadetok..fine
Let me explain more details.
suppose the url is https://.......?a=10, I want to catch the parameter 'a' in a java script or something. then using this parameter i want to do a doquery from another table.
Then the results i want to load in the form. - ChrisChris9 years agoQrew Assistant CaptainMaybe Danimal can help you with jQuery or JavaScript. I cannot.