How can I change Default File Extensions with DBFCDX.
xHarbour has one function RDDINFO(). Which can be used as follows:
Code: Select all
RddInfo( RDDI_MEMOEXT, ".a", "DBFCDX" )
RddInfo( RDDI_ORDBAGEXT, ".b", "DBFCDX" )
RddInfo( RDDI_TABLEEXT, ".c", "DBFCDX" )May be this is a harbour related query. But as Harbour user group is not as active as our HMGForum, I am asking this over here first.
Thanks in advance.
With best regards.
Sudip