Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help, need to print a container’s content!
Message
 
To
26/10/1998 00:05:08
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00150372
Message ID:
00150423
Views:
21
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform