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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh on Open

Status
Not open for further replies.

DCCalif

Programmer
Joined
Apr 26, 2010
Messages
8
Location
US
I have a lookup button that is calling the Item Form with the following command:

open form IV_Item_Number_Lookup return to tpItem;


When the form opens it show now items. If I put something in the find Item Number field andhet search it then returns items. Clealy I need to initalize this form before I start but not sure how.

Thanks in Advance.
 
About to answer my own question but thought it might be helpful.:


run script 'Redisplay Button' of window IV_Item_Number_Lookup of form IV_Item_Number_Lookup;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top