Test environment: FWH10.5, xHarbour 1.2.1 r6714, BCC 5.82
Could anyone else confirm that they experience this too please?
Code: Select all | Expand
#include "fivewin.ch" function main() local cTmp := "tmp123" makedir(".\data") set default to (".\data") dbcreate("ta_poll",{ {"id", "c", 3, 0} } ) ? file("ta_poll.dbf") use ta_poll copy to (cTmp) ? file(cTmp+".dbf") return nil
TIA