IIF and other functions not working

I have an .FR3 file which from the preview-mode in the designer works perfectly.
When I preview the report from code, it hangs on the first Expression that uses IIF and says there is a syntax error.
the Report prepares and shows perfectly in the designer-preview-function but not via code.

myReport = new TfrxReport(Application);
myReport->LoadFromFile("reports\\fac.fr3",true);
myReport->ShowReport(true);

the above code seems correct to me, even tried with PrepareReport before showing it.

The error is as follows:

The following error(s) occured:
Memo14: error in Expression

[IIF(<ADOQuery1."erekost">=1,IIF(<ADOQuery1."TAAL">='N','Kost',IIF(<ADOQuery1."TAAL">='F','Co?»t','Cost')),IIF(<ADOQuery1."TAAL">='N','Ereloon',IIF(<ADOQuery1."TAAL">='F','Honoraire','Fee')))]

')' expected

please help

I'm using FastReport 3.21

Comments

  • edited 8:17AM
    I've checked that I got this error in v3.21 but not with 3.11 in BCB5
    I'm using 3.21 in BDS2006 now (cppbuilder in fact)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.