It looks to me like he's using the COM facility of the .NET API, not user tool automation. It should be possible to get the list of fields using that. The code looks about right. Does GetListField not return the list of field ids?
Dan -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black Sent: Monday, August 07, 2006 4:56 AM To: [email protected] Subject: Re: API + VBScript : list of fields in a from Please read Chapter 6 in the C API guide (v6.3) for details of the COM interface to the User Tool. I do not (yet) see a way to list the field on an open form. The COM interface if very limited when compared to the full C API. -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. Never ascribe to malice, that which can be explained by incompetence. On 8/7/06, BALU Frédéric <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to get the list of fields in a form. Could you hel me ? > > Dim ARserverObject > Set ARserverObject = CreateObject("BMC.ARSystem.Server") > ARserverObject.Login(SERVER_NAME, SERVER_USERNAME, SERVER_PASSWORD, "" ) > ??? ARserverObject.GetListField(SchemaName ) ??? > > Regards, > -- > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

