How to refresh list item dynamically [message #87599] |
Wed, 19 January 2005 22:26 |
RamaRao DT
Messages: 1 Registered: January 2005
|
Junior Member |
|
|
I am using a list item in my datablock. I want to clear the list item and populate the new values into the list item dynamically.
I used the create_group_From_Query, an error is occured that cannot create group and invalid group to populate list.
How can I do that?
RamaRao DT
|
|
|
Re: How to refresh list item dynamically [message #87648 is a reply to message #87599] |
Thu, 27 January 2005 00:26 |
Ani
Messages: 56 Registered: November 2000
|
Member |
|
|
Hi,
Initially create a list box and give some initial value to it.
create a record group R1.
go to the properties of list item and select for record group.
use clear_list or delete_list(pls check this in help).
then use create_group_from_query.
all the best.
Ani
|
|
|