NSCombobox
NSCombobox
- Subject: NSCombobox
- From: Yves Custeau <email@hidden>
- Date: Tue, 15 Jun 2004 17:09:38 -0400
Hello,
Using EOF, is there an easy way to populate a ComboBox with two values (e.g.
Client# and ClientName) but retrieve only Client# to populate the Client#
field in a foreign table?
The reason I ask is that the users here hate it to have only the Client# in
the ComboBox when selecting a client in the Order screen. They can't
remember all Client# as the company grows. They would like something like:
101 - Good Company Inc.
in the ComboBox
but I need only to store 101 in the order database.
I can do it programmatically bypassing EOF but I then lack all the benefits
of using EOF to populate/retrieve data in/from the ComboBox.
Any other approaches to achieve something like this ?
Thanks
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.