list of values [message #464490] |
Thu, 08 July 2010 03:33 |
vbhanumanth
Messages: 21 Registered: July 2010 Location: chennai
|
Junior Member |
|
|
I have developed one sample form using oracle Internet developerSuite 10g.It has two fields.
1.allemployees(I set as combobox)
2.members (i set as text box)
In runtime allemployees column has all the employeename displayed .
If i select the employeename one by one it added into the members textbox.
How to solve that issue? kindly send the solution . I am new in oracle forms
thanks and regards
hanu
|
|
|
|
Re: list of values [message #464729 is a reply to message #464632] |
Fri, 09 July 2010 01:36 |
vbhanumanth
Messages: 21 Registered: July 2010 Location: chennai
|
Junior Member |
|
|
for example allemployees field has followingdata(set as combobox)
xxx
yyy
zzz
aaa
if i click tha allemployees coloumn it shows above values.i have an another field named as members(textbox).
I select xxx it stores into members field.again i select yyy that was also stores same members feld.
thanks and regards
hanu
|
|
|
|
Re: list of values [message #464757 is a reply to message #464739] |
Fri, 09 July 2010 04:06 |
vbhanumanth
Messages: 21 Registered: July 2010 Location: chennai
|
Junior Member |
|
|
Sorry sir u dont understand my question.I have an field named as employeename(set as combobox).
From that field i retrieve all the employeename from my master table.around 500 employeenames are there.
i have an another field named as teammembers(set as textbox).
Suppose the project leader login the application ,he choose the members for the above field(employeename).
he choose five members one by one out of 500 employees,that five members stored one by one in teammembers textfield.
thanks and regards
hanu
|
|
|
|
|
|
Re: list of values [message #466301 is a reply to message #465545] |
Sun, 18 July 2010 23:29 |
vbhanumanth
Messages: 21 Registered: July 2010 Location: chennai
|
Junior Member |
|
|
i run the picklist.fmb form.I downloaded the form from demos.it shows following errror.
The select statement used for the built-in
Populate_Picklist_With_Query in the When-New-Form-Instance
trigger is invalid
Thanks and regards
hanu
[Updated on: Sun, 18 July 2010 23:37] Report message to a moderator
|
|
|
|
|
|
|
Re: Insert multiple items from listbox to database [message #466803 is a reply to message #466770] |
Wed, 21 July 2010 04:30 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
If you want another item in the 'record_group' then add the item to the table on which the RG is based.
I suggest saving the items to the database and then use a 'record_group' to populate the list.
David
|
|
|