This should be a no-brainer, but today I've got no brain...
I have a form called CLIENTS. This has a search button that when pushed, invokes another form called SEARCHCLIENTS. >From this second form, user enters a string, and pushes an OK button. That goes and searches the DBF and finds the client and then part of that click method for the OK button is to issue CLIENTS.REFRESH() - to update the clients form and reflect all of that clients info. That all works fine. Now enter another form into the scenario. This one is called SALESORDERS. >From this form, I've put a button on there today so user can add or search for clients on the run while entering sales orders. The button invokes the CLIENTS form and all works alright until I try the search button. Error is "Object CLIENTS is not found" on that CLIENTS.REFRESH() line. The CLIENTS form is still open, but in a debug environment, I can't see it as an object, only SALESORDERS is an object. What am I missing? TIA, Tina --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

