1、
For i As Integer = CurrentTable.TopPosition To CurrentTable.BottomPosition If CurrentTable.rows(i).IsNull("第一列") Then msgbox("第一列为空,不能保存") Else CurrentTable.rows(i).Save End IfNext
2、参考
http://www.foxtable.com/help/topics/2481.htm