Dynamic List [message #82836] |
Tue, 08 July 2003 11:54 |
jan
Messages: 71 Registered: August 2002
|
Member |
|
|
i have grade, initial basic ,increment andceiling fieldsin a table
i have a basic pay field in anothertable
there are 15 increments up to ceiling.
i want to create adynamiclist at basic pay filed
which contain 15 values for a specific grade
how?
thanx in advance.
|
|
|
|
Re: Dynamic List [message #82847 is a reply to message #82836] |
Wed, 09 July 2003 02:25 |
SCP
Messages: 21 Registered: June 2003
|
Junior Member |
|
|
Create a Query record group using the basic field pay.
Populate the record group.
Run a loop and add the elements to the list item using
ADD_LIST_ELEMENT.
I think this will do.
|
|
|