r1xliquid
Posts: 41
|
| Posted: 11/21/2006, 6:33 AM |
|
I have an editable grid i am using to do updates and inserts into a table. When i add a where clause to the record so that i can do a UPDATE it gives me an error in the record's initialize method:
code:
With DataSource
.Parameters("urlclaimDenialID") = CCGetRequestParam("claimDenialID", ccsGET)
End With
error:
Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method: 'Parameters'
/betaportal/denials/editDenials.asp, line 603
this is just codecharge's code i have not modified it at all.
anyone have any ideas?
|
 |
 |
|