Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form with same name as table
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01611546
Message ID:
01611553
Vues:
68
>Hi
>
>I have a form with same name of a table and now I got an error while executing command:
>
>REPLACE ALL reserva.hora_curso WITH HOR1 FOR reserva.CURSO_ID = CUR1
>
>Message is “Unknow member” maybe because VFP assumes reserva is a form and not a table.
>
>It there a way to solve the problem without changing form or table name ?
>
>It is funny that the unknown member is not in command line.
>
>Moises

If you want to update values in the reserva table then just use
replace hora_curso with hor1 for curso_id = m.cur1 in reserva
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform