Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create an SCX programmatically w/o Forms Designer
Message
From
11/10/2006 09:16:40
 
 
To
09/10/2006 03:30:32
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01160457
Message ID:
01161167
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform