I'm trying to get a row number (row index) based on a textbox.
I can get the row number with a combobox, code below:
<STYLE>.alt2 font {font: 11px monospace !important;color: #333 !important;}</STYLE><!-- END TEMPLATE: bbcode_code -->I can't seem to get it to work with a textbox. I've tried ListIndex and TabIndex, but no luck.
Any ideas?
I can get the row number with a combobox, code below:
Code:
intRowNumber = ComboBox1.ListIndex + 2
<STYLE>.alt2 font {font: 11px monospace !important;color: #333 !important;}</STYLE><!-- END TEMPLATE: bbcode_code -->I can't seem to get it to work with a textbox. I've tried ListIndex and TabIndex, but no luck.
Any ideas?