Hi!
I will be getting a memo data field that is a list of name-value pairs in the following format:
Terms:True; PrintSite:False; ShowBalances:True; Selection
roduct=TAC,State=NJ
I need to use this information to control printing characteristics, e.g., To suppress or show printing of a section, or to display the contents of the value in a textbox.
In order to do this, I need to parse the string in the data field, and check for the presence of a name in a name-value pair, then if the name exisits, operate on the value.
I am not sure what the correct syntax is in Crystal.
Thanks for your help!!
Meryl
I will be getting a memo data field that is a list of name-value pairs in the following format:
Terms:True; PrintSite:False; ShowBalances:True; Selection
I need to use this information to control printing characteristics, e.g., To suppress or show printing of a section, or to display the contents of the value in a textbox.
In order to do this, I need to parse the string in the data field, and check for the presence of a name in a name-value pair, then if the name exisits, operate on the value.
I am not sure what the correct syntax is in Crystal.
Thanks for your help!!
Meryl