Changing Default File Extensions with DBFCDX
Posted: Thu Oct 15, 2009 8:40 am
Hello Friends,
How can I change Default File Extensions with DBFCDX.
xHarbour has one function RDDINFO(). Which can be used as follows:
But, I can't use it with HMG.
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
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