Robert, Thank you.
________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Robert Molenda Sent: Tuesday, August 28, 2007 9:26 AM To: [email protected] Subject: Re: .Net example needed for looking up field information for given form. I did not see any response so here you go. Dim ht As System.Collections.Hashtable Dim lField As BMC.ARSystem.Field Try ht = myARServer.GetAllFields("SJC:X") ' Change the Form Name accordingly Dim myEnum As IDictionaryEnumerator = ht.GetEnumerator() While (myEnum.MoveNext()) lField = myEnum.Value ' Now you have the "Full Field Details" ' Console.WriteLine("{0}:{1}", myEnum.Key, myEnum.Value) End While Catch ex As Exception txtStatus.Text += "Something Bad Happened" End Try HTH Thanks-n-advance; HDT Platform Incident / Problem Manager & Architect Robert Molenda IT OS PA Tel: +1 408 503 2701 Fax: +1 408 503 2912 Mobile: +1 408 472 8097 [EMAIL PROTECTED] Quality begins with your actions. ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Patel, Kamlesh Sent: Wednesday, August 22, 2007 1:42 PM To: [email protected] Subject: .Net example needed for looking up field information for given form. All, I am in a need of a specific .Net example for looking up all the fields and their properties for given Remedy form. I am working with a .Net developer (w/o remedy experience) in building a template generation tool. I can save significant time by using an existing set of code. Thank You Kamlesh Patel __20060125_______________________This posting was submitted with HTML in it___ __20060125_______________________This posting was submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

