how to create a button to open directory [message #448149] |
Fri, 19 March 2010 15:26 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
colla
Messages: 36 Registered: January 2010 Location: ksa
|
Member |
|
|
Dear all,
is it possible to create a button can open directory
like My Documents
i test this in CMD command prompte it's work but in
in forms they are not work
"explorer.exe" & @MyDocumentsDir
or
cmd /c "explorer.exe" & @MyDocumentsDir
in forms :
i create a button with trigger When-button-pressed
my code:
host('"explorer.exe" & @MyDocumentsDir');
host ('cmd /c "explorer.exe" & @MyDocumentsDir');
but it's not work
can you help please
thanks
regard
[Updated on: Fri, 19 March 2010 15:29] Report message to a moderator
|
|
|
|