OV_POST_CLIPBOARD
Þ Note: Built-In Function Rules
Post a working list to the clipboard.
Warning: This function does not support RDMLX fields.
Note: The user of this Built-In Function is responsible for any impact it has on any application. No warranty of any kind is expressed or implied. Refer to full Disclaimer.
Function No:
|
995
|
DLL Required:
|
U_BIF995.DLL
|
For use with
Visual LANSA for Windows
|
YES
|
Visual LANSA for Linux
|
NO
|
LANSA for i
|
NO
|
|
Arguments
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
1
|
List
|
Req
|
The name of the working list whose entries are to be posted to the clipboard.
|
|
|
|
|
2
|
A
|
Opt
|
The field delimiter to be used:
T = tab character
C = comma character
N = new line character
Other = blank character
Default is 'T'.
|
1
|
1
|
|
|
3
|
A
|
Opt
|
Alphanumeric fields are to be quoted.
Y = yes
N = no
Default is 'Y'
|
1
|
1
|
|
|
4
|
A
|
Opt
|
Append Line Feed
Y = yes. Append Line Feed after each entry.
N = no. Do not append Line Feed to the last entry.
Default is 'Y'.
|
1
|
1
|
|
|
|
Return Values
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
1
|
A
|
Req
|
Return value indicating if the post of the list was successful.
OK = post was successful
ER = post was unsuccessful.
|
2
|
2
|
|
|
|