Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible VFP7/8 ER: Integrate Crystal Reports
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00495582
Message ID:
00496171
Views:
23
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform