Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Toolbar over a Desktop form ?
Message
De
08/09/2011 10:46:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Report Toolbar over a Desktop form ?
Divers
Thread ID:
01523021
Message ID:
01523021
Vues:
149
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
Répondre
Fil
Voir

Click here to load this message in the networking platform