LookupNewEventNum
Structure
LookupNewEventNum
Parameters
none
Return value
Integer
Description
IndySoft uniquely identifies events in the database through event numbers. If you ever need to create an event manually through custom script code, this function will give you the next event number in line. These event numbers are maintained on the database level through stored procedures (MSSQL and Oracle) or triggers (Firebird).
Example
No example provided
See also
No related topics