Jump to content

Beginner with AutoIT, and problem with controls...


LeShadow
 Share

Recommended Posts

Hello !

I'M in my firsts steps with AutoIT, and so far i like it a lot !

We made scripts for Visual Enterprise V6.x. We just instralled Visual Enterprise 7. 

Our scripts stopped to work. The id of the controls are the same. I wrote the good window title.

 

Before the upgrade, something like  

ControlCommand($handle,"",4104,"Check") ;Single Pass

 

would work fine.

 

now i have to use

 

ControlClick($handle,"",4104) ;Single pass
ControlSend($handle,"",4104 , " ") ;Change state

It works for some checkboxes, but not for all...

 

i wanted to try this

 

ControlCommand($handle,"", "[CLASS:Gupta:GPCheck; INSTANCE:1]", "UnCheck", "")

but does'nt work either.

I tried some advices from a post and an other from this forum, but can'T find the key. Maybe i do something wrong!

I have this issue with checkboxes and buttons.

 

Thanks a lot for your help !

André

Link to comment
Share on other sites

Maybe this could help you to help me !

 

>>>> Window <<<<

Title: Costing Utilities - Infor ERP VISUAL Enterprise - TOCA
Class: Gupta:AccFrame
Position: 409, 139
Size: 411, 369
Style: 0x16CA0000
ExStyle: 0x00000100
Handle: 0x00930220
 
>>>> Control <<<<
Class: Gupta:GPCheck
Instance: 1
ClassnameNN: Gupta:GPCheck1
Name:
Advanced (Class): [CLASS:Gupta:GPCheck; INSTANCE:1]
ID: 4100
Text: &Receipt transaction costing (Work Orders)
Position: 24, 99
Size: 244, 21
ControlClick Coords: 60, 8
Style: 0x5603000B
ExStyle: 0x00000000
Handle: 0x0043017C
 
>>>> Mouse <<<<
Position: 496, 276
Cursor ID: 0
Color: 0xE7E7F7
 
>>>> StatusBar <<<<
 
>>>> ToolsBar <<<<
 
>>>> Visible Text <<<<
Main Toolbar
Run the following steps often to keep inventory costs current
&Receipt transaction costing (Work Orders)
&S
&Setup
&Inventory transaction costing
Run the following steps monthly when you close the month
Default posting date for journals
10/25/2013
Prepare &Purchase Journal transactions
Prepare &WIP/FG Journal transactions
Prepare Ship&ments Journal transactions
Prepare Part &Adjustment Journal transactions
Prepare I&ndirect Tx Journal transactions
Specify any date of period.  System will automatically supply end of period date.
 
 
>>>> Hidden Text <<<<
Hide
Multiple Runs
DummyButton
 
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...