Data Ortogonale Projection
Vdf_StrLike 

It enables enter of a string value for forming filter.

Class name : Vdf_PrimaryObject.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 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
xPartOfInList

Does it take part as primary object in forming IN LIST obj.

.F.  
xPartOfOrList Does it take part as primary object in forming OR obj. Logical 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 string like object.
  1) A word at the begining of a string (Exact searching)  2) A word at the begining of a string (Upper searching)
               orders.ship_to_city = "Alb%"                                              UPPER(orders.ship_to_city ) = "USA%"


See also
Extended 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 string exact object.
String value of filter is :
orders.ship_to_city is NOT NULL