PDA

View Full Version : DataAssist Search Function


karen.marley367377
06-23-2009, 06:47 AM
Hi

Am getting the following error message with my search function.
Microsoft JScript runtime error '800a138f'

'RSSEARCH.Fields' is null or not an object

/Properties_Results.asp, line 21



The Properties Results part of the page has a binding which restricts users with a session variable.

Please Help! X

Ray Borduin
06-23-2009, 07:55 AM
It looks like you have applied the search using a value from a recordset to search that recordset... It appears you have applied the server behavior incorrectly. You should be filtering the field with the value from the form not with the value from the recordset.