Blinking Say info

Post Reply
Arindam
Posts: 44
Joined: Sat Jul 29, 2006 5:03 pm
Location: Kolkata, India

Blinking Say info

Post 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
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post 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
Post Reply