Re: [libreoffice-users] Triggering reports from html files

2012-01-16 Thread Joe Conner

NICE.
Love, Dad

On 01/12/2012 04:12 PM, blesko wrote:

Hello!

I have developed an application using libreoffice base.  I navigate to all
the forms from an html5 document. Here's my problem:

I've created some reports using report builder, but cannot trigger the
generation of a dynamic report from the html file. All my research points to
the impossibility of externally accessing the dynamic reports, but I am
hoping it is lack of knowledge that is turning up these research results.
Can anyone enlighten me on this?

I resorted to using forms to produce a dynamic data grid. This could work,
but only if its possible to make it more presentable, instead of looking
like a table.

My whole project hinges on getting presentable dynamic reports to work.

Can someone point me in the right direction?

Thank you!

Beth

--
View this message in context: 
http://nabble.documentfoundation.org/Triggering-reports-from-html-files-tp3655372p3655372.html
Sent from the Users mailing list archive at Nabble.com.




--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Triggering reports from html files

2012-01-13 Thread drew
On Thu, 2012-01-12 at 10:00 -0800, blesko wrote: 
> Hello!
> 
> I have developed an application using libreoffice base.  I navigate to all
> the forms from an html5 document. Here's my problem:
> 
> I've created some reports using report builder, but cannot trigger the
> generation of a dynamic report from the html file. All my research points to
> the impossibility of externally accessing the dynamic reports, but I am
> hoping it is lack of knowledge that is turning up these research results.
> Can anyone enlighten me on this?

Pretty much - you can programmatically run a report using any of the
supported scripting languages, but it requires you to load the ODB file
(can be hidden) and then opening (running) the dynamic report, the
script can save that, or export it, or whatever you like, but yes you
are running a script from within the LibreOffice runtime.

Does that help any? I rather think not, at least if I understand what
you are doing here correctly.

best wishes,

//drew

> 
> I resorted to using forms to produce a dynamic data grid. This could work,
> but only if its possible to make it more presentable, instead of looking
> like a table.
> 
> My whole project hinges on getting presentable dynamic reports to work.
> 
> Can someone point me in the right direction?
> 
> Thank you!
> 
> Beth
> 
> --
> View this message in context: 
> http://nabble.documentfoundation.org/Triggering-reports-from-html-files-tp3654402p3654402.html
> Sent from the Users mailing list archive at Nabble.com.
> 




-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Triggering reports from html files

2012-01-13 Thread Fernand Vanrie

On 13/01/2012 06:42, Beth Lesko wrote:

Thanks for the reply, Dan,

It's not that I want the report to be displayed in an html file, rather,
I'd like to be able to make an href call to open a dynamic report to
display in an .odt file.
A report is a preformated .odt file who is on opening filed with 
information from your Database, i suppose you need a solution to "run" 
the report from in a Webapp ?

please give us a bit more info on how things happen.
You can use the api and "run" a report with "LoadFrom Url(.)
Maybe you can start from viewing the code who is in a LO-extension named 
"reportrunner"

Hope it helps

Fernand


Any thoughts, now that I've clarified?

Beth

On Thu, Jan 12, 2012 at 10:36 PM, Dan Lewis  wrote:


On Thu, 2012-01-12 at 10:00 -0800, blesko wrote:

Hello!

I have developed an application using libreoffice base.  I navigate to

all

the forms from an html5 document. Here's my problem:

I've created some reports using report builder, but cannot trigger the
generation of a dynamic report from the html file. All my research

points to

the impossibility of externally accessing the dynamic reports, but I am
hoping it is lack of knowledge that is turning up these research results.
Can anyone enlighten me on this?

I resorted to using forms to produce a dynamic data grid. This could

work,

but only if its possible to make it more presentable, instead of looking
like a table.

My whole project hinges on getting presentable dynamic reports to work.

Can someone point me in the right direction?

Thank you!

Beth

--

  Base reports are either text documents or spreadsheets. But you
might be able to use Writer to create an HTML document with the
formating you want. Using the Data Source window (use the F4 key to open
it), you should be able to drag the fields from this window down to
where you want the fields to be in the HTML document. You may have to
modify the HTML in the document. I've not tried this, but it is a
possibility.

--Dan




--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems?
http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be
deleted




--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Triggering reports from html files

2012-01-12 Thread Beth Lesko
Thanks for the reply, Dan,

It's not that I want the report to be displayed in an html file, rather,
I'd like to be able to make an href call to open a dynamic report to
display in an .odt file.

Any thoughts, now that I've clarified?

Beth

On Thu, Jan 12, 2012 at 10:36 PM, Dan Lewis  wrote:

> On Thu, 2012-01-12 at 10:00 -0800, blesko wrote:
> > Hello!
> >
> > I have developed an application using libreoffice base.  I navigate to
> all
> > the forms from an html5 document. Here's my problem:
> >
> > I've created some reports using report builder, but cannot trigger the
> > generation of a dynamic report from the html file. All my research
> points to
> > the impossibility of externally accessing the dynamic reports, but I am
> > hoping it is lack of knowledge that is turning up these research results.
> > Can anyone enlighten me on this?
> >
> > I resorted to using forms to produce a dynamic data grid. This could
> work,
> > but only if its possible to make it more presentable, instead of looking
> > like a table.
> >
> > My whole project hinges on getting presentable dynamic reports to work.
> >
> > Can someone point me in the right direction?
> >
> > Thank you!
> >
> > Beth
> >
> > --
>
>  Base reports are either text documents or spreadsheets. But you
> might be able to use Writer to create an HTML document with the
> formating you want. Using the Data Source window (use the F4 key to open
> it), you should be able to drag the fields from this window down to
> where you want the fields to be in the HTML document. You may have to
> modify the HTML in the document. I've not tried this, but it is a
> possibility.
>
> --Dan
>
>
>
>
> --
> For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
> Problems?
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Triggering reports from html files

2012-01-12 Thread Dan Lewis
On Thu, 2012-01-12 at 10:00 -0800, blesko wrote:
> Hello!
> 
> I have developed an application using libreoffice base.  I navigate to all
> the forms from an html5 document. Here's my problem:
> 
> I've created some reports using report builder, but cannot trigger the
> generation of a dynamic report from the html file. All my research points to
> the impossibility of externally accessing the dynamic reports, but I am
> hoping it is lack of knowledge that is turning up these research results.
> Can anyone enlighten me on this?
> 
> I resorted to using forms to produce a dynamic data grid. This could work,
> but only if its possible to make it more presentable, instead of looking
> like a table.
> 
> My whole project hinges on getting presentable dynamic reports to work.
> 
> Can someone point me in the right direction?
> 
> Thank you!
> 
> Beth
> 
> --

 Base reports are either text documents or spreadsheets. But you
might be able to use Writer to create an HTML document with the
formating you want. Using the Data Source window (use the F4 key to open
it), you should be able to drag the fields from this window down to
where you want the fields to be in the HTML document. You may have to
modify the HTML in the document. I've not tried this, but it is a
possibility.

--Dan




-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Triggering reports from html files

2012-01-12 Thread blesko
Hello!

I have developed an application using libreoffice base.  I navigate to all
the forms from an html5 document. Here's my problem:

I've created some reports using report builder, but cannot trigger the
generation of a dynamic report from the html file. All my research points to
the impossibility of externally accessing the dynamic reports, but I am
hoping it is lack of knowledge that is turning up these research results.
Can anyone enlighten me on this?

I resorted to using forms to produce a dynamic data grid. This could work,
but only if its possible to make it more presentable, instead of looking
like a table.

My whole project hinges on getting presentable dynamic reports to work.

Can someone point me in the right direction?

Thank you!

Beth

--
View this message in context: 
http://nabble.documentfoundation.org/Triggering-reports-from-html-files-tp3654402p3654402.html
Sent from the Users mailing list archive at Nabble.com.

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Triggering reports from html files

2012-01-12 Thread blesko
Hello! 

I have developed an application using libreoffice base.  I navigate to all
the forms from an html5 document. Here's my problem: 

I've created some reports using report builder, but cannot trigger the
generation of a dynamic report from the html file. All my research points to
the impossibility of externally accessing the dynamic reports, but I am
hoping it is lack of knowledge that is turning up these research results.
Can anyone enlighten me on this? 

I resorted to using forms to produce a dynamic data grid. This could work,
but only if its possible to make it more presentable, instead of looking
like a table. 

My whole project hinges on getting presentable dynamic reports to work. 

Can someone point me in the right direction? 

Thank you! 

Beth

--
View this message in context: 
http://nabble.documentfoundation.org/Triggering-reports-from-html-files-tp3655372p3655372.html
Sent from the Users mailing list archive at Nabble.com.

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted