Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Toolbar over a Desktop form ?
Message
From
08/09/2011 10:46:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Report Toolbar over a Desktop form ?
Miscellaneous
Thread ID:
01523021
Message ID:
01523021
Views:
147
Hey guys,

I need to send a report to a custom Preview window, that has the "Desktop" property as .T.
The sample below works fine, except for the fact that the preview toolbar appears behind the Report window.
Any ideas to solve this ?
SET REPORTBEHAVIOR 90

LOCAL oRep AS Form
oRep = CREATEOBJECT("FormReport") 

WITH oRep AS Form
	.Caption= "Report custom title"
	.WindowState = 2 
	.Height      = SysMetric(2)
	.Width       = SysMetric(1)
ENDWITH 
REPORT FORM LOCFILE(_Samples + "\Solution\Reports\Wrapping.frx") PREVIEW WINDOW (oRep.Name)

DEFINE CLASS FormReport AS Form
	Desktop = .T.
ENDDEFINE
Thanks in advance for any ideas regarding this.

Regards,

Cesar
Reply
Map
View

Click here to load this message in the networking platform