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

share data?

Status
Not open for further replies.

clownstar25

Programmer
Joined
May 25, 2004
Messages
1
Location
US
I have two datawindows. The control window and the 2nd window. I have a DDDW in the control window that is an id_code. Users can specify a default value here to be used in the id_code field of the 2nd window. I want to be able to pop up the 2nd window with this default value for the id_code already filled in for me, but I want to be able to change it. Any help would be appreciated.
 
Now if the dddw datavalue in dw_1 is the code, use a 'getitem...' method (string, number, date, whatever) to get the value then a setitem on dw_2 to place it in an editable field.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top