Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create form from .PRG code
Message
De
19/04/2006 12:42:17
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
18/04/2006 22:35:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01114462
Message ID:
01114645
Vues:
13
Hi Geraldo,

I think that the reports 60scx1.frx and 60scx2.frx at folder ..\Microsoft Visual FoxPro 8\Tools\Filespec\ can help you because they show the structure of the form file (.scx).
I hope this help you.


>Hi,
>
>How can I to convert this form1 class to .SCX form ?
>
>Local loForm as Form
>loForm = NewObject("form1")
>loForm.Show(1)
>***
>DEFINE CLASS form1 AS form
>	DoCreate = .T.
>	Caption = "Form1"
>	Name = "Form1"
>	ADD OBJECT command1 AS commandbutton WITH ;
>		Top = 12, ;
>		Left = 12, ;
>		Height = 27, ;
>		Width = 84, ;
>		Caption = "Click me", ;
>		Name = "Command1"
>	Procedure command1.Click
>		MessageBox("Click")
>	EndProc
>EndDefine
Erick
Força Sempre!
Strength Always!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform