Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

navigation button for listbox 1

Status
Not open for further replies.

nuglorious

IS-IT--Management
Nov 29, 2002
24
SG
I have a listbox which list out all the container number but because listbox itself doesnt show the numbers of records listed in the listbox.So i wonder is it possible to do a navigation button to show total numbers of record which I found in the lsitbox..Your guidelines are much appreciated...thks [glasses]
 
I'm not sure if I understand you correctly, but I'm guessing you want to find out how many rows there are in your list box?

Use: listbox.ListCount (where listbox is the name of your control)
 
i have a unbound listbox which user add items into the listbox. is it possible to update this items into the table itself after inputting as i have try many ways but failed.

[cry]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top