How to load TIO instead of TIF images with IBM Datacap Taskmaster Capture Batch Pilot Verify
To change to using TIO images:
- Run Batch Pilot and open the Verify form.
- Double click on a blank section to access the code section.
- Bring up the Pilot_FormRun event.
- Locate the following commands: ImageCtrl.FileName=pObj.Variable("IMAGEFILE")
Set ImageLink.PilotObject = Pilot
Set ImageLink.ImageControl = ImageCtrl - For the next command add:
If btnTIFFToggle.Caption <> UCase(Right(ImageCtrl.FileName,3)) Then Call TIFTIO() - Bring up the Pilot_OnActiveObjectChange event.
- Locate the following commands:
If ImageCtrl.fileName <> pObj.Variable("IMAGEFILE") And then
ImageCtrl.FileName = pObj.Variable("IMAGEFILE")
End if - Add the same command added in step 5.
- Save the form.
No comments:
Post a Comment