06-18-2009, 04:13 PM
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
macros example
Macro
Trigger F2
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
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
