Group: StrataFrame Users
Posts: 430,
Visits: 507
|
I know this should be simple enough ...I am looping through a table and want to show the count as I am looping through. So I have txtBox.text= myCount; txtBox.refresh(); This shows the counter initially ok but if I click off the form and back on it for any reason, the number in the text box stops refreshing, even though the loop continues ok. Is there something I need to do to keep the textbox refreshing ?
|