Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message saying
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00599886
Message ID:
00599902
Vues:
27
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform