Fetch Spec Misunderstanding
Fetch Spec Misunderstanding
- Subject: Fetch Spec Misunderstanding
- From: Darich Runyan/OMNI INFOSEC LTD HQ <email@hidden>
- Date: Tue, 26 Jul 2005 23:41:05 -0400
All,
This solution to the problem I am having should be easy yet I am unable to
find an answer. Up until this evening my application has only allowed users
to input data and return complete sets via WORepetitions. This works
nicely. I now have a request to provide just portions of a certain tables,
specifically a single column from each that will then be used to populate a
WOPopUpButton. To do this I have created a Raw Fetch Specification in the
EOModel that returns just the column that I want from the entity. This
almost works fine except it returns the values in the following format:
{columnName = "value";}
So my PopUpButton gets populated with a bit of extraneous information. Do I
have to parse this prior to creating the WOPopUpButton in order to only have
the values added to it or is there some way to have the fetch spec just
return the value sans the column name?
Thanks,
Darich
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden