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 8:19AM
    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

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.