TBrowseMod/Column:nClrPane - doesn't work when....
Publicado: Vie Feb 11, 2022 1:40 am
Hi,
if this line of code is active, column 1 will not apply the color of nClrPane:
If I disable the line of code, the column will change color
if this line of code is active, column 1 will not apply the color of nClrPane:
Código: Seleccionar todo
::oBrowseMod1:aGridData:=Directory('*.*')
Código: Seleccionar todo
#include "Xailer.ch"
CLASS TForm2 FROM TForm
COMPONENT oBrowseMod1
METHOD CreateForm()
METHOD FormInitialize( oSender )
ENDCLASS
#include "Form2.xfm"
//------------------------------------------------------------------------------
METHOD FormInitialize( oSender ) CLASS TForm2
::oBrowseMod1:aGridData:=Directory('*.*')
RETURN Nil