fmbma
Posts: 58
|
| Posted: 10/11/2006, 6:00 PM |
|
I followed the example in the help and created a label lblRecordcount, placing it on the page just above a grid - wineresult.
in the label before show event, I have the code:
lblRecordcount.value = WineResult.Recordset.recordcount
the page errors with "Object required: 'WineResult.Recordset'"
this is asp with a MS-SQL database. ccs 3.0
thanks
|
 |
 |
Wkempees
|
| Posted: 10/12/2006, 1:18 AM |
|
Just a thought:
Check the use of Case in your typing:
wineresult
WineResult
are two different things.
|
|
|
 |
Wkempees
|
| Posted: 10/12/2006, 1:22 AM |
|
Which goes for:
Recordcount
and
RecordCount
as well.
|
|
|
 |
fmbma
Posts: 58
|
| Posted: 10/12/2006, 4:41 AM |
|
thanks for the suggestion.
i changed the case of Recordset,the rest all matches. this usually isn't a problem with ASP. It still doesn't work.
|
 |
 |
WKempees
|
| Posted: 10/12/2006, 1:49 PM |
|
Quote :
this usually isn't a problem with ASP.
Aha, OK, just my PhP mind at work.
Walter
|
|
|
 |
|