hi everyone, actually this is not a tip, but i'm asking for a tip from somone more familiar with these things than me...
in NAV 2009 you can run pages doing start, run,
dynamicsnav:////runpage?page=[page number]
i was wondering if there is a way to run automatically this from a form, passing page number as parameter...is there any automation that can do this?
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog0
Comments
Explanation: I create a batch file (name from the first field) and I edit it inserting the code frome the second field + the name of the third field. After that i close the file and I run it with shell.
I don't delete the batch file in order to not have the alert message every time. queryreplace(false) will skip the message "do you want to replace...?"
when i'll have time, i'll refine this (e.g. adding commondialog, allowing pagename as well pageno to be inserted etc.)
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog