I have made a user-object that opens some documentation when viewed. This is what runs when a user views this object:
Code: Select all
%docPath = @replace(@linepath, "_USER-OBJECTS\HELP-BUTTON", "_DOCUMENTATION") + _this.@name +".docx"
spawn explorer %docPath

I have tried including the following, but the object does not automatically close.
Code: Select all
%docPath = @replace(@linepath, "_USER-OBJECTS\HELP-BUTTON", "_DOCUMENTATION") + _this.@name +".docx"
spawn explorer %docPath
close _this.@name
I don't see any apparant reason why "close _this.@name" shouldn't work in this case, so I assume it is a bug.
