[thelist] ASP Select Form not auto-selecting

Tab Alleman Tab.Alleman at MetroGuide.com
Fri Sep 26 13:32:53 CDT 2003


Rob Smith wrote:
>> Low and behold my output is:
>> 92503 92503
> Casting request.form("Manager") as anything gave me a type mismatch
> error 
> 
> 	CInt(request.form("Manager"))  --->  Type mismatch
> 	Trim   (both)	""		 --->  Test still failed; no err
> 	CLng 	 ""		""		 --->  Type mismatch
> 	CStr	 (both)	""		 --->  Test still failed; no err
> 
> This is really annoying me. The data type that the record set came
> from is Int(4). Any other suggestions?

Did you try:

Trim(both)
CLng(both)
Test
?



More information about the thelist mailing list