Hi!
I´m trying to open a text file from forms. I´m using d2kwutil:
wpgm := win_api_environment.read_registry('HKEY_CLASSES_ROOT\txtfile\shell\open\command', null, FALSE);
wpgm := replace(wpgm, '%1', '"'||wmy_file||'"');
win_api_shell.winexec(wpgm, WIN_API.SW_SHOWNORMAL, TRUE);
"HKEY_CLASSES_ROOT\txtfile\shell\open\command" has this value: "notepad.exe %1"
wpgm has the correctly value: if I run ti at command prompt it works.
At Windows Task Manager, I see that a process notepad.exe appears, but the window is not visible....
Notepad is not showing.
Does anyone has any tip how to solve this?
Thanks
Forms [32 Bits] Version 6.0.8.11.3
Oracle Database 10g Release 10.2.0.3.0 - 64bit Production