Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible VFP7/8 ER: Integrate Crystal Reports
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00495582
Message ID:
00496171
Vues:
25
>oReport = CREATEOBJECT("MyReport")
>oReport.Bands("Header").AddObject("field1","field")
>WITH oReport.Bands("Header").Field1
> .top = 1
> .left = 5
> .Expression = "MyTable.MyField"
> .FontColor = RGB(255,0,0)
> .FontBold = .T.
>ENDWITH
>
>#DEFINE TOPREVIEW 16
>#DEFINE NOCONSOLE 32
>
>oReport.Run(TOPREVIEW + NOCONSOLE)

So write it. :-) The FRX format isn't so obscure you can't translate the above -- hey, if Koziol can do it...
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform