I want the msscript control to act as an event sink in vb6. I have found several references to this on msdn and othe rplaces, but no working examples. In theory, I should be able to do this:
myscriptcontrol.AddObject "mybutton", Command1
myscriptcontrol.Addcode "sub...
I want the msscript control to act as an event sink in vb6. I have found several references to this on msdn and othe rplaces, but no working examples. In theory, I should be able to do this:
myscriptcontrol.AddObject "mybutton", Command1
myscriptcontrol.Addcode "sub...
Set up a function to launch an application from triggered stored procedure. For instance, a record is has a status field set to "completed" and that triggers an app to start up and send information off to someplace else. Or, I guess, could be a message to another application.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.