Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameDescriptionDefault
<x, 1>
LevelThe item's level in the panel - 1 is the group, 2 is the property.

<x, 2>
PropertyKeyThe key to each property - must be unique.

<x, 3>
PropertyName(Optional) The text label to use as the property name.
Key
<x, 4>
Type

(Optional) The type of entry / type of cell:

"B" - two boolean values
"C" - custom dropdown list
"D" - date / calendar dropdown
"O" - option button
"V" - varchar
"X" - checkbox
V
<x, 5>
Conversion(Optional) Oconv during panel entry :SVM: Iconv for get/set value.
none
<x, 6>
DropListParams(Optional) SVM dropdown list for boolean or custom dropdownsor parameters depending on Type (see below).
<x, 7>
Value(Optional) Any value to pre-fill into the data section.

...

FieldDescriptionDefault
<1>Headers & Gridlinesdefaults to a light grays, RGB(240,240,240) 
<2>Selectiondefaults to "Select"
<3>Backgrounddefaults to "White"

Remarks

Dropdown Image Reference

...


...

Types

(B)oolean

PositionDescription
<x,6,1>
Value to be considered as true / yes / 1
<x,6,2>
Value to be considered as false / no / 0

(C)ustom

PositionDescription
<x,6,x>
SVM list of items to appear in the dropdown

(D)ate

Requires the window NDW_DATEPICKER.  Default button will be Segoe MDL2 Assets #E787, which is a calendar image.

(O)ption

PositionDescription
<x,6,1>
Name of window to launch when the button is clicked.  Button image defaults to the 3-dots "...".
<x,6,2>
(Optional) For custom button images, the font to use.  "GM" for Google Material Icons (requires download and install), "SA" for Segoe MDL2 Assets
<x,6,3>
(Optional) The hex code to use to display the appropriate font image reference.

(V)archar

This is the default and does not have to be specified.  This is for standard, plain text entries.

CheckBo(X)

This will add a checkbox to the cell, which operates like a standard OI checkbox which returns a 1 or 0 depending on its checked state.


...

Errors

If there are and duplicate keys, they will be noted and returned in the service's response.