Board index » delphi » Help needed with a DBGrid -> MultiSelect feature
Bill Artem
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Help needed with a DBGrid -> MultiSelect featureHow can I use the multiselect feature of a DBGrid to change field example: User selects 5 records in a grid to update I want to jump to each record and change the value in the for i:=0 to DBGrid1.SelectedRows.Count-1 do but I get an error "Incompatible Types STRING and POINTER. I know WHY Anyone got any pointers :) Bill Artemik barte...@wakefield.com Bill "There are THREE kinds of people in the world... |