E
Evgueni Zoldin
Hi, ALL!
During the long process I would like to update report text in multiline-text
box to show to customer the status of performing. When I change the content
of the textbox by append new report-text at the end, I try to scroll to the
end of tex by the following:
Me.txtResult.SelStart = Len(Me.txtResult.Value)
Me.txtResult.SelLength = 0
(focus is already set into the text-box). If the updates occur enough often
then screen (namely the form) is blinking absolutely indigestibly. Will be
appriciable for any advice.
Thanks
During the long process I would like to update report text in multiline-text
box to show to customer the status of performing. When I change the content
of the textbox by append new report-text at the end, I try to scroll to the
end of tex by the following:
Me.txtResult.SelStart = Len(Me.txtResult.Value)
Me.txtResult.SelLength = 0
(focus is already set into the text-box). If the updates occur enough often
then screen (namely the form) is blinking absolutely indigestibly. Will be
appriciable for any advice.
Thanks