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