Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hacking the SCX
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00651635
Message ID:
00651912
Views:
37
Gerard,

You can programatically open the form designer
n = adir( laFiles, "*.scx" )
for i = 1 to n
   modi form (laFiles[i,1]) nowait
endfor
I don't think there's hard documentation of the intricacies of the SCX/VCX.

What kind of global changes are you making to these forms? I ask because I wonder if it's something that would be better done by a form class.

>I need to programatically write to these method fields .(about 200 forms)
>Going through the form designer will not br practacal because I will need to re-run at a later stage also.
>
>Is there any publication which details layout ot the scx memo fields
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform