The name of the database table that contains the blob(s).
InkPicture and TableBlob controls
Describe and Modify argument:
"controlname.Table { = ' tablename ' }"
Parameter |
Description |
---|---|
controlname |
The name of the control in the DataWindow. |
tablename |
(exp) A string specifying the name of the table that contains the blob data. Tablename can be a quoted DataWindow expression. |
Select the control and set the value in the Properties window, Definition category. For InkPicture controls, the table contains a large binary column to store ink overlay data and a large binary column to hold a background image for the InkPicture control. For TableBlob controls, the table contains the large binary database object you want to insert into the DataWindow.
[Visual Basic] setting = dw1.Describe("blob_1.Table")
dw1.Modify("blob_1.Table='emp_pictures'")