the mysql connector has functions for the new, next, previous record.
Can you update this tool with a function to load a specific record from database?
e.g. if (action=='load'){
// index == the record number
}
posted from an other form eg searching form ?
Improved mysql connection
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Improved mysql connection
You can use the 'filter' property to display specific records.
Please see the documentation for more details.
Please see the documentation for more details.
-
-
- Posts: 7
- Joined: Wed Jul 20, 2022 9:51 am
Re: Improved mysql connection
there are : function mySqlPrevious()
{
mySqlAction('prev');
}
function mySqlNext()
and so on
where is Filter or how can I call filter by code ?
{
mySqlAction('prev');
}
function mySqlNext()
and so on
where is Filter or how can I call filter by code ?
Re: Improved mysql connection
You can set the filter in the properties of the extension.
The option is documented in the PDF.
Note that there is no support on (free) extensions. The extensions is provided "AS IS"\.
The option is documented in the PDF.
Note that there is no support on (free) extensions. The extensions is provided "AS IS"\.