Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with Poping a Browse Window

Status
Not open for further replies.

Serincino

Programmer
Jun 13, 2003
61
US
I don't understand why this isn't working now, it works fine in another part of my program. I hope some one can help me.

I have created a form that it's only purpose is to appear so that a browse window can pop into it.

frmdisplay.show
BROWSE FIELDS date, cpa_no, number, ck, memo, ccredit, cdebit
frmdisplay.hide


When the browse command is given I'm given the error message: Object is not contained in a FORM

I do not get this error on my other browse commands. Also I'm noticing that a small messagebox is appearing saying Filter reset? What is that all about?

thanks for any assistance you all give me.

-Serincino

If you see a programmer in the office before 9am, they probably never left.
 
HI

Are you using any filter expression for the table you are browsing.

In all probability, you have used a filter which uses the expression..
ThisForm.Text1.Value or some such thing.

When the browse is on another form, ThisForm is loosing its meaning and so the error is poping up. :)

ramani :)
(Subramanian.G)
 
THANK YOU SO MUCH ramani!!!

Works beautiful now!!

-Serincino

If you see a programmer in the office before 9am, they probably never left.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top