How to Dynamically change the List elements. [message #138813] |
Sat, 24 September 2005 00:55 |
gopichandk
Messages: 2 Registered: September 2005 Location: Dubai
|
Junior Member |
|
|
hi guys,
I have a text item and a list item(pop list) in my form.
what I need to do is, When the user Types value 'A' in the text item then I need to show the list item with values 'A','B','C' and if the user types 'B' then I need to show the list item with values 'D','E','F','G' ... etc.
I tried to create 2 seperate record groups andclear the list,find the record group and then populate the list based on the value in TEXT ITEM but it does'nt work.It throws FRM-41331 error.
Any suggestions please.
Thanks In Advance.
|
|
|
|
|
|