|
-
Jun 19th, 2000, 07:02 PM
#1
Thread Starter
Fanatic Member
If I have a DBList with a list of book titles and once you click on a title all info related to that title is displayed. How can I get a label showing "Record x of so many records" once I have clicked on a title.
I am using a data control and I have already tried this command:
label.caption = "Record " & CStr(datDisplay.Recordset.AbsolutePosition) _
& " of " & CStr(datDisplay.Recordset.RecordCount) & " Filtered")
The problem is that because AbsolutePosition is set at 0 every time I click a label it comes up as "record 0 of 5 filtered"
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
|
Click Here to Expand Forum to Full Width
|