Hello from Germany
Problem is fixed !!! => see < Some changes in xBrowse >
To show a database, i'm using only a few lines :
oBrw5 := TXBrowse():New( oDlg3 )
oBrw5:nMarqueeStyle := MARQSTYLE_HIGHLCELL
oBrw5:nColDividerStyle := LINESTYLE_BLACK
oBrw5:nRowDividerStyle := LINESTYLE_BLACK
oBrw5:lColDividerComplete := .t.
oBrw5:nHeaderLines := 1
oBrw5:nDataLines := 1
oBrw4:SetRDD()
oBrw5:CreateFromResource( 110 )
Is there a switch in xBrowse, to show Character- and Memo-data in format OemtoAnsi ?
I couldn't find anything in the class.
The new DB-Tool is nearly finished :
------------------------------------------
Design : Outlook2003 with activated righthand side
in combination with Office2007-Buttonbar
Possible to create new Database NTX or CDX
Change Fields, possible convert from text to memo,
numeric to text.
Convert from NTX to CDX or CDX to NTX
Automatic RDD-detect ( no manual change of RDDSetdefault )
Quickbrowser : Click on Col-Header creates a new Index
Incr.-Seek. Seek-Chars are shown in a Control-Field
and much more.
Regards
Uwe König