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:
00436462
Views:
23
>>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

the listbox exists on a form called year. I want year to be released upon selection of the listbox but it keeps showing up.
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Reply
Map
View

Click here to load this message in the networking platform