IF - Function in the memo text
Hi,
I added a memo field to a page (into the master band) and entered
following code as text:
[IF([PAGE#]=1, 'One Page', 'More Pages')]
Also this is not working:
[IF('1'='1', 'One Page', 'More Page')]
I get always an empty result and the field is blank.
The property OnlyText should be correct (set to False).
Who can help me? Thanks a lot for any advice!
Cheers
Stefan
I added a memo field to a page (into the master band) and entered
following code as text:
[IF([PAGE#]=1, 'One Page', 'More Pages')]
Also this is not working:
[IF('1'='1', 'One Page', 'More Page')]
I get always an empty result and the field is blank.
The property OnlyText should be correct (set to False).
Who can help me? Thanks a lot for any advice!
Cheers
Stefan
Comments
I had overwritten the ParValue to '' in the event OnGetValue. Sorry!