Bryan - Gendev
Programmer
In my Membership app I have a query form allowing the user to select a 'membership situation' which then writes the pre-prepared 'boilerplate'statement to a text box.
a button runs the SQL statement (as given in a previous posting.)
At present I write an array [50,3] as I load the form from data in the init method.
I want to take these prepared situations and SQl statements outside the form and build a maintenance form where the existing statements can be amended (within the loaded app ) and/or new ones added.
The 'membership situations' are presented in a list box so adding new ones will be catered for.
So I have 3 related items for each 'membership situation' to be stored so that they can be read in (to the array) when the form starts.
Any help appreciated.
GenDev
a button runs the SQL statement (as given in a previous posting.)
At present I write an array [50,3] as I load the form from data in the init method.
I want to take these prepared situations and SQl statements outside the form and build a maintenance form where the existing statements can be amended (within the loaded app ) and/or new ones added.
The 'membership situations' are presented in a list box so adding new ones will be catered for.
So I have 3 related items for each 'membership situation' to be stored so that they can be read in (to the array) when the form starts.
Any help appreciated.
GenDev