VOTools for Visual Objects  
and Vulcan.NET  

bBrowser => Tips & Tricks => How to determine the current column    




 from bBrowser
1.4
  bBrowser 1.4 (Limited)
yes
 

How to determine the current column

With the access bBrowser:CurrentColumn the number of the current column can be determined. Following with the method bBrowser:GetOpenColumn() the column object for the column number can be determined.

The following code fragment demonstrates the proceeding:

  LOCAL iColNo    AS DWORD
LOCAL oColumn   AS bDataColumn

iColNo := oBrowser:CurrentColumn
IF iColNo>0
  oColumn := oBrowser:GetOpenColumn(iColNo)
ENDIF

Copyright © 2003-2015 BEFO GmbH