2012-06-21 09:45 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
  * source/rdd/dbdelim.prg
    ! fixed to honor SET DEFAULT value as per Clipper's behavior.
      (bug report from Scott Coffey in comp.lang.xharbour)

      /*
      Example:

      SET DEFAULT TO C:\POS\DATA
      USE TEST.DBF NEW
      COPY TO TEXT.TXT DELIMITED // will create TEXT.TXT in C:\POS\DATA

      but:

      SET DEFAULT TO C:\POS\DATA
      USE TEST.DBF NEW
      COPY TO E:\TEMP\TEXT.TXT DELIMITED // will create TEXT.TXT in E:\TEMP
      (file name contains explicit path, SET DEFAULT is overidden )
      */

Andi


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to