Re: Start form in query mode
James Thompson <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
Yes. On the datasource set prequery="".
A sample can be seen in the zipcode.gfd sample included in forms.
<datasource name="zips" cache="5" connection="gnue" order_by="state,city"
prequery="" table="zipcode"/>
I hope this helps.
James
On Wednesday 05 May 2004 12:05 pm, Christopher Lewis wrote:
> Just a quick question:
> Is there a way to start a form in query mode to display all records? I
> didn't notice that this is mentioned anywhere.
>
> This isn't a huge problem, but I do know some people are picky about how
> their apps work.