Embedding variables in a richtext blob object
What I want to do is pull a chunk of rich text from a blob field in my database, and have variables embedded in the rich text (using square brackets) that correspond to other fields in my dataset. This is so that I can use one report for a number of different situations, and just substitute the richtext each time.
Will this work?
Thanks,
base
Will this work?
Thanks,
base
Comments
make sure when you load the richtext to the report that the report contains the
variable names in the dictionary or are preset or you have an ongetvalue eventhandler for the report component to supply data to the encountered variables.