Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create an SCX programmatically w/o Forms Designer
Message
From
20/10/2006 23:23:35
 
 
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:
01163769
Views:
16
Glenn,

That's great! Thanks!

Dennis



>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform