cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

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

Vaduga1
1-Newbie

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

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.

3 REPLIES 3

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

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.

VladimirN
24-Ruby II
(To:Vaduga1)

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

Top Tags