Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Runtime Forms Designer Capability
Message
De
30/01/2008 03:21:32
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
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
Database:
MS SQL Server
Divers
Thread ID:
01286605
Message ID:
01287017
Vues:
17
>>How\where would you store the new form, as the saveas method doesnt work in runtime?
>>
>>Thanks
>>
>>Jon
>
>Do you want to create the form too?
>
>If yes, then have a template form as a class, say, myTemplateForm.
>
>In run-time:
>
>loForm = newobject('myTemplateForm', 'myClassLib.vcx')
>
>loForm.NewObject('lblTest','myLabelClass')
>with loForm.lblTest
>  .left = 5
>  .top = 5
>
>   .visible = .t.
>endwith
>
>loForm.Show()
>
>from the top of my head (and memory).
>
>You would not have this form saved as an SCX/SCT, but is it what you want?

Thanks to all, I will need to do a little playing to see if its something feasable to develop within a reasonable amount of time.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform