import fields
Hello
i have 2000 fields i want to type in a JitPipeline,
is there a way to import fields ?
Met vriendelijke groet, With kind regards,
Frank Beerens
i have 2000 fields i want to type in a JitPipeline,
is there a way to import fields ?
Met vriendelijke groet, With kind regards,
Frank Beerens
This discussion has been closed.
Comments
An easy way to create fields at runtime is to use the Pipeline.DefineField
routine. Placing this in a loop will quickly create the fields you need.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
If you always run the DefineField loop before loading your application, the
fields should stay persistent. If you would like to add each field to the
form definition, you will need to create something similar to the Fields
Editor and register it with the Delphi IDE so it can be used at designtime.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com