Hi Pradeep,

Put these commands where you like (the mainstack Stack Script is a good idea)

     on openStack
        global GVSaveDefaultPath
put the defaultfolder into GVSaveDefaultPath -- Keep for later restore. put "xxxxxx" into curPath -- Set your folder path here. set the defaultfolder to curPath -- Now you are OK.
     end openStack

If you want to restore the default folder for later use :

     on closeStack
        global GVSaveDefaultPath
        set the defaultfolder to GVSaveDefaultPath
     end closeStack

NOTE : Check out the "Important" section of the defaultfolder page in the online
              documentation to respect the rules on your path name.

P.S. As strongly recommended by all users, try to assign a standard naming convention (prefix) to all your fields, local and global variables, etc. - you won't regret it !

-Francis



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to