In the lates FWH there is an error in tReport():new() when the device is not defined
if Empty( ::oDevice:hDC )
return nil // <-- this is an error
else
::lCreated := .t.
endif
so I changed code to
if Empty( ::oDevice:hDC )
::lCreated := .f.
return Self
else
::lCreated := .t.
endif
Is there anything else I need to do?
error in treport
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: