Grid Update Mode

#OrderIDCustomerIDFreight
1 10348 WANDK 55
2 10365 ANTON 55
3 10367 VAFFE 13.55
4 10375 HUNGC 20.12
5 10380 HUNGO 35.03

bottom next goreload goupdate

[1 - 5 : 633]

Update RecorD
Freight

Apply update Reset normalupdatecancel

Advanced Display - Grid-Update Mode
Sub Page_Load(Src As Object, E As EventArgs)
  Dim Mydb As New Tornado.z
  With Mydb
    .dbQP = "U=6| S=Moon| D=nwind| th=Ti=Grid Update Mode| bm=orders;0| Ni=b5,Update"
    .dbMode = "Ty=Grid| SysInd=t| UpdateStart=true"
    .dbEditUpdateFlds = "Freight"
    .dbSQL = "SELECT OrderID, CustomerID, Freight From Orders"
    .ASPdbNET()
  End With
End Sub