Hi All, Use BMC AR System .NET and COM API no need for User Tool at all and it works great. I have been trying to export data using BMC AR System .NET and COM API but failed. My supposition is that I am trying to export more than 10 000 recs or more. Best regards, Daniel
________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of theeptii thamizharasu Sent: Thursday, August 23, 2007 9:11 AM To: [email protected] Subject: Remedy automation using VBA ** I am working on Remedy automation using VBA. I need to know 1. How to get all children at one go? 2. Why does Click() fail for the following snippet Dim objARSession As New ARUSER.COMAppObj Dim objARWindow As ARUSER.ICOMFormWnd2 Dim sessionID As Long Dim strSystem, stUserName, stPassword As String Dim ARitem As Object sessionID = objARSession.Login(stUserName, stPassword, 0) Set objARWindow = objARSession.LoadForm(sessionID, strSystem, "Home Page", "", ARDisplay, 1) Set ARitem = objARWindow.GetFieldById(1575) '<--- This is a button object MsgBox (ARitem.Value) '<-- Returns the exact label of the button ARitem.Click() '<--- Fails here :( Please help. Thanks ________________________________ Try the revolutionary next-gen Yahoo! Mail. Click here. <http://in.rd.yahoo.com/tagline_mail_10/*http://mrd.mail.yahoo.com/dc/la nding> __20060125_______________________This posting was submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

