Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message saying
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00599886
Message ID:
00599902
Views:
19
I found the following in the VFP help for that error msg:
The field specified in PROMPT field was not found. 
You are using a command with a PROMPT clause that references an unknown field.
Do you have a menu around with a unknown field in it?

>I have a form that contains a listbox and several textbox. When I run my program I keep getting an error saying:
>
>"field" phrase not found".
>
> I can't seem to find the error. Has anyone else run into this problem. It seem to choke right at the .refresh().
>
>
>with thisform
>requery('lv_loc')
>.hldcnt = reccount('lv_loc')
>do case
>	case .hldcnt > 0
>		.hide_all		
>		.refresh()
>
>
>hideall method looks like this
>
>with thisform
>	.txtkn.visible = .f.
>	.txtkn2.visible = .f.
>	.txtK_key.visible = .f.
>	.txt2K_key.visible = .f.
>	.lbl2.visible = .f.
>	.lbl3.visible = .f.
>	.txtkn.value = ''
>	.txtkn2.value = ''
>	.cmdedit.enabled = .f.
>	.cmdadd.enabled = .t.
>	.cmddel.enabled = .f.
>endwith
>
>
>
>thanks
>Nick Patel
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform