[Gambas-user] gb.report

Frank fgores at ...174...
Wed Dec 2 12:21:57 CET 2015


Hi Fabien,

Yes I use it. I created a accountingprogram where I store customers, contracts, work done and bills in a MYSQL database. Every month I create a bill and store it as PDF in a local folder: I create a report and show it with .preview(), on closing I let the program store
the .pdf as shown below automatically. It works fine for me this way at the moment.

At the moment I am trying to create a html-email message automatically with the bill in the messagebody so I can send the bill via email......

Frank


On 02.12.2015 11:59, Fabien Bodard wrote:
> Report users ?
>
> Happy to meet you !
>
> Have you any feed back about this components or some needs ?
>
> I have drawn this component for my need but to polish it I need more user
> feedback.
>
> What are you using it for ?
>
> What kind of widget miss you ?
>
> Or anything else can help me to improve this component
> Le 2 déc. 2015 10:45, "Frank" <fgores at ...174...> a écrit :
>
>> this is how I did it:
>>
>> Public Sub savepdf()
>>
>> Dim path As String
>> Dim hReport1 As New Rpt
>> Dim hprinter As New Printer
>>
>> path = "/home/me/Gambas/projecten/project/" & name & ".pdf"
>>
>> hprinter.Orientation = Printer.Portrait
>> hprinter.Resolution = Desktop.Resolution
>> hprinter.Paper = Printer.A4
>> hprinter.OutputFile = path
>> hReport1.Print(hprinter)
>>
>> Message.Info("something is saved")
>>
>> End
>>
>>
>> brgds,
>>
>> Frank
>>
>> Op 02-12-15 om 10:37 schreef Fabien Bodard:
>>> Do you use gb.report or gb.report2 ?
>>> Le 2 déc. 2015 04:52, "Buster Seven" <buster6seven at ...626...> a écrit :
>>>
>>>> i'm using gb.report and I would like to save a pdf file automatically
>>>> generated from my program without out user input ! is this possible?
>>>>
>>>>
>>>> thanks Shane
>>>>
>>>>
>> ------------------------------------------------------------------------------
>>>> Go from Idea to Many App Stores Faster with Intel(R) XDK
>>>> Give your users amazing mobile app experiences with Intel(R) XDK.
>>>> Use one codebase in this all-in-one HTML5 development environment.
>>>> Design, debug & build mobile apps & 2D/3D high-impact games for multiple
>>>> OSs.
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
>>>> _______________________________________________
>>>> Gambas-user mailing list
>>>> Gambas-user at lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>
>> ------------------------------------------------------------------------------
>>> Go from Idea to Many App Stores Faster with Intel(R) XDK
>>> Give your users amazing mobile app experiences with Intel(R) XDK.
>>> Use one codebase in this all-in-one HTML5 development environment.
>>> Design, debug & build mobile apps & 2D/3D high-impact games for multiple
>> OSs.
>>> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
>>> _______________________________________________
>>> Gambas-user mailing list
>>> Gambas-user at lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
>> ------------------------------------------------------------------------------
>> Go from Idea to Many App Stores Faster with Intel(R) XDK
>> Give your users amazing mobile app experiences with Intel(R) XDK.
>> Use one codebase in this all-in-one HTML5 development environment.
>> Design, debug & build mobile apps & 2D/3D high-impact games for multiple
>> OSs.
>> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> ------------------------------------------------------------------------------
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list