[Gambas-user] gb.report

fgores fgores at ...174...
Wed Dec 2 13:17:07 CET 2015


Gb.report2 yes
Verstuurd vanaf mijn iPad

> Op 2 dec. 2015 om 12:45 heeft Fabien Bodard <gambas.fr at ...626...> het volgende geschreven:
> 
> Le 2 déc. 2015 12:23, "Frank" <fgores at ...174...> a écrit :
>> 
>> 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
> Gb.report2 ?
>> 
>>> 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




More information about the User mailing list