R
rigamonk
I have a form that runs a procedure when a button is clicked. the procedure
does a few things, then outputs the results to labels on a form....which it
does fine.
However, when I call that procedure again (in the same instance of the
program), the labels do not update.
i have tried resetting the text. update(), refresh(), beginUpdate() and
endUpdate(), Invalidate() and a few others that sounded pretty good ;-)
no dice.
any ideas?
thanks, patrick
does a few things, then outputs the results to labels on a form....which it
does fine.
However, when I call that procedure again (in the same instance of the
program), the labels do not update.
i have tried resetting the text. update(), refresh(), beginUpdate() and
endUpdate(), Invalidate() and a few others that sounded pretty good ;-)
no dice.
any ideas?
thanks, patrick