Data
Ortogonale Projection
Ext_advans
It enables selection/registration of values for forming group filter.
Class name : Vdf_etended.vcx
Extended advanced group
Working review of the object

Return value from object : String value (method->xWriteFilter)
Display of the object

Action for forming filter:
1)
Left
click on switch activates menu for choosing  
of primary object.
2)
Right
click on switch performs changing of filter condition (AND
or NOT AND).
Action on some part of object or on switch activates method xLightOffGrid.
|
Methods |
Description |
Return |
|
xLightOffGrid |
It has been registered any change on activating object. The user would form it. |
Nill |
| xWriteFilter | It formed value of a filter. |
String |
| xGroupMenu | Choosing of primary object with which it will be working in EXTENDED ADVANCED object. | Path with name of primary object |
Note:
-Extended advanced object is direct
consequence of basic primary/extended/kondese object!
- The max number
of items are 16!
Example

Example
of forming filter for extended advanced class.
String value of filter is :
(BETWEEN(orders.freight,0.0000 ,2.0000) .OR. ;
BETWEEN(orders.freight,7.0000 ,8.0000) .OR. ;
BETWEEN(orders.freight,100.0000 ,102.0000) )