Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to fix Doug Hennig highlighting in preview code
Message
From
31/05/2006 08:56:11
 
 
To
30/05/2006 11:16:07
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01125701
Message ID:
01126125
Views:
23
Hi Sergio.

>I hv read some of your articles demonstrationg custom rendering (graph)
>in subclassed listener. I saw it being done with rectangles, but what are the prospects of writing ordinary text programmatically ?
>I mean without having actual report expression for it in frx.
>Like you place blank shape on (entire) page and then you write
>freely text/numbers at given coordinates via GDI+ calls.
>Consecutively, all this gets previewed/printed later via ordinary preview/print.

I don't think so. While the report is being rendered, report listener events fire, providing you with things such as the GDI+ handle for the report image and the coordinates of the currently rendered object. After the report has run, the GDI+ image is closed and no more events fire, so how will you access the report image and where will the code go that writes to it?

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform