by J » Fri Sep 02, 2005 10:58 am
Thanks for the quick answer!
The problem is that I´m not very good at this, so if someone could walk me through the process I´d be very grateful.
First I create a file in the Scripts folder - "MyScriptsRemoveNode.vbs"
In it I write
Sub CallMe
SDB.MainTree.RemoveNode(SDB.MainTree.Node_Rating)
End Sub
Is this correct?
Then I´m to define it in Scripts.ini, right?
I´ve tried this:
[RemoveNode]
FileName=MyScriptsRemoveNode.vbs
ProcName=RemoveNode
Order=6
DisplayName=RemoveNode
Description=Removes node Rating
Language=VBScript
ScriptType=1
But obviously this is´nt working...
Thanks for the quick answer!
The problem is that I´m not very good at this, so if someone could walk me through the process I´d be very grateful.
First I create a file in the Scripts folder - "MyScriptsRemoveNode.vbs"
In it I write
Sub CallMe
SDB.MainTree.RemoveNode(SDB.MainTree.Node_Rating)
End Sub
Is this correct?
Then I´m to define it in Scripts.ini, right?
I´ve tried this:
[RemoveNode]
FileName=MyScriptsRemoveNode.vbs
ProcName=RemoveNode
Order=6
DisplayName=RemoveNode
Description=Removes node Rating
Language=VBScript
ScriptType=1
But obviously this is´nt working...