Subject Re: [IBO] TIB_Query stringlist-parameters
Author Helen Borrie
At 09:29 AM 30-09-02 +0200, you wrote:
>Hello Ibo users.
>
>D5/IBO 4.2Hj
>
>I found out that in some TIB_Query TStringList properties blanks are
>allowed, and in some not. I've not tested all off them, but for example in
>the 'FieldsVisible' blanks are not allowed, but in 'KeyLinks' they are
>allowed.
>
>'Not allowed' means : There is no error message, but the expression will not
>be parsed correctly.

Stick to the **rule** of NEVER including blanks.

Recently Jason modified the parser behaviour in some cases to strip out any
blanks in the x=y strings but it doesn't apply in all cases (parsing
variations between lone strings like KeyLinks and linked lists like
Fieldsxx properties).

The blanks are *not* supposed to be "optionally allowed". My own view is
that mods to "help" sloppy programmers generally cause more problems than
they solve.

Helen