on wish: more precompiler constants on entities
Author: ulrichmerkel@web.de (ulrich-merkel)
see : uniface.communityzero.com/content/lists
Short Description
more precompiler constants on entities
Description
<$keyfields>, <$subtypes>, <$supertype>, <$paintedentities>
To support generated coding (we will get hardcoded lines instead of fiddeling around at runtime) on entity levels, additional informations are required.
Use case (please read what is requested here!)
React flexible to modeled information of an entity.
Because this will generate hard-coded lines, the performance is much better than doing the same at runtime (bindnumber instead of "search-by-name", once rated from the lab as factor 10).
Because this will generate hard-coded lines, the performance is much better than doing the same at runtime (bindnumber instead of "search-by-name", once rated from the lab as factor 10).
Importance
A clearer, faster code plus the flexibility to create standard include code once to handle a range of entities.
1 Comment
Local Administrator
see : uniface.communityzero.com/content/lists
Short Description
Description
To support generated coding (we will get hardcoded lines instead of fiddeling around at runtime) on entity levels, additional informations are required.
Use case (please read what is requested here!)
Because this will generate hard-coded lines, the performance is much better than doing the same at runtime (bindnumber instead of "search-by-name", once rated from the lab as factor 10).
Importance
Author: ulrich-merkel (ulrichmerkel@web.de)