how to highlight a column in a multirecord database block [message #325944] |
Mon, 09 June 2008 11:38 |
rahul15june
Messages: 35 Registered: May 2008
|
Member |
|
|
Hi,
I have a multirecord database block with field like Monday, Tuesday...Sunday.
Now when data is loaded I use, "Execute Query", The current days column (like say today is Monday), then that column (not row/record) should get highlighted.
I tried using
Set_item_instance property('item',current_record,visual_attribute,va_99)
I tried using set_item_instance ('item',background_color,'red')
but that also did not work.
I want whole column highlighted not record/row.
I tried in Post_query, Post_select, pre_select, pre_query.
Thanks,
Rahul
|
|
|
|
|
|
|
|
|