Hi all i have some problem in computed texti explain that
From computed text i geeting text through dbcolumn but problem that how to put colour in that perticullar text(i,e coming from computed text)pls guide me
amar
Hi all i have some problem in computed texti explain that
From computed text i geeting text through dbcolumn but problem that how to put colour in that perticullar text(i,e coming from computed text)pls guide me
amar
Subject: Problem in Computed text
Do you mean you wantto change the colour of the computed text? You can do that simply by selecting it, going to Text Properties, and choosing a different colour.
Subject: RE: Problem in Computed text
No christoph this is i know but i want to change text colour which are comming from computed text by dbcolumn.
Subject: RE: Problem in Computed text
If you mean you want to change the color based on the @DbColumn, that is more complicated, but otherwise Christoph is correct, you manually change the text color ahead of time, and when it computes, it will compute in the color you selected.
Subject: RE: Problem in Computed text
Or, if you want to calculate the color and have it display in different colors depending on the situation, you can either define multiple computed texts in different colors and have all but one compute to blank, or else use passthru HTML – which you can do in the Notes client now.
Subject: *Good point. I hadn’t considered the passthrough HTML possibility.