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
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.