Column deleting from Browse
Publicado: Lun Jun 04, 2007 3:54 pm
Jose,
Is it not possible to delete all columns from browser. The DelCol(1) method returns .F.,
if the browser has 1 column. I'm looking into source code, and see the raison:
IF Len( ::aCols ) <= 1 .AND. ! Empty( ::Handle )
MsgBeep()
RETURN .F.
ENDIF
Why isn't enabled deleting the only one column, when the browser can exist without
columns?
Gejza
Is it not possible to delete all columns from browser. The DelCol(1) method returns .F.,
if the browser has 1 column. I'm looking into source code, and see the raison:
IF Len( ::aCols ) <= 1 .AND. ! Empty( ::Handle )
MsgBeep()
RETURN .F.
ENDIF
Why isn't enabled deleting the only one column, when the browser can exist without
columns?
Gejza