Data
Ortogonale Projection
Ext_numaTopBottom
It enables registration of numeric,curency values for forming filter with or condition_s.
Class name : Vdf_extended.vcx
Numeric,Curency object
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 click method for including/excluding choice
of filter value.
2)
Right
click on switch performs changing of filter condition (AND
or NOT AND).
Action some 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 |
| Properties | Description | Type | In/Out |
| xFilterKey |
The name of field for which a filter has been forming |
String | In |
| xDecimalPlace | Number of decimal places | Numeric | In |
| xMaxLenth | Max number of numeric field(xFilterKey) | Numeric | In |
Note:
- Object takes part in
forming IN LIST advanced object.
- Object takes part in
forming OR CONDITION advanced object.
-
Object takes part in forming EXTENDED GROUP advanced object.
Example

Example
of forming filter for extended class.
String value of filter is :
(BETWEEN(orders.freight ,0.0000,0.0000) .OR.
(BETWEEN(orders.freight ,7.0000,8.9999) .OR.
(orders.freight >= 99.0000 )
Working with NULL value

Display of the object

Example

Example
of forming filter for extended class.
String value of filter is :
orders.freight is NOT NULL