Field Names

Michael Correll mcorrell at memphisbusiness.com
Fri Feb 1 10:55:39 PST 2008


I think dbinfo("fields", "") is what you are looking for.

It will produce a CR delimited array of fields in the current DB.   
One way to check for that info is to open the Formula Wizard (in the  
Wizards /  Calculations menu) and type in the dbinfo( function -- or  
copy/paste the above.  It will return a list of fields in the current  
DB.  The Pan Reference will have more info on syntax and other  
parameters you can use to return information about the DB in question.

MC.

On Feb 1, 2008, at 12:36 PM, Elon Close wrote:

> I have looked but can't find, maybe I overlooked something?
>
> Is there something like info("FieldNames") that can return a list,
> array, of the names, text, of the fields in a DB?
>
> Obviously I can work up something, but I thought I would ask.
>
> Thanks, Elon



More information about the Qna mailing list