Barry G. Sumpter
|
| Posted: 05/10/2002, 1:18 AM |
|
I'd like to search - select a bug - edit the bug - and return to the grid -
and automaticall execute the same search criteria .
Any help?
baz
|
|
|
 |
Barry G. Sumpter
|
| Posted: 05/10/2002, 3:27 AM |
|
Maybe here:
http://www.gotocode.com/art.asp?art_id=125
baz
"Barry G. Sumpter" <bsumpter@bigpond.net.au> wrote in message
news:abfvp3$nt3$1@news.codecharge.com...
> I'd like to search - select a bug - edit the bug - and return to the
grid -
> and automaticall execute the same search criteria .
>
>
> Any help?
>
> baz
>
>
|
|
|
 |
Barry G. Sumpter
|
| Posted: 05/10/2002, 8:55 AM |
|
No this wasn't retaining my search criteria.
However, it was code for returning with sort order and page intact.
Which contained cool ways to display specifically named session paramaters.
Like:
'response.write "Sorting is " & session("FormBugs_Sorting")
'response.write "<br>Page is " & session("FormBugs_Page")
OK, yes, Even though I said is was NOT my plan, I am now delving into the
code.
Is there a way to response.write the entire paramaters list/session list?
Since I really can't see what parameter list is behind the Edit Button
'Cancel' or 'Update'.
Thanks in advance,
baz
"Barry G. Sumpter" <bsumpter@bigpond.net.au> wrote in message
news:abg79v$638$1@news.codecharge.com...
> Maybe here:
> http://www.gotocode.com/art.asp?art_id=125
> baz
>
> "Barry G. Sumpter" <bsumpter@bigpond.net.au> wrote in message
>news:abfvp3$nt3$1@news.codecharge.com...
> > I'd like to search - select a bug - edit the bug - and return to the
> grid -
> > and automaticall execute the same search criteria .
> >
> >
> > Any help?
> >
> > baz
> >
> >
>
>
|
|
|
 |
|