7.5

Table Of Contents
showbitmap('street_photo',72,1,0,true,[100,100,0,0])
Example 2
This example displays the bitmap image sunset at a resolution of 300 pixels per inch.
showbitmap('sunset',300,0,0)
Example 3
This example prints either an image, or, if the image cannot be found, the pathname to the image.
define( &image_paths, directory, 'c:\\images\\*.JPG' )
define( &i, integer, 1 )
if( resourcetype( &image_paths[&i] ) <> 0 )
showbitmap( &image_paths[&i], 300, 0, 0)
crlf( bitmapheight( &image_paths[&i] ) )
elseif()
show( &image_paths[&i] )
crlf( 0.16 )
endif()
ShowCaptureUserArea (procedure)
Displays a Capture Field object.
Syntax
showcaptureuserarea( name: string, areatype: integer, left: measure,top: measure, width:measure, height:measure,
requiredfield:integer, disablerewrite: boolean, groupid:integer )
Arguments
name
©2010 Objectif Lune Inc - 356 -