Re: How to get the form and field names?

2007-09-21 Thread David Sanders
T.ORG Subject: Re: How to get the form and field names? We've used the FormFields app from David Sanders for several years. You can find it at http://www.users.globalnet.co.uk/~sandersd/utilities.htm. It lists all forms, their fields, some field properties, and basic data type info. You can also

Re: How to get the form and field names?

2007-09-21 Thread Hall Chad - chahal
AM To: arslist@ARSLIST.ORG Subject: Re: How to get the form and field names? Matt, Is this available as a developer Download or are you share the DEF file? Thank You, Dave Davis David J. Davis SAIC Senior Software Systems Engineer Crane Division, Naval Surface Warfare Center (NSWC Crane) Harne

Re: How to get the form and field names?

2007-09-21 Thread Davis, David CTR NAVSURFWARCENDIV Crane, Code 0552
: Friday, September 21, 2007 8:37 To: arslist@ARSLIST.ORG Subject: Re: How to get the form and field names? Mark, I have actually took the time to build an ARS form (not a view form) to hold this data. I then built a "Admin-Control Panel" to loop over the data and populate it. Yes, this m

Re: How to get the form and field names?

2007-09-21 Thread Carey Matthew Black
Mark, I have actually took the time to build an ARS form (not a view form) to hold this data. I then built a "Admin-Control Panel" to loop over the data and populate it. Yes, this means it is cached data that can become out of sync with the real meta-data that the ARS server uses. (but it is a sim

Re: How to get the form and field names?

2007-09-21 Thread L. J. Head
September 21, 2007 2:58 AM To: arslist@ARSLIST.ORG Subject: How to get the form and field names? Hi everyone, I'd like to build a configurable application, where the admin can can configure/enable different functions for certain part of the application. I was wondering how to access form and

Re: How to get the form and field names?

2007-09-21 Thread Opela, Gary L Contr OC-ALC/ITMA
ID. Thanks, Gary Opela, Jr Sr. Remedy Developer Leader Communications, Inc. 405 736 3211 -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Frank Caruso Sent: Friday, September 21, 2007 6:11 AM To: arslist@ARSLIST.ORG Subject

Re: How to get the form and field names?

2007-09-21 Thread Frank Caruso
Try building View forms against the underlying Remedy metadata. Then use those View forms in table fields. You could even build a database view of the data you need then use that view in a View form which could then be tied to a table. Some Remedy tables of interest: field arschema On 9/21/07, Ma

How to get the form and field names?

2007-09-21 Thread Mark Milke
Hi everyone, I'd like to build a configurable application, where the admin can can configure/enable different functions for certain part of the application. I was wondering how to access form and field name and field ids. Acctualy I'd need to show them in a table field. As far as I know there is n