script not working after update to 3.16

i use 3.15 with script like this:
q1.sql.add(<sql>);

it work perfect with fr v3.15 but not work anymore with fr v3.16. also, i have script like this:
[<vdate>+1]

it not work also on fr v3.16 and i should change it into:
[vdate+1]

to make it works. i'm trying to change the first code into:
q1.sql.add(sql);

but it doesn't work either. can you help me?


tia,
ryan

Comments

  • edited August 2005
    i'm sorry, i change my first script from:
    q1.sql.add(<tsql>);
    

    into:
    q1.sql.add([tsql]);
    

    with no work, but after i change it into:
    q1.sql.add(tsql);
    

    it work ok. but i guest, i have to replace all my script with the new
    behavior. could u please put the <> symbol back? or at least give us an
    option to use the old behaviour.

    tia,
    ryan
  • dschuchdschuch Dresden,Germany
    edited 7:54PM
    wrote:
    But i think fast report team should also have a backward compatibility for the "<>" tag

    Is that not the case? That would explain my probs with fr316 too.

    Daniel

Leave a Comment