Table 128. Picture Function
Function | Description |
---|---|
Picture (Image path, Tooltip (optional) | Returns a BLOB image file (.JPEG, .GIF, .BMP, and .PNG). Image path refers to folder where the image is store. Tooltip is any descriptive text to associate with the picture image Example: if (Amount_Sales >= 10000) {Picture ("C:\\graphics\\smile.gif" )} else{Picture("C:\\graphics\\crying.gif" )} |