Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Table Reference
Message
 
 
À
27/07/2005 18:30:05
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01036437
Message ID:
01036438
Vues:
9
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform