Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create an SCX programmatically w/o Forms Designer
Message
De
18/10/2006 06:33:56
 
 
À
17/10/2006 22:10:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01160457
Message ID:
01162848
Vues:
22
Sure!

CREATE REPORT (somereportfilename) FROM (SomeTableofYours)
use (somereportfilename) excl
zap
use

Glenn


>Glenn,
>
>Thanks! That works for a form alright. Any darn idea on how to do it for FRXs?
>
>Dennis
>
>
>>I think this will create an Empty form table:
>>
>>LOCAL oform as form
>>oform = CREATEOBJECT("form")
>>oform.SaveAs("emptyform")
>>oform = ''
>>USE emptyform.scx EXCLUSIVE
>>ZAP
>>USE
>>
>>
>>Glenn
>>>Hi Everybody,
>>>
>>>I would like to programmatically create a form without the forms designer showing. How?
>>>
>>>Actually I just need to get an empty structure of the SCX file.
>>>The same goes for creating FRX files to get its empty structure.
>>>
>>>Thanks in advance.
>>>Dennis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform