- rtecall("alalnum")
Checks to make sure a string contains only alphanumeric characters, or only alphanumeric characters and the provided non-alphanumeric characters- rtecall("alnum")
Checks to make sure a string contains only numeric characters, or only numeric characters and the provided non-numeric characters- rtecall("alpha")
Checks to make sure a string contains only alphabetic characters, or only alphabetic characters and the provided non-alphabetic characters- rtecall("counter")
Turns counters on or off for the current session. Other SC users are unaffected- rtecall("datemake")
Returns a date, in the proper form, based upon a series of numbers passed to it- rtecall("escstr")
Precedes special characters in a string with an escape character- rtecall("FILLDATE")
Places the current date and time in a field in the current record- rtecall("filecopy")
Copies all of the data in a collection to another file variable- rtecall("fileinit")
Initializes a new file (rinit) in $targetfile- rtecall("getnumber")
Replaces the getnumb RAD application- rtecall("getrecord")
Retrieves the record identified by unique key values in $L.array- rtecall("getunique")
Returns into $L.array the values for the unique key from the current record in $L.file- rtecall("log")
Sends a message to the external sc.log file- rtecall("notypecheck")
Turns type checking off or on- rtecall("passchange")
Changes this user's password- rtecall("policycheck")
Imposes data policy as defined in the datadict table- rtecall("qbeform")
Returns a QBE form, which can be passed into an rio or fdisp panel- rtecall("radd")
Adds a record- rtecall("radhistory")
Keeps track of the RAD panels a user has executed when running ServiceCenter applications- rtecall("recdupl")
Copies the contents of the current record into the contents of another record- rtecall("rfirst")
Places the pointer at the first record in a record collection (a QBE list)- rtecall("rgoto")
Places the pointer at the indicated record.id in a record collection (a QBE list)- rtecall("rid")
Returns the record number of the current record (represented by $L.file)- rtecall("rinit")
Initializes a new file- rtecall("rupdate")
Update a record- rtecall("select")
Searches for records- rtecall("sort")
Sorts a list or a list of lists in ascending or descending order- rtecall("transtart")
Measures the amount of data transferred, elapsed time and CPU usage of any transaction- rtecall("transtop")
Measures the amount of data transferred, elapsed time and CPU usage of any transaction. It is commonly invoked from the GUI debugger and is used in conjunction with transtart- rtecall("trigger")
Turns triggers on or off for the current session



Reply With Quote

Bookmarks