ClientName DataWindow object property
Description
The name of the OLE client. The default is “Untitled.” ClientName
is used by some applications in the server window’s title.
Controls
OLE Object and TableBlob controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.ClientName |
Describe and Modify argument:
1 |
"<span>controlname</span>.ClientName { = ' <span>clientname </span> ' }" |
Parameter |
Description |
---|---|
controlname |
The name of a blob column or an OLE Object |
clientname |
(exp) A string expression Begin the string with a tab (~t) when you modify the value |
Usage
In the painter
Select the control and set the value in the Properties view, Options
tab.
Examples
1 |
cname = dw1.Object.emppict_blob.ClientName |
1 |
dw1.Object.emppict_blob.ClientName = & |
1 |
"~t'Data for ' String(emp_id)" |
1 |
cname = dw1.Describe("emppict_blob.ClientName") |
1 |
dw1.Modify("emppict_blob.ClientName='" + & |
1 |
"~t~"Data for ~" + String(emp_id)'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments