Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format - Send to back
Message
De
01/09/2010 17:16:03
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01479654
Message ID:
01479671
Vues:
60
>>>>In the Form Designer you can stack controls on a form and send them to the back or front using the format command.
>>>>How is this done when defining a class programmatically to create a form object?
>>>>
>>>>Thanks,
>>>>
>>>>dg
>>>
>>>Check ZOrder method in Help.
>>
>>Thank you. What is the syntax to be used in the class definition?
>>
>>
>>Define Class lblIPAddressClass As Label
>>	FontBold = .T.
>>	FontName = "Univers LT Std 55"
>>	FontSize = 10
>>	BackStyle = 0
>>	Caption = ""
>>	Height = 130
>>	Left = -14 
>>	Top = -3 
>>	Visible = .F.
>>	Width = 200
>>	Rotation = 30
>>	Name = "LblIPaddress"
>>	Visible = .T.
>>	
>>??? ZOrder
>>
>>Enddefine
>>
>
>ZOrder is a method, so you will call it in the form's Init after all objects are instantiated.
>
>thisform.txtAddress.ZOrder(1)
>
>
>
>tj


Thank you very much... displaying my naïveté, but needing help!

dg
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform