Data Ortogonale Projection
Ext_strlike 

It enables registration of string like values for forming filter with or condition_s.

Class name : Vdf_extended.vcx

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 some 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

Note: 
         - 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 :
(UPPER( orders.ship_to_country) LIKE [AR%] .OR.
UPPER( orders.ship_to_country) LIKE [GER%].OR.
UPPER( orders.ship_to_country) LIKE [UK%])


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

Working with NULL value

Display of the object

Example

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