Generate checkbox by code
Hello,
I have a memo field in my database call Language that goes like this
True:French;
False:English;
True:German;
I would like to generate a list of checkboxes that are checked or unchecked based on the state of each items of the memo field.
It would also be nice if the complete list was surrounded by a rectangle because I may have to produce more than one group of checkboxes like this.
Is there a way to create an object of this type with FastReports and make it available inside the designer at runtime when this type of display is required?
Can you help me on how to program this?
Best regards,
I have a memo field in my database call Language that goes like this
True:French;
False:English;
True:German;
I would like to generate a list of checkboxes that are checked or unchecked based on the state of each items of the memo field.
It would also be nice if the complete list was surrounded by a rectangle because I may have to produce more than one group of checkboxes like this.
Is there a way to create an object of this type with FastReports and make it available inside the designer at runtime when this type of display is required?
Can you help me on how to program this?
Best regards,
Comments
Here is a file containing an image of what I'm trying to achive with the content of the memo field.