clemsonzhe
Programmer
help!!! I'm trying to change the data being displayed in a DBGrid cell to another language; but i would like to keep the data set (the query that DBGrid is attached to) intact (with all the data still in english).
Is there any way to do this? I tried dbgrid.fields.text := 'blah', but it wouldn't change becuase the data set isn't in edit mode (from this, it looks like Delphi makes you change the query data as well); but if I try IBQuery.edit, it complains that it "cannot Update"
thanks in advance..
Is there any way to do this? I tried dbgrid.fields.text := 'blah', but it wouldn't change becuase the data set isn't in edit mode (from this, it looks like Delphi makes you change the query data as well); but if I try IBQuery.edit, it complains that it "cannot Update"
thanks in advance..