Hi,
There is a xBbrowse with an array. When clicking on a particular cell, this cell receives focus with a long delay.
I could not determine the reasons for this. Tell me what method works when click on a cell ?
FWH 2307
Hi,
There is a xBbrowse with an array. When clicking on a particular cell, this cell receives focus with a long delay.
I could not determine the reasons for this. Tell me what method works when click on a cell ?
FWH 2307
Dear Yuri,
Please provide a small PRG to reproduce it ? thanks
XBROWSER aDataXBROWSER aDataFound.
I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.
This was the cause of the problems. If you write oBrw[2]:nHeaderHeight:=1, then everything is fine
very good!
I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.Only you could find the problem. Without seeing the source code we could not have guessed it.
oBrw:lHeader := .F.Thank you, Rao!