link to record - #2 |
5/23/2004 02:07:49 | |
ASPRunnerPro General questions | ||
B
bronoman author
I'm using ASPRunner 2.4 with a SQL Server 2000. |
||
![]() |
Sergey Kornilov admin 5/24/2004 |
Matt, |
|
B
|
bronoman author 5/24/2004 |
Hi, http://intranet/.../incident_edit.asp?action=view&EditID=3388
You need to move this portion of code to the very begining of edit.asp file.
<%@ Language=VBScript %> and replace all occurencies of Request.Form("EditID") (except the above one) with strEditID.
if myaction="view" [I]or myaction="" [/I]then _
<%
|
|
|
500117 4/9/2005 |
Where in the code do I specify which field am I passing as parameter? I am doing what you suggested here but I get this error. |
|
![]() |
Sergey Kornilov admin 4/12/2005 |
I would recommend to use ASPRunnerPro 3.2 that supports direct links to the Edit page. |
|