Hi,
in my application it must be possible for the user to setup userdefined fields.
For example a remark-field in the table customers.
The user can setup at runtime the tablename (where the field has to be created), fieldname, defaultvalue and fieldtype and my selfcoded DAL creates the field at runtime in the servers table.
After reinitialize the form the new field can be used.
How can a achive this functionality in LLBLGen without change code?
kind regards
Tom