Page 1 of 1

Improved mysql connection

Posted: Wed Aug 17, 2022 4:07 pm
by infokalarakis
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 ?

Re: Improved mysql connection

Posted: Wed Aug 17, 2022 5:15 pm
by Pablo
You can use the 'filter' property to display specific records.
Please see the documentation for more details.

Re: Improved mysql connection

Posted: Thu Aug 18, 2022 9:38 am
by infokalarakis
there are : function mySqlPrevious()
{
mySqlAction('prev');
}
function mySqlNext()
and so on

where is Filter or how can I call filter by code ?

Re: Improved mysql connection

Posted: Thu Aug 18, 2022 10:25 am
by Pablo
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"\.