problem with inserting character _ and . in riche text box
HI,
I tried to insert characters "[_____] inside riche text box but I get error "expression expected. how to fix to print [] as it is ?
thanks
I tried to insert characters "[_____] inside riche text box but I get error "expression expected. how to fix to print [] as it is ?
thanks
Comments
If on run-time then you may have no chance for succes - search forum for richEdit component.
I tried to test your issue inserting this at design time and there was no error.
But if you need to change the contents of RichEdit at run-time then try to use variables and expressions.
I mean - insert in richEdit [MyVariable] and set this variable to whatever you need.
You may declare var MyVariable :string at the very begining of your FR script of the report.
Or you may use FR variables.
Mick
Can you attach a sample FR3 file - I mean start new FR report with one band and similar richEdit you use on it.
Mick
Mick
thanks
Mick