We are developing a Notes app. where there is a ‘Dialog list’ FIELD that gets populated with @dblookup when the form is open for editing. When the user selects a particular value from the field, a subform is opened within the form.
Now I want to generate the subform dynamically when I open the form. Please provide the tips. thanks
Subject: Computed subform (dynamically)
If you are trying to CHANGE a subform oncce the form is open, then it can’t be done. If you want it to LOAD a specific subform at the time you are opening the form, then simply specify that when you insert the subform into the design of the form. You get the option to “Insert subform based on formula”
Subject: Computed subform (dynamically)
Hi,
Try: @Command( [ViewSwitchForm] ; formName )
formname is the your form, that will be loaded again