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

accessing data(variables) in different windows

Status
Not open for further replies.

CBass

Technical User
Sep 29, 2003
4
US
I asked a similar question earlier, but I'm stll confused..
I have a datawindow that is setting a field through a sub-function. That variable is not being set in the db.
Can I access that variable somehow? or do I create a global variable??

much thanks,
craig
 
You can access the value via the getitem methods. The specific one to use(getitemstring, getitemnumber, etc.) is based on the data type of the field on the datawindow. The help file has the specifics.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top