Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This.parametervalue
Message
 
To
20/04/1999 16:51:07
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00210291
Message ID:
00210319
Views:
21
>Todd,
>
>Do you need this view for other purposes or only
>for the source of your drop-down comboxbox?
>
>If the latter, I suggest you do it this way:
>
>Set your drop-down combo RowSourceType to SQL Statement (3)
>and the put your SQL Statement as the RowSource. This would be
>something like this:
>
>RowSource=select * from lookup_table where set_name=thisform.MyValue
>
>You need to define a new property for the form called MyValue where
>your store the information for your query parameter.
>
>HTH
>
>Pascal

Also, be sure that the property is of the correct data type and not thee default of .F. which might cause an error if the query is expecting char/numeri.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform