I'm trying to set up a secondary dialog box, running into "procedure is too large" error. It will not compile with the last dialog in the If/Then I have. Compiles / runs fine without the largest function.
I have a simple to do box, and if a checkbox is enabled, will kick up another dialog box based upon how many different line entries are needed.
So, in a nutshell, if you click the box, a droplist enables, and has a selection amount of 1 to 7. Then, based on what number is chosen, another box appears with more fields.
Right now, I have eight different sized Begin Dialog statements in the program, making it rather large.
So my question is this : Is there a loop that I can run just one dialog box in, that will retain data entered in it, up to eight times?
There are 2 droplist boxes and 8 textboxes per entry on the secondary dialog.
I ended up making a .ebh for .Functions of every dialog I use, since it ended up around 1.5K lines of code.
Any insight to my dilemma is welcomed.
I have a simple to do box, and if a checkbox is enabled, will kick up another dialog box based upon how many different line entries are needed.
So, in a nutshell, if you click the box, a droplist enables, and has a selection amount of 1 to 7. Then, based on what number is chosen, another box appears with more fields.
Right now, I have eight different sized Begin Dialog statements in the program, making it rather large.
So my question is this : Is there a loop that I can run just one dialog box in, that will retain data entered in it, up to eight times?
There are 2 droplist boxes and 8 textboxes per entry on the secondary dialog.
I ended up making a .ebh for .Functions of every dialog I use, since it ended up around 1.5K lines of code.
Any insight to my dilemma is welcomed.