Greetings,
I am reading in a field from a database that has a value such as "1|3|4" or "2|7|4|9"
What I need to do is have several check boxes on a report and if the string has a 3, then check box #3 will be visible and checked on the report, and the same for check box #1 it will also be visible and checked as is check box #4 for the first string value example. Otherwise, if the number 3 is not in the string, then chekbox #3 will not be visible.
How do I read in a pipe delimited string like this.
How do I set the value of the checkbox to be visible and checked if the strings reads a 3 or 4 or 1.
One more question, why when I grad the resize handles on the check box does the visible checkbox stay the same size. It does not grow bigger with the object resizing.
Thanks for your help,
Ron
I am reading in a field from a database that has a value such as "1|3|4" or "2|7|4|9"
What I need to do is have several check boxes on a report and if the string has a 3, then check box #3 will be visible and checked on the report, and the same for check box #1 it will also be visible and checked as is check box #4 for the first string value example. Otherwise, if the number 3 is not in the string, then chekbox #3 will not be visible.
How do I read in a pipe delimited string like this.
How do I set the value of the checkbox to be visible and checked if the strings reads a 3 or 4 or 1.
One more question, why when I grad the resize handles on the check box does the visible checkbox stay the same size. It does not grow bigger with the object resizing.
Thanks for your help,
Ron