gettingstarted
[Top] [All Lists]

Return value Red if negative

To: gettingstarted at lists dot realsoftware dot com
Subject: Return value Red if negative
From: "Lennox Jacob" <lenpartico at hotmail dot com>
Date: Mon, 31 Jan 2005 23:21:05 +0000
Delivered-to: gettingstarted at lists dot realsoftware dot com
If I have a line lke this:
CanLose.text = format(R2, "#.##")
that will return a value in CanLose EditField.
Now I want that value to be red if it is negative, normally it is black.
So I now have :
CanLose.text = format(R2, "#.##")
if CanLose.Text < 0 then
what
Please help.
Thanks.
Lennox.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>