DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Forms help

  1. #1
    Join Date
    Jan 2002
    Posts
    111

    Question

    Hi,
    How to zoom the image in forms.i am using image_zoom
    built in function.can anyone let me know in which trigger to write and what the parameter is.
    Thanks
    Murali

  2. #2
    Join Date
    May 2001
    Location
    San Francisco, California
    Posts
    511
    Here is an quick example of a When-Button-Pressed trigger that doubles the size of the image every time the button is pressed.

    Image_Zoom( ’my_image’, zoom_in_factor, 2);

    Other parameters for zoom_type are:

    ADJUST_TO_FIT
    SELECTION_RECTANGLE
    ZOOM_OUT_FACTOR
    ZOOM_PERCENT
    Remember the Golden Rule - He who has the gold makes the rules!
    ===================
    Kris109
    Ph.D., OCP 8i, 9i, 10g, 11g DBA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width