References to frxReport1
Hi
This is probably a really stupid question. I'm not used to PascalScript at all.
Most of the code examples I see have references to frxReport1 e.g.
frxReport1.Preview := nil;
But I can't get any of them to work! When I try to write a procedure with a line like that I get
Undeclared identifier: frxReport1
What am I doing wrong??
I also want to do something like
Report.Preview.Lock;
but there I get Unknown Type: TfrxCustomPreview
How do I do something like that??
This is probably a really stupid question. I'm not used to PascalScript at all.
Most of the code examples I see have references to frxReport1 e.g.
frxReport1.Preview := nil;
But I can't get any of them to work! When I try to write a procedure with a line like that I get
Undeclared identifier: frxReport1
What am I doing wrong??
I also want to do something like
Report.Preview.Lock;
but there I get Unknown Type: TfrxCustomPreview
How do I do something like that??