Documenter Field Types

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to get the named value for the field type.

ie - a long integer is field type 4. Is there a way to go from the field
type to the name?
 
See:
http://allenbrowne.com/func-06.html

The code on that page includes 2 functions:
- FieldTypeName() returns a description of the data type of a field
- TableInfo() lists details of the fileds in a table, illustrating how to
use the first one.
 
Hi Allen - thanks that will do what I need.

Is there a way to use a reverse "object brower" to get the names?
 
I don't think there's a "reverse object browser."

Easy enough to create a table (or function.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top