hazeljean Posted February 7, 2004 Posted February 7, 2004 here is my situation... I need to dynamically create a form from an "ini" file, containing, checkboxes or radiobuttons (depending on the logic of the application) that will in turn, when a checkbox or radiobutton is clicked, will read the appropriate "ini" and dynamically create the next "child" form of that particular menu branch. example: form1 has 3 checkboxes labeled yes, no and maybe. yes gets clicked by the user the app reads "yes.ini" which contains 2 more checkboxes labeled yes and sure. I need the app to be able to dynamically create this form2 with checkboxes labeled yes and sure. so far I have the main form1 being done this way, but I cannot get the checked boxes to use the subroutine to create the next form(s)..I say forms because this "marching menu" can be many levels deep. __________________ Quote
Administrators PlausiblyDamp Posted February 7, 2004 Administrators Posted February 7, 2004 Could you post the code you have now? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.