Search found 7 matches

by oli129
Sat Feb 29, 2020 10:38 am
Forum: How To …
Topic: How to use multiple repo itemInfo for the same method?
Replies: 2
Views: 1293

Re: How to use multiple repo itemInfo for the same method?

Hi!

Thank you very much for the valuable information and for the quick help! Greatly appreciated! I am just going to stick to extending the method with a plus repoiteminfo parameter, that way it stays clean!

Regards,
Oliver
by oli129
Thu Feb 27, 2020 9:10 pm
Forum: How To …
Topic: How to use multiple repo itemInfo for the same method?
Replies: 2
Views: 1293

How to use multiple repo itemInfo for the same method?

Dear All! I have a method, where I specify a repoitemInfo and a string, so when a popup shows up it reads the repoitemInfo if it exists and then it validates its text attribute. However, I have forms with different control names but with the same textfield, so my repo looks like the following: repo....
by oli129
Mon Feb 03, 2020 2:48 pm
Forum: How To …
Topic: Delphi Combobox List Item Select
Replies: 2
Views: 4106

Re: Delphi Combobox List Item Select

Hi, thank you very much for the valuable input! I do really appreciate it! I did try to turn off the delhi plug-in, however that did not help. So, what I ended up doing is typing string into the delphi field using the keypress method, then did a for loop to select and validate the item in the drop d...
by oli129
Thu Jan 30, 2020 5:43 pm
Forum: How To …
Topic: Delphi Combobox List Item Select
Replies: 2
Views: 4106

Delphi Combobox List Item Select

Hello everyone! I do have an app written in delphi I have to automate tests on. I am unsure on the delphi version, however I do have a TRxDBLookup Combo Class and a controlname. I do have to click on this list and select an item given in the test case. However, ranorex is unable to discover the item...
by oli129
Wed Dec 11, 2019 2:55 pm
Forum: How To …
Topic: User Code IF Condition
Replies: 2
Views: 1563

Re: User Code IF Condition

Thank you very much Pavel!

Since my snapshot may contain sensitive information I am not allowed to post it publicly. I already tried to get in touch with the support team.
by oli129
Tue Dec 10, 2019 3:06 pm
Forum: How To …
Topic: User Code IF Condition
Replies: 2
Views: 1563

User Code IF Condition

Hi everyone! May I ask for your help? Given three text fields in a scrollable list with multiple rows, that are added as repository items: "ID", "METHOD" and "SUB". I need to click on and select that ID (row), where the METHOD and the SUB equals a value that is provided in JIRA. ID / METHOD / SUB 12...
by oli129
Wed Nov 06, 2019 2:08 pm
Forum: How To …
Topic: RepoItem iteration finding value (usercode)
Replies: 1
Views: 1380

RepoItem iteration finding value (usercode)

Hello! I have been using ranorex for quite a while, however only have written a few basic user codes. I came accross the following screen: table.JPG which is developed in Oracle Forms (...I know...) This list automatically gets filled with a date value in the first column, after pressing a green che...