Is there an easy way to set the TWBrowse vertical scrollbar always showing even if there are no rows or one row only?
EMG
When a zero value range is set on a scrollbar, it becomes invisible,
so you may modify your bLogicLen codeblock to return one, when
it is zero:
- Code: Select all Expand view
<oBrw>:bLogicLen = { || If( NumberOfRecords == 0, 1, ... ) }
EnricoMaria wrote:Is there an easy way to set the TWBrowse vertical scrollbar always showing even if there are no rows or one row only?
EMG
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: MSN [Bot] and 41 guests