Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not Found message
Message
De
01/12/1999 14:54:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00297479
Message ID:
00297485
Vues:
28
>when I use an update command I get the following message:
>
>Alias 'TXTP_DPO_INT' is not found.
>
>my sql update looks like the following:
>
>update person_tbl set P_dpo_int = alltrim(.txtP_dpo_int.value), ;
>P_dte_assign = .txtP_dte_assign.value, ;
>P_dte_due = .txtP_dte_due.value, ;
>P_crtcase = alltrim(.txtP_crtcase.value), ;
>P_lname = alltrim(.txtP_lname.value), ;
>P_fname = alltrim(.txtP_fname.value), ;
>P_mi = alltrim(.txtP_mi.value), ;
>P_dte_sent = .txtP_dte_sent.value where p_nextid = lcid
>
>where I'am going wrong? the p_nextid exist. Help appreciated
>
>thanks
>nick patel

Are those object references with the "." in front of them? You need to look at your object references and fix them if that's the case.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform