Search found 9 matches

by shellyhu
Mon Nov 17, 2014 7:15 am
Forum: General Questions
Topic: Call a code module with parameter
Replies: 3
Views: 1800

Re: Call a code module with parameter

Hi, Thank you for your suggestion. I use your method to run my scrip, but it also can't find the element. Even though run it without calling it in other code module. I try it on two computers, the same result happens. My Ranorex version is 5.0.2. (If I use the latest version, there is another proble...
by shellyhu
Mon Nov 17, 2014 3:17 am
Forum: Bug Reports
Topic: Excel DataConnector constantly asking to reload workbook
Replies: 16
Views: 5313

Re: Excel DataConnector constantly asking to reload workbook

Hi, I also met this problem when I upgrade Ranorex from 5.0.2 to 5.2.0 The popup message which ask me to reload excel always appears when I run my solution, even though I press Yes or No button to confirm. And I am sure the excel sheet didn't be modified. After this message appear several times, the...
by shellyhu
Fri Nov 14, 2014 10:34 am
Forum: General Questions
Topic: End of statement expected when define a buttonList as List
Replies: 6
Views: 1837

Re: End of statement expected when define a buttonList as List

Hi Odklizec, I try this code in a new module, it is still existing the same error when build it. But I try it on another computer, the code can be built successfully. So I am supposed that it is the environment problem, I will check what's the difference between them. Thank you for your help. Shelly
by shellyhu
Thu Nov 13, 2014 11:01 am
Forum: General Questions
Topic: End of statement expected when define a buttonList as List
Replies: 6
Views: 1837

Re: End of statement expected when define a buttonList as List

Hi Odklizec

I upgrade Ranorex to 5.2, but the same error still exists : End of statement expected.
by shellyhu
Tue Nov 11, 2014 9:26 am
Forum: General Questions
Topic: Call a code module with parameter
Replies: 3
Views: 1800

Call a code module with parameter

Hi I have a code module as follows. I use a parameter in RxPath Dim _Ele As String = "" <TestVariable("D498FD3D-F9B3-4CED-B43E-6B5E5C530484")> _ Public Property Ele As String Get Return _Ele End Get Set(ByVal value As String) _Ele = value End Set End Property Public Sub aaaa _Ele = "1234" Dim _RawTe...
by shellyhu
Tue Nov 11, 2014 8:11 am
Forum: General Questions
Topic: End of statement expected when define a buttonList as List
Replies: 6
Views: 1837

Re: End of statement expected when define a buttonList as List

Hi Robert

Thank you very much.

I copy your code in my Ranorex (5.0.2), but the same error occurs.

Do you think it is environment problem ?

Shelly
by shellyhu
Mon Nov 03, 2014 6:58 am
Forum: General Questions
Topic: End of statement expected when define a buttonList as List
Replies: 6
Views: 1837

End of statement expected when define a buttonList as List

Hi, I met a problem. The code described as following. Dim ButtonList As New List(Of String) From { _ "/dom//frameset/frame[@id='tabs']/body//div[@id='Home']", _ "/dom//frameset/frame[@id='tabs']/body//div[@id='Product']", _ "/dom//frameset/frame[@id='tabs']/body//div[@id='Support']"} When I build it...
by shellyhu
Wed Oct 08, 2014 7:12 am
Forum: General Questions
Topic: How to always use value in the excel when run test suit
Replies: 2
Views: 1559

Re: How to always use value in the excel when run test suit

Hi Robert,

Thank you very much.

So I have to give up to call the recordings in the user code if I want to use the DataConnector value. I can define a variable and a sub in the user code and bind it to the DataConnector.

Best Regards,

Shelly
by shellyhu
Mon Sep 29, 2014 9:39 am
Forum: General Questions
Topic: How to always use value in the excel when run test suit
Replies: 2
Views: 1559

How to always use value in the excel when run test suit

Hello, I have a recording which is used to open a application, it has a variable which is binding the path. Then in the test suit I right click to make it bind a excel sheet parameter. When I run the test suit, it uses the value in the excel sheet. When I only run this recording, it uses the value w...