Help using DesktopX Forms
from
WinCustomize Forums
Forms is a new feature introduced in DesktopX 3.1. They are a sort of enhanced input box and are very similar to widget preferences.
You can use forms to prompt an input dialog to the user. Input elements are the same as the widget preference types
You can use forms to prompt an input dialog to the user. Input elements are the same as the widget preference types
End of quote
So does that mean filling the form preferences write to the widget preferences ? Or do I have to map them one by one ?
Example :
Before Prompting :
frm.Preference(Prefname).DefaultValue = Widget.Preference(Prefname).Value
After Prompting and "OK" :
Widget.Preference(Prefname).Value = frm.Preference(Prefname).Value
or is that unneccessary ? An example would be handy...
Also I have the form-code running in a sub.
And it is less work than to do a form all by myself and use activex . Further on it skins nicely with the used wb.