Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - joaquim_bs

Pages: [1]
1
Discussion | Обсуждение / Re: suggestions in the next release
« on: February 12, 2016, 08:46:29 PM »
Another suggestion (or maybe it is already done, but I don't know how):

Set up the Connection host code, like a variable

_limeReportEngine->dataManager()->setReportVariable("session_id", session_id);

to be able to do:

Code: [Select]
_limeReportEngine = new LimeReport::ReportEngine();
_limeReportEngine->dataManager()->setDatasourceConnectionHost("my_data_source", "192.168.0.1");
if(_limeReportEngine->dataManager()->checkConnection()) {
   // preview report...
} else {
   // pop up error
}

2
Discussion | Обсуждение / Re: suggestions in the next release
« on: February 10, 2016, 11:41:23 AM »
A little suggestion:

"Open recent" option in File, to save the user going to the same directory every day.


3
Discussion | Обсуждение / Re: Get the row number of a data set
« on: February 05, 2016, 05:10:07 PM »
Auto-reply:

$S{ line("DataBand1") }

does the trick.

4
Discussion | Обсуждение / Get the row number of a data set
« on: February 05, 2016, 03:49:22 PM »
Hello,

It is possible to get the row number of a data set?

Thank you.

Pages: [1]