why am i having error "function requires row or table buffering mode" at this line,
if !tableupdate()
thisform.txtempno.setfocus()
return
endif
in my form's load event i have,
set multilocks on
=cursorsetprop("buffering",5,"money"
=tableupdate(.t.)
thisform.refresh()
any help pls?