Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help, need to print a container’s content!
Message
From
26/10/1998 11:02:00
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00150372
Message ID:
00150510
Views:
18
Mike ----

If I'm understanding this correclty, then you're best served by looking for some sort of ActiveX control that can grab screen displays and store/print them sorta like a controlled printscreen. I know they're out there: Look at www.activex.com.


>The class name is "Container". It's the standard VFP5 control. I use AddObject() to add shapes, label, and etc to it, such as:
>
>thisform.container1.AddObject('Line1','line')
>with thisform.container1.Line1
> .Visible = .t.
> .Top = 48
> .Left = 16
> .Height = 0
> .Width =560
>endwith
>
>I'm looking for a simple routine to print the container page "AS IS".
>Thanks for your reply.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Reply
Map
View

Click here to load this message in the networking platform