Thanks in advance for the help...

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?

Thanks

Jeff

Re: Form works in one app but not in another by Stefan

Stefan
Fri Sep 17 03:13:59 CDT 2004

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.


hth
-Stefan

"Jeff Grippe" <jgrippe@hilldun.com> schrieb im Newsbeitrag
news:10kjepidrv0v197@news.supernews.com...
> Thanks in advance for the help...
>
> 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?
>
> Thanks
>
> Jeff
>
>