Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lock Files
#1
how do i make it were my file name to qm can not be changed and the files in the mac can not change triggers unless i have code or somethign ?
#2
Look in Options dialog, Security tab.
#3
i dont see options diolog , security tab all i see is option and it brings up security to just encrypt and decrypt and put a pw for file :| hmmmm please explain a little more ty
#4
I dont understand what your original question is asking to do, other then encrypt your macro?
#5
what im trying to do is make the file were if i send the file to someone they cant change the name or change the triggers to the functions i have or change the name to the function / macs ty Smile
#6
Create exe file(s) from your macros. But then you will not have QM triggers.
#7
here I think this will help you out if I understand what you mean I used to care about people changing the name on my files years ago so I used something like this.

File name "stop name change"

this next function needs to go in your code wherever you want it to check the name of file.

Function checker
Code:
Copy      Help
str b.getwintext(win("Quick Macros - stop name change" "QM_Editor"))
err
,mes-("File will not work if name is changed please change back to stop name change and file will work" "NO NO NO CANT CHANGE NAME")
,ret


macros example

Macro
Trigger F2     Help - how to add the trigger to the macro
Code:
Copy      Help
checker

mes("NAME IS RIGHT CONGRATS" "NOT A THIEF")


Forum Jump:


Users browsing this thread: 1 Guest(s)