Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RowsourceType syntax
Message
 
To
16/12/2005 11:15:00
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01078691
Message ID:
01078697
Views:
9
Assuming that thisform.cboField.value is the name of the field in the table having name thisform.cboAlias.value:
* thisform.cboValue.INIT
this.rowsource="select "+thisform.cboField.value+;
                  " from "+ thisform.cboAlias.value+;
                  " into cursor temp"
>Can someone help me with the correct syntax for the following statement?
>
>thisform.cboValue.RowSource = "select thisform.cboField.value from thisform.cboAlias.value into cursor temp"
>
>Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform