|
| how to populate an embedded query |
| Iniciado por dyaozong, 13,dic. 2014 04:44 - No hay respuesta |
| |
| | | |
|
| |
| Publicado el 13,diciembre 2014 - 04:44 |
I have two questions bugging me for a long time.
Firstly, I need to populate an embedded query in a table control to update the records using hmoify or hadd. but when i write the embedded name in the code edit, the complier didn't recognize name like it can for pre-defined query or data file. so how can i populate an embedded query?
Secondly,
I used HExecuteSQLQuery to initiate a query with the data source variable and use this variable as the datasource for a combobox. The promblem is that it only filled two records for this datasoure regardless of how many records there are in the datasource. So how to fill the entire records of the datasource? The follwoing codes are as below:
t is Data Source HExecuteSQLQuery(t,hQueryDefault,"select node,parent from treeview") combobox1..BrowsedFile="t" combobox1..BrowsedItem="node" ListDisplay(combobox1) |
| |
| |
| | | |
|
| | | | |
| | |
|