> Example!
> 
> FUNC MAIN()
> 
> DBCREATE( "aa.dbf", { { "DACC", "C", 10, 0 } } )
> 
> use aa.dbf alias aa new
> DBAPPEND()
> aa->DACC := "hello"
> ? "aa->DACC :", aa->DACC
> ? 'aa->&("DACC") :', aa->&("DACC")

It works here in all combinations.

Brgds,
Viktor

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

Reply via email to