I just want to know how to copy the selected row from the datagrid or Mshflexgrid
to another datagrid or mshflexgrid did anyone there know how.
thanks for reading this hope you understand my prblem. thanks again and more power...
Printable View
I just want to know how to copy the selected row from the datagrid or Mshflexgrid
to another datagrid or mshflexgrid did anyone there know how.
thanks for reading this hope you understand my prblem. thanks again and more power...
Possibly in the flex you could loop through all the columns, read the .textarray (I think it was) which allows you to read via row and column, then reverse for the destination, depending on how you've used the controls (unbound/bound etc).
Might be the same for datagrid, but again depends on bound stuff - may require you making a record to store in...
in grid you can select selected Row and using loop you can copy in onther one