Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

problem when printing

edited March 2002 in General
Okay this is the problem :


When I print something and I get a error with the following text :

'Canvas does not allow printing'

and the report doesn't print.



the error seem to occur when I try to access a userobject in code like this
:

(FindUserObject('Label2') as TppLabel).Caption := 'Dit is een Teststicker';

or

(FindUserObject('Label2') as TppLabel).Caption := varName;

other strange : it's only one computer who is erroring to other ones ( in a
network ) work fine

Comments

This discussion has been closed.