versago:control_properties

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
versago:control_properties [2020/06/16 09:58]
runger Add Image Control description
versago:control_properties [2020/06/16 10:08] (current)
runger [Image Control] - Add control details
Line 169: Line 169:
  
 ====Image Control==== ====Image Control====
 +The Image control is used to display an image in the form presentation.  Images are most commonly used in a grid (form details) control to display things like items in an order form.  However, there is no restriction against using an image control in the main (header) section of the form as well.  An example might be displaying the item associated with a Service Call, or displaying the logo of a company in an order entry form.
 +
 +{{:versago:formsv2_imagecontrol_detail.png?400|Image Control}}
 +
 +The data type of the underlying database field is //Text// This is because the data is actually a file path pointer to the location of the image file, which is stored on disk.  The file path information is saved as part of the form data.  The image can then be displayed in a report associated with the form.
 +
 +The //Format// drop-down selection defines the size of the image in the form.  Two options are available: 45 x 45 pixels and 65 x 65 pixels.  A large image is displayed when the user hovers over the image on the form, and an even large image is displayed as a pop-out when the user clicks on the image.
versago/control_properties.1592315905.txt.gz · Last modified: 2020/06/16 09:58 by runger