General downloads
Shell-Substitute “Oyster”
- Author
- toenne
- Category
- General downloads
- Date
- 05/06/2005
- Size
- 3,62 KB
- Downloads
-
1831
Detailed statistics
- Downloads today 0
- 30 day downloads 1
- Total downloads 1831
- Overall download rank #556 / 2083
- Today page views 0
- 30 days page views 3
- Total views 6605
- Popularity
- Not yet downloaded in the last two weeks
Substitute for Navision-internal "Shell"-Command.
Prevents warning messages in Navision 4.0
Register it, make a suiting variable (Oyster) and use it like:
cmd:='notepad.exe';
if Oyster.Oyster(cmd) then ...;
You have to used a text variable (cmd), passing constant text will raise an error.
Prevents warning messages in Navision 4.0
Register it, make a suiting variable (Oyster) and use it like:
cmd:='notepad.exe';
if Oyster.Oyster(cmd) then ...;
You have to used a text variable (cmd), passing constant text will raise an error.