Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create sql view with thisform property
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00363690
Message ID:
00363698
Views:
25
When I do paramaterized views, I have the parameter be ?lcSomeVar. Then I do:

LOCAL lcSomeVar
lcSomeVar = THISFORM.SomeProp
REQUERY("TheView")

That works for me.

Michelle


>Another silly question,
>Can I use the following sql statement to create sql view:
>'CREATE SQL VIEW MYVIEW AS SELECT * FROM MYTBL WHERE MYFIELD=Thisform.value'
>I found 'Thisform.value' can be replaced by a PUBLIC VARIABLE but I rather like to use local variable.
>
>Shall I change my mind?
>
>Sunny
Previous
Reply
Map
View

Click here to load this message in the networking platform