Jean-Luc Deladrière
|
| Posted: 03/31/2002, 9:45 AM |
|
I have differents grid pages calling the same record page. My problem is :
from the record page I can only go back to the page defined the form action
box of the record form
I want to go back to the calling page
How can I do this
Tanks
Jean-luc
|
|
|
 |
Frank Rocco
|
| Posted: 03/31/2002, 12:01 PM |
|
change the variable in the open event to return to where you want. The cc
variable is sActionFileName
Regards,
Frank
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.343 / Virus Database: 190 - Release Date: 3/22/2002
|
|
|
 |
Jean-Luc Deladrière
|
| Posted: 03/31/2002, 12:34 PM |
|
I've tried but it did not work
first I tried to define sActionFileName but it didn't work
then I checked the actual value with a response.write(sActionFileName) in
the open page event : the string is empty
(I work with asp and no template)
Any ideas ?
"Frank Rocco" <farocco@hotmail.com> a écrit dans le messagenews:
a87pu9$klu$1@news.codecharge.com...
> change the variable in the open event to return to where you want. The cc
> variable is sActionFileName
>
> Regards,
>
> Frank
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.343 / Virus Database: 190 - Release Date: 3/22/2002
>
>
|
|
|
 |
Frank Rocco
|
| Posted: 03/31/2002, 7:57 PM |
|
Modify it in the before update and/or before insert event.
HTH
Frank
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.343 / Virus Database: 190 - Release Date: 3/22/2002
|
|
|
 |
Jean-Luc Deladrière
|
| Posted: 04/01/2002, 1:13 AM |
|
Ok this work now I am passing the referer server variable to the
sActionFilename in the before event to go back where I came from
Thanks
"Frank Rocco" <farocco@hotmail.com> a écrit dans le messagenews:
a88lqs$4j1$1@news.codecharge.com...
> Modify it in the before update and/or before insert event.
>
> HTH
>
> Frank
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.343 / Virus Database: 190 - Release Date: 3/22/2002
>
>
|
|
|
 |