Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DblClick & RETURN?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00091016
Message ID:
00091017
Views:
23
>VFP 3.0 WITH WIN 95
>
>I have a browse screen with combo box that has
>dblClick code in the valid event of combo box.
>
>DblClick copys one field to array, another field
>is scattered to memvar, table close, pageframe
>is loaded and data is opened to seek record on one
>field and locate for second field.
>
>everything goes fine until I try to release that browse
>screen, I placed a RETURN command in the pageframe so
>that when it releases vfp goes back to the browse screen
>that works fine, I can even hide the browse screen, but
>I still can't release it, what gives?
>

I am a little confused as to how this is set up, but... the browse form with the combobox is the form that won't release? and you have code in the dblClick event of the combobox? You need something like Thisform.Release() for that form? If you had done oForm = createobject(thatform) you could then issue a oForm.Release()
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform