I have a grid in a window as shown highlighted below. I have also displayed the "Window Info" for the control below. My question is how do I replace any text/value such as "$9.95" with "$6.95" the second they appear in the grid. The software I am using is a POS for a pizza store. When staff member enters "BM", the software automatically fills in the Description and Price, however I'd like to change the price but the software doesn't allow it.
![Posted Image]()
The problem is that AutoIt cannot access the API for grid controls because they are custom to their compilers and not standard Windows APIs. I don't know the solution, but is it possible to search the screen or grid for the text "$9.95" and select the coordinate where it is located then replace the selection with "$6.95"?
Thanks in advance,
Berkal
![Posted Image](http://dl.dropbox.com/u/37233183/Replace%20Grid%20Text.png)
The problem is that AutoIt cannot access the API for grid controls because they are custom to their compilers and not standard Windows APIs. I don't know the solution, but is it possible to search the screen or grid for the text "$9.95" and select the coordinate where it is located then replace the selection with "$6.95"?
Thanks in advance,
Berkal