On Mon, 11 Feb 2008, Guillermo Varona Silupú wrote:
> Please,  
> Does Anyone checked this?
> >procedure main
> >use D:\harbour\tests\test.dbf

Add here:

   ? used(), neterr(), alias()
   if used()
      ? "DBF structure:"
      dbEval(dbStruct(),{|x,i|qout(i, "{",x[1],x[2],x[3],x[4],"}")})
   else
      ? "not used"
   endif

> >? first
> >quit

And probably you will find the answer yourself.
We are not a wizards to guess what's the source of problem ;-)

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to