I have this form1. It has grid1 that uses table1 as control source.Grid1's allowaddnew = .f.
In the form1>data environment>code I have this line
use table1
=cursorsetprop("Buffering",5,"table1"
I have cmdAdd on form1.This button has this code...
sele table1
append blank
Problem: when I click on the grid1, there is no new/blank
reocrd appended.
I tried to issue refresh on form1, refresh on grid1
but still I cant see any changes.
Please help me on how to go about this problem.
thank you
[sig][/sig]
In the form1>data environment>code I have this line
use table1
=cursorsetprop("Buffering",5,"table1"
I have cmdAdd on form1.This button has this code...
sele table1
append blank
Problem: when I click on the grid1, there is no new/blank
reocrd appended.
I tried to issue refresh on form1, refresh on grid1
but still I cant see any changes.
Please help me on how to go about this problem.
thank you
[sig][/sig]