.DBT memo files

Post Reply
User avatar
E. Bartzokas
Posts: 114
Joined: Tue Feb 14, 2006 8:13 am
Location: Corinth, Greece

.DBT memo files

Post 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...
User avatar
Enrico Maria Giordano
Posts: 8753
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 4 times
Contact:

Re: .DBT memo files

Post by Enrico Maria Giordano »

#include "Dbinfo.ch"

RDDINFO( RDDI_MEMOTYPE, DB_MEMO_DBT )

EMG
User avatar
E. Bartzokas
Posts: 114
Joined: Tue Feb 14, 2006 8:13 am
Location: Corinth, Greece

Re: .DBT memo files

Post by E. Bartzokas »

EnricoMaria wrote:#include "Dbinfo.ch"

RDDINFO( RDDI_MEMOTYPE, DB_MEMO_DBT )

EMG


Thanks Enrico, it worked!

Kind regards
Evans
User avatar
Enrico Maria Giordano
Posts: 8753
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 4 times
Contact:

Re: .DBT memo files

Post by Enrico Maria Giordano »

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

EMG
User avatar
E. Bartzokas
Posts: 114
Joined: Tue Feb 14, 2006 8:13 am
Location: Corinth, Greece

Re: .DBT memo files

Post 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
Post Reply