Xbasic
A5_GET_JPEG Function
Syntax
V a5_get_jpeg(P obj )
Arguments
- objPointer
A pointer to an image control on a form.
Description
The A5_GET_JPEG() displays a dialog box that assists you in navigating to and selecting a JPG image to place into a an Image field in a table. Called by right click menu on JPEG image field on a form or browse.
Example
The following script was placed under the OnPush event of a button. It assumes the form has an image control named Image1.
a5_get_jpeg(Image1.this)
Limitations
Desktop applications only.
See Also