Page 1 of 1

does HMG / harbour open CDX "automatic" ?

Posted: Wed May 03, 2023 5:19 pm
by AUGE_OHR
hi,

if i use DBFCDX and open a DBF :

will it open "automatic" CDX which have same Name as DBF :?:
if Yes : is it HMG or harbour :?:

Re: does HMG / harbour open CDX "automatic" ?

Posted: Wed May 03, 2023 5:26 pm
by hansmarc
Hi Auge,

it is harbour but you control the behaviour with the following function :

Set( _SET_AUTOPEN, .T. or .F.)

Regards
Hans