Thanks in advance for any help. Here is the text from the help file. Can
anyone explain this in more detail? To the best of my knowledge I am not
using a PROMPT clause. What is a PROMPT field or clause? What does this
error tell me? Thanks.


From Visual FoxPro Reference (V. 7)

"field" phrase is not found (Error 1130)
The field specified in PROMPT field was not found.

a.. You are using a command with a PROMPT clause that references an
unknown field.
For more information, type PROMPT in the Index tab of the Help file and
select the command you are using.

Re: Can anyone explain this error better than the vfp documentation? by Cindy

Cindy
Mon Sep 20 14:14:17 CDT 2004

Hi Jeff,

You haven't said exactly what your program is doing when you get the error.
Here's some threads about this problem:
http://groups.google.com/groups?q=prompt+field+phrase+is+not+found&ie=UTF-8&hl=en&btnG=Google+Search

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden@mvps.org www.cindywinegarden.com


"Jeff Grippe" <jgrippe@hilldun.com> wrote in message
news:10ku7v42qibg1d4@news.supernews.com...
> Thanks in advance for any help. Here is the text from the help file. Can
> anyone explain this in more detail? To the best of my knowledge I am not
> using a PROMPT clause. What is a PROMPT field or clause? What does this
> error tell me? Thanks.
>
>
> From Visual FoxPro Reference (V. 7)
>
> "field" phrase is not found (Error 1130)
> The field specified in PROMPT field was not found.
>
> a.. You are using a command with a PROMPT clause that references an
> unknown field.
> For more information, type PROMPT in the Index tab of the Help file and
> select the command you are using.
>
>



Re: Can anyone explain this error better than the vfp documentation? by Stefan

Stefan
Mon Sep 20 23:10:48 CDT 2004

In your other thread you wrote:

> >
> > I have a form that I need to use in two different applications. It compiles
> > in both applications just fine and it works properly in one of them.
> >
> > In the other I get a message
> >
> > Field "phrase" not found
> >
> > at the thisform.refresh line (according to the debugger).
> >
> > The error appears twice and can be ignored after which the form works
> > correctly. Does anyone have any ideas about this problem?

I think this reply still applies

> form.Refresh() subsequently refreshes all its members (and their members
> etc.), too.
> Your error could be list/comboboxes with RowSourceType=2 complaining
> about missing .RowSource fields, for example.

As for the Docs text - it might be a little outdated, since Error 1130 is quite
old, was used in Fox2.x too, and maybe even earlier.


hth
-Stefan

Re: Can anyone explain this error better than the vfp documentation? by Jeff

Jeff
Tue Sep 21 09:37:37 CDT 2004

Stefan (and everyone else)

You were for the most part correct.

I had a combo box on the form whose RowSource table was a table that was
opened in application number 1 but not in application number 2.

As soon as I opened the table in application number 2 the problem went away.

It would have helped to have a more meaningful error message.

Thanks for the help.

Regards,

Jeff
"Stefan Wuebbe" <stefan.wuebbe@gmx.de> wrote in message
news:ey9X6H5nEHA.3464@tk2msftngp13.phx.gbl...
> In your other thread you wrote:
>
> > >
> > > I have a form that I need to use in two different applications. It
compiles
> > > in both applications just fine and it works properly in one of them.
> > >
> > > In the other I get a message
> > >
> > > Field "phrase" not found
> > >
> > > at the thisform.refresh line (according to the debugger).
> > >
> > > The error appears twice and can be ignored after which the form works
> > > correctly. Does anyone have any ideas about this problem?
>
> I think this reply still applies
>
> > form.Refresh() subsequently refreshes all its members (and their members
> > etc.), too.
> > Your error could be list/comboboxes with RowSourceType=2 complaining
> > about missing .RowSource fields, for example.
>
> As for the Docs text - it might be a little outdated, since Error 1130 is
quite
> old, was used in Fox2.x too, and maybe even earlier.
>
>
> hth
> -Stefan



Re: Can anyone explain this error better than the vfp documentation? by Stefan

Stefan
Tue Sep 21 09:46:18 CDT 2004

You can use the "Send feedback on this topic to Microsoft"
link at the bottom of each topic to send suggestions.
Good occasion right now, because the Vfp9 Help is currently
under construction and renovation anyway


-Stefan

"Jeff Grippe" <jgrippe@hilldun.com> schrieb im Newsbeitrag
news:10l0eqlr3hhqg76@news.supernews.com...
> Stefan (and everyone else)
>
> You were for the most part correct.
>
> I had a combo box on the form whose RowSource table was a table that was
> opened in application number 1 but not in application number 2.
>
> As soon as I opened the table in application number 2 the problem went away.
>
> It would have helped to have a more meaningful error message.
>
> Thanks for the help.
>
> Regards,
>
> Jeff
> "Stefan Wuebbe" <stefan.wuebbe@gmx.de> wrote in message
> news:ey9X6H5nEHA.3464@tk2msftngp13.phx.gbl...
>> In your other thread you wrote:
>>
>> > >
>> > > I have a form that I need to use in two different applications. It
> compiles
>> > > in both applications just fine and it works properly in one of them.
>> > >
>> > > In the other I get a message
>> > >
>> > > Field "phrase" not found
>> > >
>> > > at the thisform.refresh line (according to the debugger).
>> > >
>> > > The error appears twice and can be ignored after which the form works
>> > > correctly. Does anyone have any ideas about this problem?
>>
>> I think this reply still applies
>>
>> > form.Refresh() subsequently refreshes all its members (and their members
>> > etc.), too.
>> > Your error could be list/comboboxes with RowSourceType=2 complaining
>> > about missing .RowSource fields, for example.
>>
>> As for the Docs text - it might be a little outdated, since Error 1130 is
> quite
>> old, was used in Fox2.x too, and maybe even earlier.
>>
>>
>> hth
>> -Stefan
>
>