Component
Sequence Numbers Component
9 language-reference entries were extracted for this component.
- Fnd_Hook_SqNo_SetIDField Foundation's Sequence Number routines assume the first field for every table is the table's key field. If this is not the case, you can show Foundation which field to use for...
- Fnd_SqNo_Editor This method displays Foundation’s Sequence Number Editor dialog in a new process.
- Fnd_SqNo_Enable This method creates the sequence number group if it does not already exist. Optionally, it starts the numbering at the specified number. Otherwise, it starts at 1. The new...
- Fnd_SqNo_Fix If you ever have a problem with the sequence numbers for record IDs set by the Fnd_SqNo_SetRecordID command, this command can fix the problem. It determines the next valid...
- Fnd_SqNo_Get This function returns the next unique positive long integer based on the group name you pass. This function returns 0 if it is unable to get the next sequence number....
- Fnd_SqNo_Info Returns the requested information about the component. $version_t:=Fnd_SqNo_Info ("version")
- Fnd_SqNo_Put Call this method to return a number to the specified sequence number group. If the number is higher than the current next number, it will be ignored. It will also be ignored if...
- Fnd_SqNo_Set This routine sets the next number for the specified group, and deletes any numbers previously allocated for reuse. It can be used to fix problems with existing sequence...
- Fnd_SqNo_SetRecordID Although you can use the Fnd_SqNo_Get function to get sequence numbers to be used as record IDs, we would like to suggest another method. The Fnd_SqNo_SetRecordID method is...