A
Andrew Durstewitz
Hi!
I am having a really strange issue. I have a few users calling in
saying they are getting an error. On further review I found this line is
what is causing it...
Set strLookup = cnAddStep.Execute ("SELECT * FROM ActionSteps WHERE
planId = '" & intPlanId & "' ORDER BY stepId DESC")
The exact peice causing it is intPlanId. For some reason the form
request isn't getting the ID.
intPlanId = Request.Form("hdnPlanId")
intPlanId is populated from a hidden text box in the previous page. But
only on a very few users machines will the post not occure. Any ideas?
Thanks,
Andrew J Durstewitz
DEVBuilder.org, http://www.DEVBuilder.org
ASP,ASP.NET,VB.NET,PHP,Java,and SQL Support, all in one place.
I am having a really strange issue. I have a few users calling in
saying they are getting an error. On further review I found this line is
what is causing it...
Set strLookup = cnAddStep.Execute ("SELECT * FROM ActionSteps WHERE
planId = '" & intPlanId & "' ORDER BY stepId DESC")
The exact peice causing it is intPlanId. For some reason the form
request isn't getting the ID.
intPlanId = Request.Form("hdnPlanId")
intPlanId is populated from a hidden text box in the previous page. But
only on a very few users machines will the post not occure. Any ideas?
Thanks,
Andrew J Durstewitz
DEVBuilder.org, http://www.DEVBuilder.org
ASP,ASP.NET,VB.NET,PHP,Java,and SQL Support, all in one place.