« Return to Thread: Question about Structure Meta Data

Re: Question about Structure Meta Data

by Mehboob Alam :: Rate this Message:

Reply to Author | View in Thread

The structure access commands should give you everything
you need. Do consider donating your code to the public :)

http://www.4d.com/docs/V6U/V6U00050.HTM

# Count tables  Number

# Count fields (tableNum | tablePtr) Number

# Table name (tableNum | tablePtr) String

# Field name (fieldPtr | tableNum{; fieldNum}) String

# Table (tableNum | aPtr) Pointer | Number

# GET TABLE PROPERTIES (tablePtr|tableNum; invisible{;
trigSaveNew{; trigSaveRec{; trigDelRec{; trigLoadRec}}}})

# Field (tableNum | fieldPtr{; fieldNum}) Number | Pointer

# GET FIELD PROPERTIES (fieldPtr | tableNum{; fieldNum;
fieldType{; fieldLength{; indexed{; unique{; invisible}}}})

# GET FIELD ENTRY PROPERTIES (fieldPtr|tableNum{; fieldNum;
list{; mandatory{; nonEnterable{; nonModifiable}}})

# GET RELATION PROPERTIES (fieldPtr|tableNum{; fieldNum;
oneTable; oneField{; choiceField{; autoOne{; autoMany}}})

# SET INDEX (field; index{; mode{; *}})

# Get database parameter ({table; }selector{; stringValue})
Longint

# SET DATABASE PARAMETER ({table; }selector; value)


--- Chris Norman <tcn@...> wrote:

> Is there a way to extract information from the Structure
> Inspector?


sincerely,
mehboob alam


"There cannot be a crisis next week. My schedule is already full." Henry Kissinger

**********************************************************************
4D Basics hosted by 4D, Inc.                       http://www.4D.com/

Now with more power: the 4D Web 2.0 Pack v1.1
http://www.4d.com/products/4dweb20pack.html
Data lives here

To Unsubscribe:                        mailto:4DBasics-off@...
**********************************************************************


 « Return to Thread: Question about Structure Meta Data