-
[1 - 18 : 18] Color=7
I would like the record count [1-18:18] to display, but I don't want Color=7 to display.
MyDb.dbStatusBar = False turns off both features.
What do I use to display only the record count?
-
[1 - 18 : 18] Color=7 (reply)
Hi Karen,
This is what I have been using for the last year or two.
Mydb.dbStatusBar = false
RC = Mydb.dbRecordCount
RP = Session("SV_RecordPointer_5000" + 1
CSB = "<CENTER><TABLE Border=2 cellpadding=2 bordercolor=#0066ff>" & _
"<TR><TD BGCOLOR=lightyellow><FONT color=0000cc Size=2><B>" & _
"Record Number: " & "<FONT color=cc0000 Size=2><B>" & RP & "<FONT color=0000cc Size=2><B>" & " of " & RC & _
"</B> YOUR OWN TEXT HERE</FONT></TD></TR></TABLE></CENTER>"
response.write(CSB)
Hope this helps...
------------
karen at 3/28/01 10:02:05 AM
I would like the record count [1-18:18] to display, but I don't want Color=7 to display.
MyDb.dbStatusBar = False turns off both features.
What do I use to display only the record count?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|