IIF syntax error in FR 4

Another error in my reports ...in FastReport 3 works well...after migrating to last 4


I have the expresion in a GroupHeader

IIF(<TIP_GRUPARE>=TRUE,<frxDBDataset1."TIPDOS">, 1)



error in IIF(<TIP_GRUPARE>=TRUE,<frxDBDataset1."TIPDOS">, 1): ')' expected

all report works in 3.15 ...and crash in 4

Comments

  • dschuchdschuch Dresden,Germany
    edited 1:49AM
    try to set more brakets. eg. aroung "<TIP_GRUPARE>=TRUE"
    all around there are also brakets. "[]"

    i use such kind of group headers very ofent and its working well. ;o)
    blumache wrote: »
    Another error in my reports ...in FastReport 3 works well...after migrating to last 4


    I have the expresion in a GroupHeader

    IIF(<TIP_GRUPARE>=TRUE,<frxDBDataset1."TIPDOS">, 1)



    error in IIF(<TIP_GRUPARE>=TRUE,<frxDBDataset1."TIPDOS">, 1): ')' expected

    all report works in 3.15 ...and crash in 4

Leave a Comment