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 (
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 h
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 h
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 Jo
.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 c
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
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 1
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 searchin
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" a écrit :
>
&
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 ?
>
>
, 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
elp/lang/next> ' i
[73]
[74] End <http://gambasdoc.org/help/lang/end> ' ArrayToGrid
[75]
[76] Public <http://gambasdoc.org/help/lang/public> Sub
<http://gambasdoc.org/help/lang/sub> GridView1_ColumnClick(ColumnAs
<http://gambasdoc.org/help/lang/as> Int
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
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
> differenc
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 the
the code and dump the database if that would help.
>>
>
> Yes, please provide your project source code and a sql dump of a piece of
> your
> database, so that I can reproduce the problems. If it is too big (> 256K),
> send it to my private e-mail, not the mailing
k. My 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
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
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 C
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
w
It appears that qt is to be licensed as lgpl:
http://www.qtsoftware.com/about/licensing/frequently-asked-questions
Does this meant that commercial closed-source applications can now be developed
with Gambas using QT? (I think you could do that using GTK before now.)
--
MELVILLE THEATRE ~ Melvi
On Mon, 02 Feb 2009 21:40:49 +1100
richard terry wrote:
> 1) I have a file with some 30,000 lines, but I want to know how many lines
> are
> in the file before I do anything to it - is this possible. I couldn't see how
> just looking at the syntax for files.
If your line lengths are random, th
On Fri, 20 Feb 2009 17:17:46 -0600
Daniel Rojas wrote:
> Anibody wants help me?
You will have to come up with a much more specific question if you are to get
any meaningful help.
If you are just planning to create a simple website, you may want to look at
OpenOffice instead. I use the OpenOffic
23 matches
Mail list logo