Operation Property Groups
The Properties field allows you to configure your operations in various ways. The screen shot below
shows where the Properties field is located in the "Creating Operations" screen of the WOW Builder:
Within the properties field are different property groups. These groups are used to change the look and feel
of the tables and data selected by the SQL statement. For instance, a few of the different property groups
available are DisplayColumns, DetailDisplay, and TableDisplay. The properties of each group will be listed
between curly brackets {}. For each property, the name of the property is followed by a colon and then the
value (or comma separated list of values), and finally by a semicolon. Below are samples of properties groups
correctly formatted:
DisplayColumns
{ results:*; details:*; }
DetailDisplay
{colCnt:; copyURI:; editURI:; insertURI:; maxInputWidth:; maxInputWidthSum:; printURI:;viewURI:;}
TableDisplay
{ selectionType:none; refresh:true; chart:true; excel:false; msWord:true; pdf:true; xml:true; editFD:false;
print:true; sorting:true; drawGrid:true; rowCopy:false; updateable:true; deleteAll:true; nextPrevious:true; }
OperationLabels
{searchDisplay:3;}
Note: Whitespaces (new lines, spaces, and tabs) are irrelevant to property group formatting.
TAGS: configurations