How work with variable in script

edited 9:57AM in FastReport 3.0
;)
I have a variable and put this in a scrit..

if <FRDB."IDShipper"> = 'IN' then
<TotalHandling>:= <FRDB."AMOUNT">

....
and the compiler stop at second line ( <TotalHandling>..)

Where is the error??
TKS!!

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 9:57AM
    if TotalHandling is a typed variable created on the script page then the
    <> are not required.
    if it is created in the variables list then use the set method.
    see the users manual on variables.
    ;)

Leave a Comment