Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program Error Message - 'field' Phrase is not found
Message
De
18/07/2006 15:54:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Program Error Message - 'field' Phrase is not found
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01137375
Message ID:
01137375
Vues:
115
Getting this error message: 'field' Phase is not found.

List below in the code I am running the inti event of a form.

In the Debug Window it stops at the Thisform.Refresh Line.
SET SAFETY OFF
SET TALK OFF

SELECT Vaccine, Maker, Descrip, ;
TRANSFORM(Cost,"$999.99") AS COST, ;
Minbulk, Unitsize, Pkgsize, Ndcno, Contract, ;
Directship ;
FROM VACCBULK INTO TABLE ORDER_FLU_VACCINE ;
WHERE SUBSTR(VACCINE,1,3)="FLU" AND EMPTY(directship) 
SELECT ORDER_FLU_VACCINE 
thisform.txt_dESCRIPTION.Value = ""
thisform.txt_pkGSIZE.Value = ""
thisform.txt_cdcno.Value =""
thisform.txt_mAKER.Value = ""
thisform.txt_cost.Value = ""
thisform.txt_ndcno.Value = ""
thisform.text4.Value = ""
thisform.Refresh 
If anyone have any suggestion on how to fix this error, I would greatly appreicated.


Thank You In Advance




Winfred Majors
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform