Frank S.
|
| Posted: 03/19/2002, 4:07 AM |
|
Hi all,
I was wondering if there was a way to create a search skipping the "grid"
part of it. Something like, a search form at the top, resulting in a record
below.
Thanks,
Frank
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/19/2002, 4:46 AM |
|
Let "Form Action" in Search Page be some intermediate page
that contains a code that builds and executes sql statement
based in params from Search Form. It located a record via select statement
and then redirects back to the page with record form with primary key
parameter.
--
Alex
CodeCharge Developer
"Frank S." <fsurget@auuooh.com> wrote in message
news:a779lb$sri$1@news.codecharge.com...
> Hi all,
> I was wondering if there was a way to create a search skipping the "grid"
> part of it. Something like, a search form at the top, resulting in a
record
> below.
> Thanks,
> Frank
>
>
|
|
|
 |
Frank S.
|
| Posted: 03/19/2002, 4:51 AM |
|
Think I know what you mean. So the code is more or less executed on the
intermediate page and passes the sql result back to the Search Form. Good
idea.
I'll let you know how it works out.
Thanks,
Frank
|
|
|
 |
|