The name of a file that will be used to start the application in OLE.
TableBlob controls
Describe and Modify argument:
"tblobname.Template { = ' string ' }"
Parameter |
Description |
---|---|
tblobname |
The name of a TableBlob control in the DataWindow. |
string |
(exp) A string whose value is the file name of an application that is to be the OLE template. String is quoted and can be a DataWindow expression. |
Select the control and set the value in the Properties window, Definition category.
[Visual Basic] setting = dw1.Describe("blob_1.Template")
dw1.Modify("blob_1.Template='Excel.xls'")