|
-
Oct 21st, 2000, 05:29 PM
#1
I want to change the text in the first column of a row specified by the user. The reason is, the first column contains a number, and iff the user deletes a row, I want the numbers in the following rows to be reduced by one.
I'm stuck on how to change the text.
-
Oct 21st, 2000, 06:03 PM
#2
-
Oct 21st, 2000, 06:51 PM
#3
-
Oct 21st, 2000, 08:47 PM
#4
I'm sorry, but, c'mon it can't be this tough.
-
Oct 22nd, 2000, 09:41 PM
#5
this post got no responses yesterday, how about today?
-
Oct 23rd, 2000, 11:38 AM
#6
You will have to change the values through a code loop.
I would suggest that you redesign the box to have the
numeric values show up on a separate column, if you can.
At any rate, the code will read something like this:
xxx=listbox.listcount-1
for i = 0 to xxx
replace current numeric value with i+1 (1 based numeric)
next i
Good Luck
DerFarm
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
|