If I need to have screens that are generated at the runtime based on some server configuration information where would I start?
Thanks
Hello Zolotoj,
You can create this:
1 - Create data dictionary (table) with:
1.1 field
1.2 name
1.3 type
1.4 size
1.5 component (Text, Date, Combo, Grid)
Then you read the table according to the fields, and create Runtime
<create Runtime
That is the question.
How do you see creation of screens that are more complex then:
First Name Mark
You take what Jose started with and then you add items to the display as part of a function, instead of adding them as static items.
Creating and Removing components at runtime.