Harshu 0 Posted July 19, 2010 Can AutoIt be used for automation of Power builder 7.0 applications? When tried it failed to identify individual controls for the fields. Can someone help me on this? Share this post Link to post Share on other sites
PsaltyDS 39 Posted July 19, 2010 Mostly, no. Power Builder uses its own control APIs (lots of 'Grids', IIRC), and since they don't use the standard Windows APIs, AutoIt can't work with them. Some generic ControlSend() and ControlClick() with out control identities might be all you've got. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
Harshu 0 Posted July 22, 2010 Thanks for the response Share this post Link to post Share on other sites