xBrowse headers disappear

Post Reply
User avatar
Rafael Clemente
Posts: 365
Joined: Sat Oct 08, 2005 7:59 pm
Location: Barcelona, Spain

xBrowse headers disappear

Post by Rafael Clemente »

I am using xBrowse (FWH 2.6) to show database registers (not arrays)
It works ok but when I move the scroll bar vertically, and, sometimes when I move from a register to the next, the headers disappear (that is, get painted blank). Usually, the get repainted when I manually force a "Goto begining or "goto end" but that gets unconfortable.

Anybody has a solution for this anomaly?

Rafael
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Re: xBrowse headers disappear

Post by Maurilio Viana »

Rafael,

I had this and others problems with xBrowse that was solved in 2.7.
Try edit xBrowse.prg and change all ::lRefreshOnlyData to .F.
It will force xBrowse to refresh all including headers and footers

Regards
Maurilio
User avatar
Rafael Clemente
Posts: 365
Joined: Sat Oct 08, 2005 7:59 pm
Location: Barcelona, Spain

Post by Rafael Clemente »

Maurilio:
Thanks for your answer. I got a similiar suggestion from Biel in the FWH Spanish forum. I tried it and have found that it seems enough to comment the line ::lRefreshOnlyData := .T. in the VScroll method.
Hope that this information is usefult to somebody else.

Thanks for your help
Rafael
Post Reply