Re: Setting a custom EOFetchSpecification for a WODisplayGroup

2007-10-30 Thread Paul Hoadley
On 29/10/2007, at 9:30 PM, Paul Lynch wrote: I am very much a WO novice, just working my way through Ruzek's WO web application construction kit. WOWACK is a little old now, being WO 4.5; but I still like it the best of the entry level books. Yes, it still seems to be usable. Well, it

Re: Setting a custom EOFetchSpecification for a WODisplayGroup

2007-10-29 Thread Jean Pierre Malrieu
You have more control if you create the displayGroup in your code (for example in the component constructor, or in initialization for your component). First create a EODatabaseDataSource, then the displayGroup. You can then use setFetchSpecification(EOFetchSpecification fetchSpec) or

Re: Setting a custom EOFetchSpecification for a WODisplayGroup

2007-10-29 Thread Paul Lynch
On 29 Oct 2007, at 10:04, Jean Pierre Malrieu wrote: You have more control if you create the displayGroup in your code (for example in the component constructor, or in initialization for your component). First create a EODatabaseDataSource, then the displayGroup. You can then use

Re: Setting a custom EOFetchSpecification for a WODisplayGroup

2007-10-28 Thread Lachlan Deck
On 29/10/2007, at 3:41 PM, Paul Hoadley wrote: I am very much a WO novice, just working my way through Ruzek's WO web application construction kit. I'm writing a very simple application. I have a table called task (in a PostgreSQL database), and one of the columns is active. What I