Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VCX and SCX to code
Message
De
28/05/1997 17:01:55
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
26/05/1997 23:33:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00033650
Message ID:
00033941
Vues:
44
> > Hi, > I would like to know how to convert (export) a form (SCX) to its > equivalent > procedural code. Please advise. > > I am using V.FoxPro 5.0. Is there a way to make a VCX from the resulting > code? > > Terry Harris > terryy@aol.com Open your .scx with the Class browser (should be possible, since .vcx and .scx files have identical structures), use View Class Code button. copy the code generated and paste it into a .prg. This is part of what I got for one of my forms with do (_builder) with "zrob.scx" after clicking the View Class Code button: ************************************************** *-- Form: zrob (c:\vfp\proba\zrob.scx) *-- ParentClass: maska (c:\vfp\prc\generall.vcx) *-- BaseClass: form * DEFINE CLASS zrob AS maska ScaleMode = 0 Top = 4.60 Left = 16.00 You can paste it from Browser.export window into any .prg you want.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform