Hi,

the following sample prints:
C:\cawi32\sample\test>hbrun test194.prg

ORDNAME(0), ORDKEY(0): F F

-------  code --------
REQUEST DBFCDX
PROC MAIN()
  RDDSETDEFAULT("DBFCDX")
  DBCREATE("test194", {{"F", "C", 10, 0}},, .T.)
  OrdCreate("test194x", "F", "F")
  DBCLOSEALL()
  DBUSEAREA(.T.,, "test194",, .T., .F.)
  ORDLISTADD("test194x")
  ? "ORDNAME(0), ORDKEY(0):", ORDNAME(0), ORDKEY(0)
  DBCLOSEALL()
RETURN


Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to