Thursday, January 26, 2012

How to load TIO instead of TIF images with IBM Datacap Taskmaster Capture Batch Pilot Verify

How to load TIO instead of TIF images with IBM Datacap Taskmaster Capture Batch Pilot Verify


To change to using TIO images:

  1. Run Batch Pilot and open the Verify form.

  2. Double click on a blank section to access the code section.

  3. Bring up the Pilot_FormRun event.

  4. Locate the following commands: ImageCtrl.FileName=pObj.Variable("IMAGEFILE")
    Set ImageLink.PilotObject = Pilot
    Set ImageLink.ImageControl = ImageCtrl

  5. For the next command add:
    If btnTIFFToggle.Caption <> UCase(Right(ImageCtrl.FileName,3)) Then Call TIFTIO()

  6. Bring up the Pilot_OnActiveObjectChange event.

  7. Locate the following commands:
    If ImageCtrl.fileName <> pObj.Variable("IMAGEFILE") And then
    ImageCtrl.FileName = pObj.Variable("IMAGEFILE")
    End if

  8. Add the same command added in step 5.

  9. Save the form.

No comments:

Post a Comment