You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

C
CalculateColumn

Called directly from within a calculation column.

D
DeleteDataRow

Deletes a data row for the indicated Key ID and database table.

G
GetKeyIDLock

Attempts to perform a semaphore lock on the indicated tablename and Key ID.

GetTableCommuter

Returns the name of the indicated table's commuter module if it exists. If it does not exist then an empty string will be returned.

GetTableHandle

Returns an array of information related to the database table being passed in.

GetTableProperties

Returns an array of information related to the database table being passed in.

GetUserLocks

Returns a dynamic array of user lock information.

I
IsKeyIDLocked

Returns a Boolean flag of the lock status for the indicated table and Key ID.

IsKeyIDSelfLocked

Returns a Boolean flag of the self-lock status for the indicated table and Key ID.

R
ReadDataRow

Reads a data row for the indicated Key ID and database table.

ReleaseKeyIDLock

Attempts to release a semaphore lock on the indicated tablename and Key ID.

S
SearchIndex

Returns an @FM delimited list of Key IDs that match the search value.

U
UnlockKeyID

Attempts to unlock the indicated Key ID from the indicated Table Name. Note, this can only be done with the UD 5.

V
VerifyLH

Performs a health check against the indicated tables and returns back any issues.

VerifyLHAll

Performs a health check against all attached tables and returns back any issues.

W
WriteDataRow

Writes a data row for the indicated Key ID and database table.

  • No labels