Hello I have a COM object which can dial a number. So I will click a button on a form and it will dial a number in a field.
But COM object needs to be initialised before I can do anything. So if you were programming in say Visual Basic you would do something like this: Create object - eg Set MyPhone = new TelephonyObject Initialise - MyPhone.Initialize Dial - Myphone.Dial (pass parameters) How would I do this as a Remedy Active Link? In addition, is it possible to somehow 'save' a copy of the TelephonyObject so that each time I dial I don't have to do an Initialize each time? Angus _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

