Hi,
After looking around to build some special Login pages/Dialogs with nonstandard features
(like a Checkbox, or an additional "Production Line" field, that is NOT matched against user table ....)
I found out that the most convenient way (for me noob) is to treat all as a table
(like with Linux/Unix Everything is a file...)
- I create a dummy table even if I do not want to use it AS a table.
- I can use all PHPRunner design features as usual
- at athe xxxx_add Event I process the entered data and return a false to break the processing chain.
Greetings,
ckranich