Data Ortogonale Projection
Kond_string_strlike 

It enables registration of string values for forming filter .
It kondeses two primary objects: String like(Vdf_strlike) and String(Vdf_strTopBottom)

Class name : Vdf_kondese.vcx

String/string like 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 on txtBottom or on switch activates method xLightOffGrid.

Add methods

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

Add properties

Properties Description Type In/Out
xFilterKey

The name of field for which a filter has been forming

String In
xKondStart

Which object is been starting(1-strlike , 2-string)

Numeric In

Note: 
        -
Only "string" object takes part in forming IN LIST advanced object.  
        -
"String" and "string like" object takes part in forming OR CONDITION advanced object.
           -
"String" and "string like" object takes part in forming EXTENDED GROUP advanced object.

 

Example

Example of forming filter for kondesed string class.
String value of filter is : UPPER(orders.ship_to_country ) = "AR%"


See also
Extended string like object | Primary string like object | Primary string object | Or group condition object
See also
Vdf objects | Special objects | Extended objects | Kondesed objects