Home General

Boolean Values... how do they work for Text pl?

edited September 2001 in General
I'm using a Text Pipeline and I notice there are BooleanFalse and
BooleanTrue properties, however I don't see how Boolean values are actually
read out of a text pipeline's fields. I only see how to read out a string
(which would be a 0 or 1 in my case), but to check for true false I'll still
have to do a string compare. Is there another way?

Comments

  • edited September 2001
    Nevermind... I believe they work if a DBCheckBox component is placed on the
    report, but when read using the GetFieldAs[type]() functions, they have to
    be read as a string and used that way.

This discussion has been closed.