String variables contents case
We found that when there are more FR string variables with contents that differs just in letter case (ie. 'Test' vs 'TEST'), FR seems to use content of the first variable even for the rest of them. Is this as expected ?
In code:
frxReport1.Variables := '''' + 'test' + '''';
frxReport1.Variables := '''' + 'TEST' + '''';
frxReport1.Variables := '''' + 'TeSt' + '''';
In report memos:
[Variable1]
[Variable2]
[Variable3]
Output:
test
test
test
Thanks
Michal
In code:
frxReport1.Variables := '''' + 'test' + '''';
frxReport1.Variables := '''' + 'TEST' + '''';
frxReport1.Variables := '''' + 'TeSt' + '''';
In report memos:
[Variable1]
[Variable2]
[Variable3]
Output:
test
test
test
Thanks
Michal