Re: [Gambas-user] gb.report

2015-12-07 Thread Frank
, full screen etcis that what you mean? Frank Op 05-12-15 om 01:24 schreef Buster Seven: > Tanks Frank Just what i needed. > One more question when displaying a report in reportview component how do > scale the report down to fit the reportview? > > thanks shane > > On Wed, D

Re: [Gambas-user] gb.report

2015-12-02 Thread Frank
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" <buster6se...@gmail

Re: [Gambas-user] gb.report

2015-12-02 Thread Frank
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 ? > &

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Frank
Op 14-11-15 om 17:00 schreef Benoît Minisini: > Le 14/11/2015 16:49, Frank a écrit : >> Hello, >> >> I have been reading this thread about the new component. This will not >> enable me to create a html mail newsletter to be send, right? >> I have been searc

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Frank
Hello, I have been reading this thread about the new component. This will not enable me to create a html mail newsletter to be send, right? I have been searching to create a mailbody in HTML to send via desktop.sendmail swissgamba Op 14-11-15 om 16:29 schreef Benoît Minisini: > Le 14/11/2015

[Gambas-user] [CRASH REPORT] Database example

2015-04-22 Thread Frank
Hello, Damned, my program crashed Gambas that way : When I try to create a table with MySQL I get this error (Segmentationfault (11)) I tried the existing databaseexample of Gambas an got the same error. This worked fine in the past (Gambas 3.5.4) [System] Gambas=3.7.0 OperatingSystem=Linux

Re: [Gambas-user] Gb.Report2 (and printing .pdf)

2015-04-06 Thread Frank
.OutputFile = /home/frank/test999.pdf .Print End With End On 05.04.2015 15:04, Roki wrote: I apologize that I enter in your topic, but my question is also related to gb.report2. I have a problem with the panel, although its arrangement properties set to None, its child controls are grouped

[Gambas-user] Gb.Report2

2015-04-04 Thread Frank
Hello Everybody, I've seen that the new gb.report component uses now documentviewer as where I until now could use report.preview() it now fails. As I have made a few reports in my application I would appreciate a working method to produce a preview and where I can save this preview as .PDF

Re: [Gambas-user] Gb.Report2

2015-04-04 Thread Frank
On 04.04.2015 17:49, Johny Provoost wrote: Op 04-04-15 om 12:44 schreef Frank: Hello Everybody, I've seen that the new gb.report component uses now documentviewer as where I until now could use report.preview() it now fails. As I have made a few reports in my application I would appreciate

Re: [Gambas-user] Gb.Report2

2015-04-04 Thread Frank
On 04.04.2015 17:49, Johny Provoost wrote: Op 04-04-15 om 12:44 schreef Frank: Hello Everybody, I've seen that the new gb.report component uses now documentviewer as where I until now could use report.preview() it now fails. As I have made a few reports in my application I would appreciate

Re: [Gambas-user] Gb.Report2

2015-04-04 Thread Frank
OK, I have 3.7.0 currently running, so will update and report. Many thanks for your quick reply. Frank On 04.04.2015 21:24, Fabien Bodard wrote: Hum, if i remember well i have corrected this bug. So in version 3.7.1 or .2 it will be ok 2015-04-04 18:51 GMT+02:00 Johny Provoost johny.provo

Re: [Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Frank Haymes
Can Gambas be installed on a Raspberry Pi B+? Frank G. Haymes Date: Sat, 14 Mar 2015 20:08:02 +0100 From: gam...@users.sourceforge.net To: gambas-user@lists.sourceforge.net Subject: Re: [Gambas-user] Release of Gambas 3.7 Le 14/03/2015 18:28, Jussi Lahtinen a écrit : OK, I understand

[Gambas-user] How is the Gambas language extended and how does it interface with 3rd party libraries like C, C++ etc?

2012-11-16 Thread Frank Church
Hi Gambas users, I just downloaded Gambas and run one of the demos and I'm intrigued by it? How is the Gambas language extended and how does it interface with 3rd party libraries like C, C++ etc? What support does it have for developing Web applications? -- Frank Church

[Gambas-user] Compile and install gambas2 2.20.1

2010-03-15 Thread Frank Abramowski
angefangen zu Programmieren weiter mit Cobol und dan VB von 3.0 bis heute. MS mag ich nicht mehr, ergo fand ich Gambas eigentlich recht nett. Sorry its a mail in german, i am so angry. -- Frank Abramowski Goldsteinstr. 51a 60258 Frankfurt Tel: 0151 501 54 480

[Gambas-user] Constants

2009-07-20 Thread Johannes Frank
question now is: Is there a way around this. Or, could it be implemented? Or didn't I just get the point. In java it does work. Best Regards Johannes Frank -- Enter the BlackBerry Developer Challenge This is your chance

Re: [Gambas-user] GridEditor

2009-06-22 Thread Frank Abramowski
reproduce the problems. If it is too big ( 256K), send it to my private e-mail, not the mailing-list. Regards, Benoit, Please put the sample on your website www.gambas.sourceforge.net Some Application. Best Regards Frank Abramowski

Re: [Gambas-user] Rounding numbers to pre-set increments

2009-04-30 Thread Frank Cox
On Thu, 30 Apr 2009 14:00:06 -0500 M0E Lnx wrote: I need a way to take a number, say an integer and round it up to the nearest increment of 250. This may imply decreasing or increasing the number. Divide the number by 250. If the result is x.5 then (x+1)*250 If the result is x.5 then

Re: [Gambas-user] What are the linux distros I should have to test my Gambas code on?

2009-04-22 Thread Frank Cox
On Wed, 22 Apr 2009 02:17:45 -0700 (PDT) jbskaggs wrote: Currently I have Wolvix and Ubuntu (which I guess represent slackware and debian) is there another major flavor that is really different from those two that I should have to test my code on? I have noticed there are major differences

[Gambas-user] Centos? x86_64 vs i386? GTK vs QT?

2008-11-12 Thread Frank Cox
Hello folks! I installed Gambas2 about two hours ago and have been sitting here in awe since then. To say that I'm impressed would be an understatement, and I'm truly looking forward to playing with this wonderful toy. I have three fairly basic questions (so far) and hope you will bear with me