Hi all!
I use InsertRow and SetItem functions to enter data in DataStore in clicked event of a controlbutton in one window.DataStore is declared like instance variable in second window. DataObject of this DataStore is dw_name. It has external presentation-style. I have a DataWindow control in same window, where DataStore is declared, in which i want the data from DataStore to be shown. It is associated with same dataWindow dw_name. I use RowsCopy function in open event of second window as I wish the data to be seen, but DataWindow object is allways blank. I don't want to use database. What must I do?
Thank you in advance!
I use InsertRow and SetItem functions to enter data in DataStore in clicked event of a controlbutton in one window.DataStore is declared like instance variable in second window. DataObject of this DataStore is dw_name. It has external presentation-style. I have a DataWindow control in same window, where DataStore is declared, in which i want the data from DataStore to be shown. It is associated with same dataWindow dw_name. I use RowsCopy function in open event of second window as I wish the data to be seen, but DataWindow object is allways blank. I don't want to use database. What must I do?
Thank you in advance!