Page 1 of 1

.DBT memo files

Posted: Thu Feb 23, 2006 5:27 pm
by E. Bartzokas
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...

Re: .DBT memo files

Posted: Thu Feb 23, 2006 8:31 pm
by Enrico Maria Giordano
#include "Dbinfo.ch"

RDDINFO( RDDI_MEMOTYPE, DB_MEMO_DBT )

EMG

Re: .DBT memo files

Posted: Thu Feb 23, 2006 9:30 pm
by E. Bartzokas
EnricoMaria wrote:#include "Dbinfo.ch"

RDDINFO( RDDI_MEMOTYPE, DB_MEMO_DBT )

EMG


Thanks Enrico, it worked!

Kind regards
Evans

Re: .DBT memo files

Posted: Thu Feb 23, 2006 9:36 pm
by Enrico Maria Giordano
I saw the more complete Przemek's answer. :-)

EMG

Re: .DBT memo files

Posted: Sun Feb 26, 2006 8:56 pm
by E. Bartzokas
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