Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which method
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00436432
Message ID:
00436443
Views:
29
>I have a listbox and in the click it reads:
>
>"datbase=allt(this.value)
>do form action1
>release thisform"
>
>but the form never gets released, Should I put the "release thisform" somewhere else?
AT the end of the lass method that processes the stuff action does, add the line thisform.release, or maybe,
datbase=allt(this.value)
do form action1
action1.release
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform