I couldn't find a GetListField() method anywhere in the ARSystem .NET help file
(ARSystem.NET.chm). Perhaps you were thinking of the Server.GetAllFields()
method. Here's a sample from the CHM file:
Dim fields
Set fields = server.GetAllFields(formName)
Dim field
For Each field In fields
Next
My brain isn't wired for Visual Basic, so I'll just assume that makes sense.
--Tim
http://www.widowfield.com
----- Original Message ----
From: BALU Frédéric
To: [email protected]
Sent: Monday, August 7, 2006 6:51:51 AM
Subject: [ARSLIST] API + VBScript : list of fields in a from
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