Skip to main content
1-Visitor
January 19, 2012
Question

Can we lock the .ism files & Auto updtion of macro?

  • January 19, 2012
  • 2 replies
  • 2008 views

Hi everyone,

I am creating File or Database management system for my project using macro, so i need to secure my my .ism datas.

I would like to know whether is there any option to Lock .ism files.

And also I woluld like to know there is any option to automatically update macros while working. ie. I have a macro which would create new .ism files and run the same. But while a macro is running the newly created macro by a macro does not have any effect. Later we have to manually update.

Thanks,

Vaduga.

    2 replies

    1-Visitor
    January 20, 2012

    Hi Vaduga,

    Not sure what you mean by "locking the .ism file", but you can protect a single macro

    from being deleted or overwritten like this:

    MACRO necessary PROTECTED

    #this macro can not be deleted using

    #the menu command "Delete macro"

    END MACRO

    There is also the possibility to disable "Delete macro" from the menu

    completely on the macro preference tab.

    The macro command

    DEBUG RESET

    will reload all ism files but it also terminates your current macro

    execution and disposes all variables.

    Cheers,

    Benno

    1-Visitor
    February 7, 2012

    Does anyone know of a way to reload the macro .ism files and continue executing the current macro? Like a DEBUG RESET that does not terminate.

    24-Ruby III
    January 20, 2012

    Hello!

    You may also use the following useful features of Arbortext IsoDraw (in main menu select "Edit" -> "Preferences" then scroll down to):

    1. "Security" tab.

    Pic_1.png

    2. "Administrator" tab (last in list).

    Pic_2.png