Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Folder/File Properties
#1
Hello:

I am reading the Help file regarding setting Folder/File Properties.

I have a file consisting of different macros/functions, all grouped in different folders. I have set many of the folders I don't want edited to Read/Only and the macros/functions I don't want touched encrypted.

The question I have is that, another user can actually uncheck Read/Only and then is able to modify any trigger I might have, even if the macro is encrypted.

How do I protect the function triggers from being modified?

Thanks so much.
#2
You cannot protect triggers from being modified. Unless you lock the file.
#3
How are they going to play the macros if the file is locked?
#4
Then password is required to show QM window. Macros can run without a password.
#5
Thank you very much.

Also, since you can get the status of a function, either enabled or disabled, can you also set it to Enable if Disabled or vice versa through a command?
#6
Use dis+ to disable, dis- to enable, dis to toggle.

Example:
Code:
Copy      Help
dis "Macro170"


The same with if would be:
Code:
Copy      Help
if dis("Macro170")=1 ;;if disabled
,dis- "Macro170" ;;enable
else ;;else
,dis+ "Macro170" ;;disable


Forum Jump:


Users browsing this thread: 1 Guest(s)