Improved mysql connection

Issues related to forms.
Post Reply
infokalarakis
 
 
Posts: 6
Joined: Wed Jul 20, 2022 9:51 am

Improved mysql connection

Post 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 ?
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Improved mysql connection

Post by Pablo »

You can use the 'filter' property to display specific records.
Please see the documentation for more details.
infokalarakis
 
 
Posts: 6
Joined: Wed Jul 20, 2022 9:51 am

Re: Improved mysql connection

Post by infokalarakis »

there are : function mySqlPrevious()
{
mySqlAction('prev');
}
function mySqlNext()
and so on

where is Filter or how can I call filter by code ?
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Improved mysql connection

Post 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"\.
Post Reply