Thanks in advance for any help.

I have a form that I'm trying to use in two different apps. It works in one
but in the other I get this error (which I think that I incorrectly reported
in an earlier post)

Visual FoxPro Reference

"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.

To the best of my knowledge I am not using a PROMPT command or function.
Following the instructions above to type PROMPT in the Index tab of the Help
file did not help. Does anyone have any idea what this error means?

It is an error which can be safely ignored (which I guess means that it can
be trapped) but I don't think I should have to do that.

Thanks again,

Jeff

Re: Form Works in One App but Not Another Part II by swdev2

swdev2
Sun Sep 19 17:48:10 CDT 2004

Jeff -
JUST A SWAG -
but -
did you create this form with a wizard ? IF SO - there is some baseclass
that the form is based on.
if your form is part of a project - I find it helpful to rip the project
through PDM [look on UT for download]
and then do a search on the HTML output in a browser.

FAILING access to PDM, then I would suggest you use the documenting wizard,
and then study the output code for BOTH [open it up in your editor]:
1. the form in question [look for base classes]
2. the entire Project Output File

hth - Mondo Regards [Bill]
--
William Sanders / Electronic Filing Group Remove the DOT BOB to reply via
email.
Mondo Cool TeleCom -> http://www.efgroup.net/efgcog.html
Mondo Cool WebHosting -> http://www.efgroup.net/efglunar.html
Mondo Cool Satellites -> http://www.efgroup.net/sat
VFP Webhosting? You BET! -> http://efgroup.net/vfpwebhosting
mySql / VFP / MS-SQL

"Jeff Grippe" <jgrippe@hilldun.com> wrote in message
news:10km25osq8j4le6@news.supernews.com...
> Thanks in advance for any help.
>
> I have a form that I'm trying to use in two different apps. It works in
one
> but in the other I get this error (which I think that I incorrectly
reported
> in an earlier post)
>
> Visual FoxPro Reference
>
> "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.
>
> To the best of my knowledge I am not using a PROMPT command or function.
> Following the instructions above to type PROMPT in the Index tab of the
Help
> file did not help. Does anyone have any idea what this error means?
>
> It is an error which can be safely ignored (which I guess means that it
can
> be trapped) but I don't think I should have to do that.
>
> Thanks again,
>
> Jeff
>
>



Re: Form Works in One App but Not Another Part II by Jeff

Jeff
Mon Sep 20 07:54:44 CDT 2004

Bill,

Thanks for the suggestion.

The form was not created with a wizard. There aren't two forms to compare. I
am simply using the same form in two applications and getting an error
message in one but not in the other.

Regards,
Jeff
"swdev2" <wsanders.bob@bob.efgroup.com> wrote in message
news:eVlc$upnEHA.2576@TK2MSFTNGP10.phx.gbl...
> Jeff -
> JUST A SWAG -
> but -
> did you create this form with a wizard ? IF SO - there is some baseclass
> that the form is based on.
> if your form is part of a project - I find it helpful to rip the project
> through PDM [look on UT for download]
> and then do a search on the HTML output in a browser.
>
> FAILING access to PDM, then I would suggest you use the documenting
wizard,
> and then study the output code for BOTH [open it up in your editor]:
> 1. the form in question [look for base classes]
> 2. the entire Project Output File
>
> hth - Mondo Regards [Bill]
> --
> William Sanders / Electronic Filing Group Remove the DOT BOB to reply via
> email.
> Mondo Cool TeleCom -> http://www.efgroup.net/efgcog.html
> Mondo Cool WebHosting -> http://www.efgroup.net/efglunar.html
> Mondo Cool Satellites -> http://www.efgroup.net/sat
> VFP Webhosting? You BET! -> http://efgroup.net/vfpwebhosting
> mySql / VFP / MS-SQL
>
> "Jeff Grippe" <jgrippe@hilldun.com> wrote in message
> news:10km25osq8j4le6@news.supernews.com...
> > Thanks in advance for any help.
> >
> > I have a form that I'm trying to use in two different apps. It works in
> one
> > but in the other I get this error (which I think that I incorrectly
> reported
> > in an earlier post)
> >
> > Visual FoxPro Reference
> >
> > "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.
> >
> > To the best of my knowledge I am not using a PROMPT command or function.
> > Following the instructions above to type PROMPT in the Index tab of the
> Help
> > file did not help. Does anyone have any idea what this error means?
> >
> > It is an error which can be safely ignored (which I guess means that it
> can
> > be trapped) but I don't think I should have to do that.
> >
> > Thanks again,
> >
> > Jeff
> >
> >
>
>