At 11:57 PM 7/26/2010, you wrote:
I am just starting to use R:sig and have a question. Does this plugin require a form with a component ID as in the example:
PLUGIN RSmartSig vResult3 +
|ACCEPT_TYPE FILE +
|FILE_NAME Sig_Image.jpg +
|COLOR BLUE +
|CAPTION Please sign below. +
|IMAGE_TYPE JPG +
|COMPONENT_ID VarImage1

I want to capture the signature into a variable then insert into a table. My current form has a button where the EEP prints a receipt for customer to sign. I want to avoid the paper receipt, so in the EEP could I place the example, or do I have to create a new form to run the plugin.
Tom Hart


Hello Tom,

You must assign the Component ID "VarImage1" to the appropriate form image control, (DB Image, Variable Image, or Image Control) in order to capture the signature.

Since you are storing the image in the table, you should use the DB Image control, and use "MEMORY" for the ACCEPT_TYPE parameter in order to transfer the captured JPG image directly into the VARBIT column. The Component ID VarImage1 would be assigned tot he DB Image control.

John
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to