rusantos
8 years agoContributor
Perform operations (click / dblclick) on system entries for SAP Log on 740
I was able to click / dblclick SI1_1 of SAP Log on 740 via coordinates. Is there a way to specify an entry to click without using coordinates? Thanks, Russel
- 8 years ago
SAP does not use DevExpress controls, so no point in changing the DevExpress options.
Try using Text Recognition -- add AfxOleControl* to the project properties > Open Applications > Text Recognition. This should (hopefully) make the tree items show up as separate objects in the Object Browser.
If this does not help, the only other option is to use something low-level like image search or keyboard shortcuts.