I ran into issues where modeless forms do not transfer focus to the getfiled properly (ver 6 of opendcl...).
So I wanted to use the built in file functions of odcl.
Looks like dcl_SelectFiles only returns a filename if that file exists.
Not good, as I typically use getfiled for both selecting files, and getting filenames to create.
I looked at dcl_SelectFolder, but its junky compared to the file selction dialog.
Are others seeing the getfiled lock up when shown from a modeless?
any workarounds?
Try calling (dcl_SetCmdBarFocus) http://www.opendcl.com/HelpFiles/index.php?page=Reference/Function/SetCmdBarFocus.htm (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Function/SetCmdBarFocus.htm)
Before calling (getfiled)
ok, that seemed to do it.
I used that other places, but not when showing dialogs. thx a bunch for the tip.