I am using DataEnvironment, ADO, SQL Server, DataGrid.
I have created a command (CmdTravel) that have a parameter.
How do I update the grid with new parameter to the command?
This code does not work.
set TravelGrid.DataSource = DataEnvironment1
TRavelGrid.DataMember = CmdTravel "1111"
TRavelGrid.ReBind
TRavelGrid.Refresh
Can someone help?
Thanks