Hi!

     Under Linux, SET PATH is not working with DBFCDX. It's working
with DBFNTX.

     I'm using Slackware 12.0.0.

proc main
    request dbfntx, dbfcdx
    makedir( "MyDir" )
    dbcreate( "MyDir/Test", { { "FLD", "C", 10, 0 } } )
    set path to MyDir

    rddsetdefault( "dbfntx" )
    ? "Using DBFNTX"
    use Test
    ? "... done!"

    rddsetdefault( "dbfcdx" )
    set path to MyDir
    ? "Using DBFCDX"
    use Test
    ? "... done!"
return

Atte.
  Vic

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to