Using Data Structs in Fast Report PascalScript
I have to develope a new report where he needs to use data structs using PascalScrit, but the solution that i try to use isn't correctly.
She is:
type
Test = record
F120 : String;
PercIVA : Byte;
Gravada : extended;
end;
This solution is not possible in PascalScript, anybody know other solution?
Thanks and sorry for my newbie english.
She is:
type
Test = record
F120 : String;
PercIVA : Byte;
Gravada : extended;
end;
This solution is not possible in PascalScript, anybody know other solution?
Thanks and sorry for my newbie english.