Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help, need to print a container’s content!
Message
 
À
26/10/1998 00:05:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00150372
Message ID:
00150423
Vues:
20
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform