Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program Error Message - 'field' Phrase is not found
Message
From
18/07/2006 15:54:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Program Error Message - 'field' Phrase is not found
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01137375
Message ID:
01137375
Views:
114
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
Next
Reply
Map
View

Click here to load this message in the networking platform