Search found 10 matches

by Gilbert
Thu Apr 24, 2014 12:49 pm
Forum: How To …
Topic: Export a report as .html-file
Replies: 17
Views: 10887

Re: Export a report as .html-file

Hi Zlotan,

thanks for ur idea. The problem here is, i can't replace the sensitve data with some dummy data, because they are needed each time the report is displayed, so i need original Data. It doesn't help me to replace them. Any other idea?

Greets,
Gilbert
by Gilbert
Thu Apr 24, 2014 8:40 am
Forum: How To …
Topic: Export a report as .html-file
Replies: 17
Views: 10887

Re: Export a report as .html-file

Hello Robert,

thanks a lot for your answer

Greets,
Gilbert
by Gilbert
Fri Apr 11, 2014 3:20 pm
Forum: How To …
Topic: Export a report as .html-file
Replies: 17
Views: 10887

Re: Export a report as .html-file

Hello Robert, thank for u reply. We are reading actually the data from an excel-sheet and bind them to the modules-variables. The problem with the encryption's solution is, we must encrypt each time all the data and store them in the excel-sheet before the AUT is started and we must decrypt them als...
by Gilbert
Thu Apr 10, 2014 7:07 am
Forum: How To …
Topic: Export a report as .html-file
Replies: 17
Views: 10887

Re: Export a report as .html-file

Hey, @odklizec, i missunderstood you a little yesterday. Of course it is possible to unzip the .rxlog-file. You don't even need to rename it to .zip-file @ krstcs, like i said in the first post, i don't want to publish the .html.data-file, so to zip al the files is not the solution. I have the same ...
by Gilbert
Wed Apr 09, 2014 3:30 pm
Forum: How To …
Topic: Export a report as .html-file
Replies: 17
Views: 10887

Re: Export a report as .html-file

Hey Support Team, I'm trying to export a report as a .html-file on a computer where Ranorex is not installed. The only good solution, that i've found is to copy the following files: - Ranorex.Controls.dll - Ranorex.Core.dll - Ranorex.Libs.dll - Ranorex.ReportViewer.exe to the same location like my r...
by Gilbert
Wed Apr 09, 2014 1:38 pm
Forum: How To …
Topic: Export a report as .html-file
Replies: 17
Views: 10887

Re: Export a report as .html-file

Hi odklizec, thanks for reply :-). I 've already extracted the report as .rxzlog-file, but it doesn't really help me to protect the data and changing the ending to .zip ist not better :-( . I know how to export the report as a pdf-file. The problem here is, you cannot expand or collap Testcases, tes...
by Gilbert
Wed Apr 09, 2014 11:36 am
Forum: How To …
Topic: Export a report as .html-file
Replies: 17
Views: 10887

Export a report as .html-file

Hey Support team, I want to export a report as a .html-file. Normally, Ranorex exports also the html.data-, report.css-, report.xsl-files to the same location as the .html-file, so that it can be display. Due to data privacy purpose, i don't want to publish the .html.data-file. Doest is give any way...
by Gilbert
Thu Nov 28, 2013 8:23 am
Forum: General Questions
Topic: Find js-file in for customed report.
Replies: 5
Views: 1737

Re: Find js-file in for customed report.

Hello Markus, thanks, i find it :-) . I try to implement my own method, it doesn't work and i don't understand why. Here is where i call the method in .xsl-file : ... <label for="checkBox{$currentId}" onLoad="HideAllErrors($(#checkBox{$currentId})).parent().parent().next().find('tr.{translate($level...
by Gilbert
Thu Nov 21, 2013 9:20 am
Forum: General Questions
Topic: Find js-file in for customed report.
Replies: 5
Views: 1737

Re: Find js-file in for customed report.

Hello Bernhard, you are right. My real problem is to customize the click on the checkbox. The "Onclick"below call another function. onClick="ShowHideItem($(this).parent().parent().next().find('tr.{translate($levelName,' ','_')}'),". Where can i find the function "ShowHideItems"? so that i can edit i...
by Gilbert
Mon Nov 18, 2013 4:02 pm
Forum: General Questions
Topic: Find js-file in for customed report.
Replies: 5
Views: 1737

Find js-file in for customed report.

Hi, Where should i find the functions (like "translate" ) used in the .xsl-file? (See the code below) Where is the .js-file in wich they are implemented? <input type="checkbox" id="checkBox{$currentId}" name="checkBox{$currentId}" onClick="ShowHideItem($(this).parent().parent().next().find('tr.{tran...