07-13-2007 05:38 PM
07-13-2007 05:56 PM - edited 07-13-2007 05:56 PM
Message Edited by smercurio_fc on 07-13-2007 05:56 PM
07-13-2007 06:04 PM - edited 07-13-2007 06:04 PM
Message Edited by Bill@NGC on 07-13-2007 04:07 PM
07-13-2007 06:41 PM
04-30-2008 05:34 AM
Erik...your first post it is what I am trying develop.
Every time I click SAVE button I want to create filename with diferent names like (job1, job2, job3)
Can you help me please. What I need study to implement this?
Tks
04-30-2008 06:29 AM
The Express Save File dialog will do that automatically for you muganga.
I did my own by having a while loop that concatenated a defined prefix (like job) with the index, checked if the file existed in the directory, then if not it used that name, otherwise kept incrementing i