WinMessage
Syntax
WinMessage(message [, style] [, title])
Description
Note: The WinMessage function is supported for compatibility with previous releases of PeopleTools. New applications should use MessageBox instead.
See .
Use the WinMessage function to display a message in a message box.
Use the WinMessage for simple informational display, where the end user reads ...
WriteToLog
Syntax
WriteToLog(AppFenceSetting, String)
Description
Use the WriteToLog function to write String to either the application server or the TraceSQL log file.
The WriteToLog function writes String to the TraceSQL log file if AppFenceSetting is less than or equal to the current application log fence (AppLogFence) setting in the application ...
Year
Syntax
Year(dt)
Description
Use the Year function to derive the year component of a Date value.
Parameters
Field or Control |
Definition |
---|---|
dt |
A Date value from which to derive the year component. |
Returns
Returns a Number value between 1900 and 2078 equal to the year component in dt .