2011-01-06 14:21 UTC
I have a odcl program that has many many sub modal windows
most of which are no longer used, however the lsp code for all these sub modal windows are co-dependant so just re-writing it to use the 2 sub modal windows i need would take me a while to do.
so my question is, is it possible to call sub modal windows in one odcl file from another?
for example
(dcl_Form_Show dwgbrowser_Form3) is from one odcl file
if i put just the above in my command line, the sub modal window opens and functions properly.
i want to put that function call into a totally different odcl file and have it open up without having to re-write any code.
if this is possible can someone explain how to get it to work
thanks
most of which are no longer used, however the lsp code for all these sub modal windows are co-dependant so just re-writing it to use the 2 sub modal windows i need would take me a while to do.
so my question is, is it possible to call sub modal windows in one odcl file from another?
for example
(dcl_Form_Show dwgbrowser_Form3) is from one odcl file
if i put just the above in my command line, the sub modal window opens and functions properly.
i want to put that function call into a totally different odcl file and have it open up without having to re-write any code.
if this is possible can someone explain how to get it to work
thanks