Re: Can A More-than-one-row Item Has 2 Colors?

From: Neville Sweet <sweet.neville.nj_at_bhp.com.au>
Date: 1997/11/06
Message-ID: <01bcea74$d98c7ca0$d33c1286_at_itwol-pc3963.itwol.bhp.com.au>#1/1


Thenard,

Use Display_Item to change the colour of an individual item in a multi-record block. Display_Item affects the current record only, so the best option is to set the colour in your Post-Query trigger (otherwise you will have to navigate back later).

Disabling an item is controlled by setting the item's Updateable property. Set_Item_Property affects the entire column, but in this case it doesn't matter. A Pre-Record trigger to set updateability works well since we are concerned with the updateability of the current record only.

ªü´ö Thenardier <Thenardier_at_POBoxes.com> wrote in article <346093fb.10311264_at_news.netvigator.com>...
>
> As title. I have a 12-row item (like a column) in which
> i want to set the some rows in it to another color and
> disable them under some conditions. The disabled rows
> should be able to display but no update is allowed, while
> other rows allow.
>
> If there is no soln, just feel free to mail me a NO answer.
> So i can stop struggling about it.
>
> Thanx in advanced.
>
>
> Thenard
>
  Received on Thu Nov 06 1997 - 00:00:00 CET

Original text of this message