Non modal <-a few questions---HELP 
Author Message
 Non modal <-a few questions---HELP

I created an OCX in VB5 and i'm trying to use t in a Borland Builder App.
when i click on the command button on my control to open another form it
returns an error that says
"runtime error 406...Non modal forms can not be displayed in this host
application from an ActiveX DLL , control or property page."
is there a setting i need to make in VB5 or is there something i need to
change in C++ Builder?

Thanks for the help
Richard



Sun, 16 Jul 2000 03:00:00 GMT  
 Non modal <-a few questions---HELP

    You'll have to display the form modally. Displaying non-modal
forms from a DLL is a feature many application's don't support.
    VB only added it in 5.0.

--
Ron Ruble
Raffles Software Development, Inc.


Quote:
>I created an OCX in VB5 and i'm trying to use t in a Borland Builder App.
>when i click on the command button on my control to open another form it
>returns an error that says
>"runtime error 406...Non modal forms can not be displayed in this host
>application from an ActiveX DLL , control or property page."
>is there a setting i need to make in VB5 or is there something i need to
>change in C++ Builder?

>Thanks for the help
>Richard



Mon, 17 Jul 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Non modal <-> modal form

2. Modal and Non-Modal Forms - I need help!

3. MODAL FORM & NON MODAL FORM

4. How Do I Change A Modal Form To Non-Modal

5. Modal and non Modal

6. MODAL FORM & NON MODAL FORM

7. MODAL FORM & NON MODAL FORM

8. Displaying non-modal under modal

9. non-modal form when a modal form is displayed

10. Modal vs non modal.

11. Modal vs. Non-Modal Forms

12. MODAL FORM & NON MODAL FORM

 

 
Powered by phpBB® Forum Software