Submitted by LeftEccoForIQ on 2021/06/15 04:50

I'm working on using these steps to emulate Explorer-like cut and paste between IQ grids to cut down on the need for complicated drag and drop operations between grids involving the expansion of subtrees to reach the target position:

  1. Copy item(s) in XML format
  2. Delete item entirely
  3. Modify XML code in clipboard to erase references to the field of the item's previous grid as well as the item's parent (in my case using Autohotkey)
  4. Set focus on target position
  5. Paste item in XML format so it receives a value for the target grid without retaining the value for the previous grid
  6. Be happy

Unfortunately, the process fails at step 5 and step 6 is thus unattainable as current XML paste can only create a new item at the bottom of the grid rather than at the currently focused position in the grid.

Any chance you could make this possibe? It's a breeze in Ecco...

Thanks

Suggestions