Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View under different alias
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00513953
Message ID:
00513958
Views:
13
This message has been marked as the solution to the initial question of the thread.
This code worked fine for me. Is this what you need?

USE rv_agency_pk ALIAS v_Agency NODATA
lcViewName = CURSORGETPROP("SourceName", "v_Agency")
? DBGETPROP(lcViewName, "View", "ParameterList")



>Hi everybody,
>
>Can we open view under some alias, which is different that it's original name? I got an error on this line:
>cParameters = DBGETPROP(Alias(),"VIEW","ParameterList")
>
>Thanks in advance.
"Problems cannot be solved at the same level of awareness that created them." - Albert Einstein

Bruce Allen
NTX Data
Previous
Reply
Map
View

Click here to load this message in the networking platform