conditional image
Kurt J. Meyer
kjmeyer at mac.com
Mon May 19 00:03:48 PDT 2008
Am 19.05.2008 um 02:12 schrieb gef:
> case donationDate > today() = red flag
> case donationDate < today() = yellow flag
> case donatioPaid = "yes" = green flag.
>
> I am just wondering if a flash super object would be the tool. The
> formula seems a bit restrictive.
If you are working in a form (with a list view), then the Flash Art
SO will do the job.
You can do the job in the data sheet, too: You can change the color
of records with the style statement depending on your conditions. E. g.
case donationDate > today()
style "record red"
case donationDate < today()
style "record bold yellow"
case donatioPaid = "yes"
style "record green"
endcase
Kurt
--
Kurt J. Meyer
Cologne, Germany
More information about the Qna
mailing list