InfoConnect for Airlines VBA Guide
Xfr400WhereString Property
Gets or sets one or more conditions that determine whether a record is transferred.
Syntax
Object.Xfr400WhereString As String

Property Value

This string can be up to 220 characters long and should use the following syntax:

[field name] [test] [value]

The available tests are =, <, >, <=, >=, <>, NOT, LIKE, IN, BETWEEN, IS, ISNOT, and SUBSTR.

Remarks

This property affects AS/400 data transfer and is only relevant for 5250 sessions. The default is "".

See Also