Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program Error Message - 'field' Phrase is not found
Message
 
 
To
18/07/2006 15:54:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01137375
Message ID:
01137384
Views:
19
This error usually is related with the combobox. Do you have combobox on the form? What is the rowsource for it?

>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
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform