How work with variable in script

edited 6:25PM 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 6:25PM
    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

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.