The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
include a form into another form
Posted: 19 Oct 06 6:51 AM
|
fiogf49gjkf0d Is it possible to 'include' a form into another form? I want to do the following: Form A has only a next button. I want to include form B into A. The include form B can be set trough a maintenance module. The user fills in the include form B and presses the next button (form A). The next form will be displayed as configured in the maintenance module. Remark: Normally is form B a tab.
Is this possible and how? |
|
|
|
Re: include a form into another form
Posted: 19 Oct 06 12:14 PM
|
fiogf49gjkf0d Not possible to include a form on another form. You'll have to script the loading of each form and persisting any values between them (or have each "form" in the wizard be panels with teh appropriate controls in them, then toggle visibility between them with each next click - this route becomes a pain to manage very quickly) |
|
|
|
Re: include a form into another form
Posted: 19 Oct 06 2:00 PM
|
fiogf49gjkf0d Ryan,
Now I am sure it isn't possible but this isn't an option for us I think. We have to look for another solution. Thanks for your reply.
|
|
|
|
Re: include a form into another form
Posted: 20 Oct 06 8:05 AM
|
fiogf49gjkf0d Could you just use panels..?? PLace asll the information you want on Panel B(form B) and then any next will make the panel visible or invisible.. or can bring next panel etc.. Rather than creating the new form..? |
|
|
|