This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago3:from_settings [2022/10/31 15:43] dlee [Content] |
versago3:from_settings [2024/08/28 11:51] (current) dlee [Lookup List] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * The **Settings** panel is always displayed on the right side of the screen and stays open as you click through the existing controls on the layout. | * The **Settings** panel is always displayed on the right side of the screen and stays open as you click through the existing controls on the layout. | ||
| - | {{ : | + | {{ : |
| ===== Common Settings===== | ===== Common Settings===== | ||
| Line 45: | Line 45: | ||
| * Only one field can be designated with this option. | * Only one field can be designated with this option. | ||
| - | * **Character Length** defines the maximum number of characters that can be entered in a field of the control. | + | |
| * For text fields the value can be less than the number of characters defined in the database if you wish to restrict the value entered. | * For text fields the value can be less than the number of characters defined in the database if you wish to restrict the value entered. | ||
| * For numeric fields the value should be the maximum number of digits you want to accept in the field. Because of the way data is stored this may be greater than the number of bytes defined for the column in the database. | * For numeric fields the value should be the maximum number of digits you want to accept in the field. Because of the way data is stored this may be greater than the number of bytes defined for the column in the database. | ||
| Line 63: | Line 63: | ||
| * {UserProfile**.**$FirstName} – returns the user’s first name | * {UserProfile**.**$FirstName} – returns the user’s first name | ||
| * {UserProfile**.**$LastName} – returns the user’s last name | * {UserProfile**.**$LastName} – returns the user’s last name | ||
| - | * {UserProfile**.**$CopmpanyName} – returns the user’s Company name | + | * {UserProfile**.**$CompanyName} – returns the user’s Company name |
| * $GETDATE() - returns current date | * $GETDATE() - returns current date | ||
| * Copy header value to grid control (Header-to-row) | * Copy header value to grid control (Header-to-row) | ||
| * This process can be used to use a value from a control in the header section as the default for a control in each new row in the grid (row) section. | * This process can be used to use a value from a control in the header section as the default for a control in each new row in the grid (row) section. | ||
| - | * {formdata**.**$control_name} - where $control_name is the source control | + | * {formdata**.**$control_name} - where $control_name is the source control |
| * <color # | * <color # | ||
| * **Formula** is used to provide various types of calculation operations that can be used to populate a field based on values in other fields. | * **Formula** is used to provide various types of calculation operations that can be used to populate a field based on values in other fields. | ||
| * Formulas can only be applied to numeric and date values. | * Formulas can only be applied to numeric and date values. | ||
| - | * See [[versago: | + | * **Calculation** |
| + | * **Aggregate** | ||
| + | |||
| + | <WRAP center round info 80%> | ||
| + | Aggregation can only be applied to one field. A formula like SUM(X*Y) will not work. | ||
| + | </ | ||
| ==== Adornment==== | ==== Adornment==== | ||
| Line 79: | Line 84: | ||
| * **Alignment** defines how the text is displayed in the field of the control. | * **Alignment** defines how the text is displayed in the field of the control. | ||
| * Options are Left, Center, and Right. | * Options are Left, Center, and Right. | ||
| - | | + | |
| - | | + | |
| * **Caption** is the value that is displayed to the user for this control. | * **Caption** is the value that is displayed to the user for this control. | ||
| * The value can be changed at any time. | * The value can be changed at any time. | ||
| Line 108: | Line 113: | ||
| ==== Date Picker Controls ==== | ==== Date Picker Controls ==== | ||
| - | Formatting is available for Date and Time Picker controls using the **Format** | + | Formatting is available for Date and Time Picker controls using the **Format** |
| - | - Be sure the Control Type is Date Picker. | + | - Be sure the Control Type is Date Picker. |
| - | - Set the **Format** to Date or DateTime. | + | - Set the **Format** to Date or DateTime. |
| - | - Select the desired **Culture** from the list \\ {{:: | + | - Select the desired **Culture** from the list |
| - Also select the desired time format (12 hour or 24 hour) if you are also capturing a time value. | - Also select the desired time format (12 hour or 24 hour) if you are also capturing a time value. | ||
| - If your Format is Date, the user will not see an icon to set the time value. The time value will be saved as midnight (00:00.000) | - If your Format is Date, the user will not see an icon to set the time value. The time value will be saved as midnight (00:00.000) | ||
| Line 119: | Line 124: | ||
| ==== Time Picker ==== | ==== Time Picker ==== | ||
| - | - Be sure the Control Type is Time Picker. | + | - Be sure the Control Type is Time Picker. |
| - | - Set the **Format** to DateTime. \\ {{:: | + | - Set the **Format** to Time. |
| - | - Select the desired **Culture** from the list \\ {{:: | + | - Select the desired **Culture** from the list. |
| - When a Time Picker is used the date is saved as 01-01-1900 and the time is saved based on the user entered value. | - When a Time Picker is used the date is saved as 01-01-1900 and the time is saved based on the user entered value. | ||
| ==== Numeric Text Box ==== | ==== Numeric Text Box ==== | ||
| - | Formatting is available for Numeric Text Box controls using the **Format** and **Decimal Place** functions. There are three general | + | Formatting is available for Numeric Text Box controls using the **Format** and **Decimal Place** functions. There are two options for formatting numeric values: Decimal, or Currency. |
| - | * **None** formatting is used to present numbers as integers (no decimal | + | * **Decimal** formatting is used to present numbers as decimal |
| - | + | - Select | |
| - | {{:: | + | |
| - | + | ||
| - | | + | |
| - | - Set **Decimal Place** to 0 (zero). | + | |
| - | - The number in the field is set to a whole number (integer). Any values entered to the right of a decimal point are truncated. | + | |
| - | + | ||
| - | * **Decimal_2** formatting is used to present numbers as decimal numbers. | + | |
| - | + | ||
| - | {{:: | + | |
| - | + | ||
| - | | + | |
| - Set the desired number of **decimal** places (up to 6). | - Set the desired number of **decimal** places (up to 6). | ||
| - | - A value of 0 is automatically interpreted as 2. | ||
| - The decimal value is rounded if more than the specified number of characters is entered to the right of the decimal point. | - The decimal value is rounded if more than the specified number of characters is entered to the right of the decimal point. | ||
| * **Currency** formatting is used to present numbers with the appropriate currency symbol and decimal formatting. | * **Currency** formatting is used to present numbers with the appropriate currency symbol and decimal formatting. | ||
| - | |||
| - | {{:: | ||
| - | |||
| - | - Set **Format** to Currency. | ||
| - Select the desired **Culture** from the drop-down list. | - Select the desired **Culture** from the drop-down list. | ||
| - Set the desired number of **decimal** places (up to 6). | - Set the desired number of **decimal** places (up to 6). | ||
| - | - A value of 0 is automatically interpreted as 2. | ||
| - The decimal value is rounded if more than the specified number of characters is entered to the right of the decimal point. | - The decimal value is rounded if more than the specified number of characters is entered to the right of the decimal point. | ||
| - | ==== Lookup | + | ==== Lookup |
| - | Lookup | + | Lookup |
| - | See **// | + | Lookups are used retrieve a values available |
| - | See **// | + | === Configure the Lookup === |
| + | - On the “Control Settings” tab, select “Textbox” as the Control Type. | ||
| + | - Select the data view to be used from the Lookup Report menu | ||
| + | - The [ **…**] ellipsis button to the right of the Lookup | ||
| + | - At least one Output field must be configured. This will be the control where the lookup is being applied and should be the value to be displayed to the user. | ||
| + | - Additional output fields may also be defined. These are typically other values associated with the lookup value. | ||
| + | - The list of values in the lookup will be sorted according to the sorting configured in the look up data view. | ||
| - | ====Image Control==== | ||
| - | The Image control is used to display an image in the form presentation. | ||
| - | {{: | + | |
| + | |||
| + | ====Image Control==== | ||
| + | The Image control is used to display an image in the form presentation. | ||
| The data type of the underlying database field is // | The data type of the underlying database field is // | ||
| 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. | 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. | ||
| + | |||
| + | ---- | ||
| + | **[[versago3: | ||
| + | |||
| + | **[[versago3: | ||
| + | | ||