Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More Form q's
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00303139
Message ID:
00303472
Views:
19
>But it seems there is now way to have one form (not in a formset) call a method of another form.. Hope this is something that can be addressed in a future version.

If oyu have an object reference you sure can, uaing the name and linked clauses of the DO FORM command, and properties too:

oNotherForm.Visible = .F.
oNotherForm.ReleaseM


>in a form; how can you stop the closing of a form?

A conditional NODEFAULT in the QueryUnload event oughta do it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform