Template
property (DataWindow object)
Description
The name of a file that will be used to start the application in
OLE.
Applies to
TableBlob controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.tblobname.Template |
Describe and Modify argument:
|
1 |
"tblobname.Template { = ' string ' }" |
|
Parameter |
Description |
|---|---|
|
tblobname |
The name of a TableBlob control in the |
|
string |
(exp) A string whose value is the file name of an |
Usage
In the painter
Select the control and set the value in the Properties view,
Definition tab, File Template option.
Examples
|
1 2 3 4 |
setting = dw1.Object.blob_1.Template dw1.Object.blob_1.Template='Excel.xls' setting = dw1.Describe("blob_1.Template") dw1.Modify("blob_1.Template='Excel.xls'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest