Search found 16 matches

by tiara
Fri Jul 12, 2013 5:40 pm
Forum: Automation API
Topic: Manual Excel connection with the Ranorex code module
Replies: 4
Views: 2094

Re: Manual Excel connection with the Ranorex code module

Yeah this helped.... I used interlop and its working ...
thanks
by tiara
Fri Jul 12, 2013 5:39 pm
Forum: Automation Tools
Topic: Add a recording in the user module
Replies: 3
Views: 1781

Re: Add a recording in the user module

no I have just one code module and I wanted to go to a recording module and jump back in the module again.... The problem is resolved though... I used a recording () from my function. This helped.
Thanks
by tiara
Fri Jul 12, 2013 4:37 pm
Forum: Automation API
Topic: convert string to text to use CAPTION
Replies: 3
Views: 2687

Re: convert string to text to use CAPTION

Hey Bernhard I read the adapter page but I am not pretty sure what is an adapter for.... can i make an adapter text to which i can pass a string such that i can use my string variable to give caption..... My piece of code in vb.net takes is supposed to compare my backend string with the values in my...
by tiara
Thu Jul 11, 2013 10:52 pm
Forum: Automation API
Topic: convert string to text to use CAPTION
Replies: 3
Views: 2687

convert string to text to use CAPTION

Hey
I want to convert my string value to text value as i want to use caption method on it.. how can i do that in ranorex....
by tiara
Thu Jul 11, 2013 6:29 pm
Forum: Automation Tools
Topic: Add a recording in the user module
Replies: 3
Views: 1781

Add a recording in the user module

Hey
I want to add a recording in between my usercode module. I am currently not using the recording feature and have made my own functions to start up my application. Now I want to insert a blank recording in my code. How can I do that... Please help...!!
by tiara
Thu Jul 11, 2013 4:04 pm
Forum: Automation API
Topic: How to mail the ranorex report
Replies: 1
Views: 2867

How to mail the ranorex report

Hey... I have read many posts of emailing the ranorex report... but nothing helped much to mail me the report.... This is my code.... Please tell me what I am missing... Imports System.Net.Mail Imports System.Windows.Forms Imports Ranorex.Core Imports System.Collections.Generic Imports System.Drawin...
by tiara
Fri Jun 28, 2013 5:09 pm
Forum: Automation API
Topic: Manual Excel connection with the Ranorex code module
Replies: 4
Views: 2094

Re: Manual Excel connection with the Ranorex code module

I am working in vb... and I am not able to import Microsoft. Office.*.*.... can you please provide some help with vb.net..???
by tiara
Fri Jun 28, 2013 3:16 pm
Forum: Automation API
Topic: How to Query to a SQL Connector
Replies: 3
Views: 4579

Re: How to Query to a SQL Connector

yeah the problem is sorted.... I did not connect it with SQL Connector but made my own method and performed a mannual connection. Thanks
by tiara
Fri Jun 28, 2013 3:12 pm
Forum: Automation API
Topic: Manual Excel connection with the Ranorex code module
Replies: 4
Views: 2094

Manual Excel connection with the Ranorex code module

I dont want to use excel connection provided by Ranorex (http://www.ranorex.com/support/user-gui ... -file.html) but want to create one manually... How can I do that
by tiara
Thu Jun 27, 2013 6:57 pm
Forum: Automation API
Topic: How to Query to a SQL Connector
Replies: 3
Views: 4579

How to Query to a SQL Connector

Hey
I have made a SQL connection (using http://www.ranorex.com/support/user-gui ... ector.html) and now I want to Query manually on the table that is defined in the SQLConnector. How should I do That??
by tiara
Thu Jun 27, 2013 6:19 pm
Forum: Automation API
Topic: How to get out of Vb.net loop
Replies: 7
Views: 2967

Re: How to get out of Vb.net loop

Thanks It helped Markus..:)
by tiara
Thu Jun 27, 2013 6:18 pm
Forum: Automation Tools
Topic: how to not get a report after every run
Replies: 2
Views: 1684

Re: how to not get a report after every run

Yeah that worked.. thanks..:)
by tiara
Mon Jun 24, 2013 2:57 pm
Forum: Automation API
Topic: How to get out of Vb.net loop
Replies: 7
Views: 2967

Re: How to get out of Vb.net loop

login(user,email,validity) MyRepo.somecontainer.someAndroidelement.click logout() '--------------------------------- sub login(ByRef user as string,password as String,validity as Boolean) MyRepo.loginpanel.user.textvalue = user MyRepo.loginpanel.password.textvalue = user if validity =True Then Syste...
by tiara
Fri Jun 21, 2013 10:21 pm
Forum: Automation API
Topic: How to get out of Vb.net loop
Replies: 7
Views: 2967

Re: How to get out of Vb.net loop

I have added the excel through data binding and its taking values from my excel sheet. I have used if else and not a loop... I want to exit if the user is not valid and jump to the next value(row) in the spread sheet... how should I do that
by tiara
Fri Jun 21, 2013 9:03 pm
Forum: Automation API
Topic: How to get out of Vb.net loop
Replies: 7
Views: 2967

How to get out of Vb.net loop

I need to jump to the next line in excel sheet containg user names and passwords once I get invalid user for my website. How can I do it in here as Next or continue is not working in Ranorex.