Page 1 of 1

Blinking Say info

Posted: Sun Feb 04, 2007 2:22 pm
by Arindam
Hi everybody,

My Problem is :

In Edit mode while I skip record one by one, say infos (like, row sum or display info from other database) are blinking. I am not able to stop blinking.

I used,

oSay:Refresh()

prior to jump next record. But I do not get expected result.

I also tried as,

@ x, y Say oSay Prompt "" of oDlg ...

prior to display next record info. But I do not get expected result.

How can I stop blinking ?

With Regards
Arindam

Posted: Sun Feb 04, 2007 5:19 pm
by James Bott
Arindam,

I'm not sure I understand the problem--it is going to have to erase and redraw the info which is going to cause a blink. If there is a lag time, then perhaps you are doing a lot of background processing between each record movement?

Can you provide a small self contained example that shows the problem?

James