toggle menu
FastReport Forum
FastReport Forum
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Fast Reports Products
›
FastReport 3.0
How work with variable in script
dvasson
July 2005
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
gordk
St.Catherines On. Canada.
July 2005
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
Paragraph
H2
Toggle Heading Menu
List Unordered
Toggle Heading Menu
Quote
Toggle Heading Menu
Paragraph
Paragraph
H2
Heading 2
H3
Heading 3
H4
Heading 4
H5
Heading 5
List Unordered
Bulleted List
List Ordered
Ordered List
Indent
Indent
Outdent
Outdent
Quote
Quote
Paragraph Code Block
Code Block
Spoiler
Spoiler
Bold
Italic
Strikethrough
Paragraph Code Block
Link
Close
Emoji
Embed
Home
•
FastReport 3.0
Comment As ...
Comments
<> are not required.
if it is created in the variables list then use the set method.
see the users manual on variables.