Grid Update Mode

#OrderIDCustomerIDFreight
1 10277 MORGK 125.77
2 10329 SPLIR 191.67
3 10337 FRANK 108.26
4 10338 OLDWO 84.21
5 10348 WANDK 0.78

bottom next goreload goupdate

[1 - 5 : 706]

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