General downloads
Shell-Substitute “Oyster”
- Author
- toenne
- Category
- General downloads
- Date
- 05/06/2005
- Size
- 3,62 KB
- Downloads
-
1918
Detailed statistics
- Downloads today 0
- 30 day downloads 11
- Total downloads 1918
- Overall download rank #557 / 2084
- Today page views 0
- 30 days page views 1
- Total views 6621
- Popularity
- Downloaded 4 times 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.