home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Developer Scripts
/
FileMaker Pro 2.0 AS Examples
/
Property Examples
/
Field Properties
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-25
|
328 b
|
15 lines
|
[
TEXT/ToyS
]
tell application "FileMaker Pro"
class of first Field
best type of Field "a"
default type of Field -2
ID of first Field
name of Field 2
Nulls OK of Field 2
Repeats of Field "a"
Repeat Size of Field "a"
Unique Value of Field 2
Access of Field 2
Protection of Field -2
Formula of Field "a"
Lock of last Field
end tell