Hello!
My name is Aljoscha. I'm beginning in programming FWH. At the start I have a question to FILTER. I have a Database, so I need a Filter to get certain infos form the Database. How can I resolve this problem?
Thank you for your help.
Regards
Ali
Startin in programming FWH
Hi friend!
Are you using a database with a DBF file?
Or are you using with a database server like mysql?
If you using with a DBF file... try this:
Are you using a database with a DBF file?
Or are you using with a database server like mysql?
If you using with a DBF file... try this:
Code: Select all
( cAlias )->( dbSetFilter( {|| dbf_field == search_value }, "dbf_field == search_value" ) )
Peace and lighting!
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9