Moderator: Neosoft Support
THROUGH need a button for entering text, the text entered search the database and this show only the records it finds. It is with qdpquerry , but I can not make it work.
dbpQuery "data" , " Table1 " " PRODUCT DESCRIPTION " sintaxix missing operator error .
dbpQuery "database id" "table" "filter"
"DescripcionDelProducto=[TextEntry1]"
dbpOpenTable "datos" "Tabla1" ""
dbpQuery "datos" , " Tabla1 " "DescripcionDelProducto LIKE [#34][value][#34]"
me sale el siguiente error: la tabla tabla1 no esta abierta
I get the following error: tabla1 table is not open
dbpOpenTable "datos" "Tabla1" ""
... in English ...usando dbpquery me tira error: La tabla table1 no esta abierta.
... most likely because in this statement ...using dbpquery throws me error: The table1 not open
dbpQuery "datos" , " Tabla1 " "DescripcionDelProducto LIKE [#34][value][#34]"
dbpQuery "datos" "Tabla1" "DESCRIPCIONDELPRODUCTO LIKE [#34][value][#34]"
FIND ME BUT NOW SHOWING ALL IN WHITE , NOT LISTED RECORDS, NOTHING APPEARS NO BONE
dbpQuery "datos" "Tabla1" "!PRODUCTO LIKE [#34][value]%[#34]"
Users browsing this forum: No registered users and 1 guest