10-28-2009, 11:53 AM
Hi,
I have created a function library which holds the function
then i associated the function library with test. On creating step to webEdit object, newset function is not getting listed in the operation list box.
How can i add function to object?
how can i override a function of object?
I have created a function library which holds the function
Code:
public function newset
' body
end function
RegisterUserFunc "WebEdit", "Set", "NewSet"
then i associated the function library with test. On creating step to webEdit object, newset function is not getting listed in the operation list box.
How can i add function to object?
how can i override a function of object?