Hi
In one page I have a small Structure defined as below.
STStores is Structure
StoreCode is string
Description is string
VCode is string
END
gstRecStores is STStores
garrStores is array of STStores
I fill with a few entries and all is fine. I want to pass this array to a new window, where the number of entries in the array can be increased or decreased.
How do I go about passing this array backwards and forwards between the 2 Windows? The way I am doing it now, the array, once received back in the 1st window, has lost a bit of it's readability i.e. StoreCode on some lines are suddenly empty.
Thanks in advance for your assistance.
Ericus Steyn
In one page I have a small Structure defined as below.
STStores is Structure
StoreCode is string
Description is string
VCode is string
END
gstRecStores is STStores
garrStores is array of STStores
I fill with a few entries and all is fine. I want to pass this array to a new window, where the number of entries in the array can be increased or decreased.
How do I go about passing this array backwards and forwards between the 2 Windows? The way I am doing it now, the array, once received back in the 1st window, has lost a bit of it's readability i.e. StoreCode on some lines are suddenly empty.
Thanks in advance for your assistance.
Ericus Steyn