FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour .DBT memo files
Posts: 114
Joined: Tue Feb 14, 2006 08:13 AM
.DBT memo files
Posted: Thu Feb 23, 2006 05:27 PM

Hi all,

Until XHB/FWH Oct. 2005, I was creating and handling memo files
with the extension .DBT.

With Feb 2006 relase of XHB/FWH, the memo files are crated with
the extension .FPT.

In my program I use:

REQUEST HB_LANG_EN // _EN
HB_LANGSELECT('EN') // 'EN'

Request DBFCDX
RDDSETDEFAULT("DBFCDX")

What should I change or add to support existing .DBT files ?

Thank you all...

Evans Bartzokas

ps. Posting this here and in XHB NG, because I am not sure where
the problem is located...

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: .DBT memo files
Posted: Thu Feb 23, 2006 08:31 PM

include "Dbinfo.ch"

RDDINFO( RDDI_MEMOTYPE, DB_MEMO_DBT )

EMG

Posts: 114
Joined: Tue Feb 14, 2006 08:13 AM
Re: .DBT memo files
Posted: Thu Feb 23, 2006 09:30 PM
EnricoMaria wrote:#include "Dbinfo.ch"

RDDINFO( RDDI_MEMOTYPE, DB_MEMO_DBT )

EMG


Thanks Enrico, it worked!

Kind regards
Evans
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: .DBT memo files
Posted: Thu Feb 23, 2006 09:36 PM

I saw the more complete Przemek's answer. :-)

EMG

Posts: 114
Joined: Tue Feb 14, 2006 08:13 AM
Re: .DBT memo files
Posted: Sun Feb 26, 2006 08:56 PM
EnricoMaria wrote:I saw the more complete Przemek's answer. :-)

EMG

The answer from Przemek, confused me a little because I thought he was referring to creating DBF's with .DBT extension, and not really opening a DBF with an existing .DBT file.
It worked though, and when I wrote the previous "Thank You" post, I really meant it, not that Prezemk was wrong of course.

Thanks again.
ps. Please have a look at my post regarding the "ALT" key pressed alone on dialogs.
Kind regards
Evans

Continue the discussion