Jump to content

Recommended Posts

Posted

hello,

I skript an SAP GUI and open a Dialog-box where a radiobutton is selected.

I have to select the first one. Send("{UP}") does not work couse I dont know wich radio is selectet currently.

So I need either an function to get the current selectet radio or one to select the first radio.

thx

Posted

GUICtrlSetState ($radioname, $GUI_UNCHECKED)
GUICtrlSetState ($radioname, $GUI_CHECKED)

<{POST_SNAPBACK}>

nothing happens

I dont know the radio - name (its not my GUI, the SAP Frontend is an extern programm)

Posted

Try using AU3Info.exe its located in your C:\Program Files\AutoIt3

<{POST_SNAPBACK}>

I only see the control ID of the whole Dialog and not of the radios.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...