Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Table Reference
Message
 
 
To
27/07/2005 18:30:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036437
Message ID:
01036438
Views:
8
This message has been marked as the solution to the initial question of the thread.
>I need to know how the syntax should be using a dynamic table name qualifier in a replace command.
>
>Example:
>
>ThisForm.whatalias = Alias()
>
>.....
>
>Replace ThisForm.whatalias.owner With myValue
>
>This will not work as is. Please help with correct solution.

Try
Replace owner With myValue IN (ThisForm.whatalias)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform