Time3
Syntax
Time3(hours, mins, secs)
Description
Use the Time3 function to derive a Time value from three supplied numbers. It can be used to assign values to Time fields and variables, since Time values cannot be directly represented as constants.
Parameters
Field or Control |
Definition |
---|---|
hours |
A Number in the ... |
TimePart
Syntax
TimePart(datetime_val)
Description
Use the TimePart function to derive the time component of a DateTime value.
Parameters
Field or Control |
Definition |
---|---|
datetime_val |
A DateTime value from which to extract the time component. |
Returns
Returns a Time value.
TimeToTimeZone
Syntax
TimeToTimeZone(OldTime, SourceTimeZone, DestinationTimeZone)
Description
Use the TimeToTimeZone function to convert a time field from the time specified by SourceTimeZone to the time specified by DestinationTimeZone .
Parameters
Field or Control |
Definition |
---|---|
OldTime |
Specify the time value to be converted. |
SourceTimeZone |
Specify the time zone that OldTime is in. Values ... |
TimeValue
Syntax
TimeValue(time_str)
Description
Use the TimeValue function to calculate a Time value based on an input string. This function can be used to assign a value to a Time variable or field using a string constant, since a Time value cannot be represented with a constant.
Parameters
Field or ... |
---|
TimeZoneOffset
Syntax
TimeZoneOffset(DateTime {[, timezone | "Base" | "Local"]})
Description
Use the TimeZoneOffset function to generate a time offset for datetime . The offset represents the relative time difference to GMT. If no other parameters are specified with datetime , the server's base time zone is used.
Parameters
Field or Control |
Definition |
---|---|
datetime |
Specify ... |
To
Description
Use the To keyword in a for loop. See for more information.
TotalRowCount
Syntax
TotalRowCount(scrollpath)
Where scrollpath is:
[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ] RECORD.target_recname
To prevent ambiguous references, you can use SCROLL. scrollname , where scrollname is the same as the scroll levelâs primary record name.
Description
Use the TotalRowCount function to calculate the number of rows (including rows marked ...
Transfer
Syntax
Transfer(new_instance, MenuName.menu_name, BarName.bar_name, ItemName.menu_item_name, Page.component_item_name, action [, keylist])
In which keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
Or in which keylist is a list of field references in the form:
&RecordObject1 [, &RecordObject2]. . .
Description
Use the Transfer function to ...
TransferExact
Syntax
TransferExact(new_instance, MENUNAME.menuname, BARNAME.barname, ITEMNAME.menu_itemname, PAGE.component_item_name, action [, keylist] [, AutoSearch])
where keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
OR
&RecordObject1 [, &RecordObject2]. . .
Description
Use the TransferExact function to close the current page and transfers the user to another page, either ...
TransferModeless
Syntax
TransferModeless( MENUNAME.menuname, BARNAME.barname, ITEMNAME.menu_itemname, PAGE.component_item_name, action [, keylist] [, AutoSearch])
In which keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
Or in which keylist is a list of field references in the form:
&RecordObject1 [, &RecordObject2]. . .
Description
Use the TransferModeless function to ...