i'm driving nuts over here, trying to collect data from some elements with UIGetValue

See the picture: These are settings filtering the printer output.
see the red box: i like to know if "Specificatienr" is "1010"
and "Variant code" is 8399
and "Leveranciersnr" is 0005
etc etc
if i use
UIAccessibleList>{"Bewerken - "},Result
then Macro Sheduler comes up with all the possible elements in Result.
(i do not paste all info but only the relevant lines)
Code: Select all
= [30,288,403x180]
Hoofdelement= [35,306,390x152]
Of-verzameling= [35,306,390x152]
En-verzameling= [35,306,390x152]
Eenvoudig element= [118,306,281x22]
Eigenschap=Specificatienr. [118,306,95x21]
Operator=is [213,306,34x21]
Waarde-editor=1010 [247,306,125x21]
Eenvoudig element= [118,328,273x22]
Eigenschap=Variant code [118,328,87x21]
Operator=is [205,328,34x21]
Waarde-editor=8399 [239,328,125x21]
Eenvoudig element= [118,350,288x22]
Eigenschap=Leveranciersnr. [118,350,102x21]
Operator=is [220,350,34x21]
Waarde-editor=0005 [254,350,125x21]
Eenvoudig element= [118,372,247x22]
Eigenschap=Specificatienr. [118,372,95x21]
Operator=is [213,372,34x21]
Waarde-editor=1001 [247,372,91x21]
Eenvoudig element= [118,394,222x22]
Eigenschap=Versienr. [118,394,70x21]
Operator=is [188,394,34x21]
Waarde-editor=1.0 [222,394,91x21]
Eenvoudig element= [118,416,257x22]
Eigenschap=Artikelnr. [118,416,71x21]
Operator=is [189,416,34x21]
Waarde-editor=D0005 [223,416,125x21]
Knop verwijderen= [36,306,22x22]
Knop verwijderen= [36,328,22x22]
Knop verwijderen= [36,350,22x22]
Knop verwijderen= [36,372,22x22]
Knop verwijderen= [36,394,22x22]
Knop verwijderen= [36,416,22x22]
Knop toevoegen= [35,438,107x20]
Knopmenu toevoegen= [142,438,14x20]
= [30,304,403x0]
so:
Eigenschap=Specificatienr. Waarde-editor=1010
Eigenschap=Variant code Waarde-editor=8399
etc
Now if i use
UIGetValue>{"Bewerken - "},{"Eigenschap"},waarde,positie
i get only the first element:
Eigenschap=Specificatienr. Waarde-editor=1010 (see the blue arrow)
Now the big question is;
- how do i syntax the UIGetValue to get data from the second en third and the rest of the elements?
Ok, i tried to look for arrays (seperated with | , as we can read in the helpfile)
but no go.
thanks for looking into this.
kind regards
Djek