Deito Posted September 20, 2009 Posted September 20, 2009 Hi. I sorry for my English because I translate translator) Must select the line but the command does not work, although the text of it gets properly($text), help with solutions.$text=ControlGetText("Win title", "","[CLASSNN:TRxDBLookupCombo4]") ControlCommand ("Win title", "","[CLASSNN:TRxDBLookupCombo4]","SelectString", 'String in combo')There Controll how to choose or check the string TdfDBGrid There Controll TToolWindow, you can from it extract specific line?
Zedna Posted September 20, 2009 Posted September 20, 2009 (edited) CLASS:TRxDBLookupCombo It's custom (Delphi) control and I think you can't use standard Autoit's commands for it. Try to use Winspector and see what messages are sent to this control when you manually select some lines in that control. Then you can try to send these messages to this control from Autoit by _SendMessage(). Edited September 20, 2009 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now