Ink Picture Database Setup dialog box
Description
Specify characteristics of the InkPicture control you are
inserting into a DataWindow object.
To search multiple library entries, press SHIFT+click
to select contiguous library entries or CTRL+click to select
non-contiguous entries.
Dialog options
-
Table
Select the database table that will contain the large binary
columns into which you will save ink annotations and from which
you will load a background image. You need to create a table that
has two large binary columns before you insert an InkPicture control. -
Large Binary Column for Ink Data
Select the column that will store the ink in the InkPicture
control. -
Large Binary Column for Background Image
Select the column that contains an optional image to be used
as the background for the InkPicture control. -
Key Clause
Enter a key clause to build a valid WHERE clause.
The key clause is used to build the WHERE clause
in the SELECT or UPDATE statement
for the ink data column. For example, if id is the index on your
table you might enter:1id = :id -
Row In Detail
If you insert the Ink Picture into an N-Up DataWindow, use
this field to specify the row ID to use to display the correct image.
For example, if you have three rows in the detail band, you might
enter 1 for the ink picture associated with the first, 2 for the
second, and 3 for the third.