|
From: Alexander S.K. <al...@be...> - 2014-07-04 11:43:38
|
Itamar M. Lins Jr. Lins writes:
> @ 3,80 BrowseEx oBrw DataBase of oDlg Size 625,470;
> STYLE WS_VSCROLL + WS_HSCROLL
>
> Add column {||" "} to oBrw ;
> Header ' ' ;
> Type 'C' DEC 0 ;
> Length 2 ;
> picture ' ' ;
> Justify Line DT_RIGHT Justify Head DT_CENTER
>
>
> Error BASE/1005 Message not found: HCOLUMN:_OPARENT
> ...
Use ADD COLUMNEX for HBrowseEx class
Regards, Alexander.
|