andersa@ellenshoej.dk Posted June 10, 2011 Posted June 10, 2011 Start new project. Place TClientDataSet on main form and add a few fields and create the dataset as a memory dataset. Link a TDataSource to it. Place TUniDBGrid on the form and link it to the datasource. Place a unibutton on the form. UniButton.Onclick: DataSource1.Enabled := not DataSource1.Enabled; A/V when pressing button in web mode.
Administrators Farshad Mohajeri Posted June 10, 2011 Administrators Posted June 10, 2011 Issue #1036 fixed
Recommended Posts