Re: [Gambas-user] Question - how to just run part of ones larger program

2011-11-22 Thread richard terry
On Tuesday 22 November 2011 21:53:23 Rolf-Werner Eilert wrote: > Am 22.11.2011 11:19, schrieb richard terry: > > On Tuesday 22 November 2011 21:14:41 Benoît Minisini wrote: > >> Le 22/11/2011 11:11, richard terry a écrit : > >>> On Tuesday 22 November 2011 19:18:19 Benoît Minisini wrote: > Le

Re: [Gambas-user] Memory Stream Help

2011-11-22 Thread Randall Morgan
I do the C structures defined. But the functions return pointers to the structures created by Tidy. So I have to Read the data into my local copy using the pointer returned. Which I feel is very inefficient. I have just started to play around with defining offset values for each location in the str

Re: [Gambas-user] Report with Gambas 3

2011-11-22 Thread Ext4
> > Hi all, > > > > I'm new in gambas (6 months) and I'm writing a small application that > > manages data in a MySQL database. > > I started my apprenticeship with Gambas3 and I encountered a problem I can > > not solve alone. > > For prints I saw that there were two solutions. The component

Re: [Gambas-user] Question - how to just run part of ones larger program

2011-11-22 Thread Rolf-Werner Eilert
Am 22.11.2011 11:19, schrieb richard terry: > On Tuesday 22 November 2011 21:14:41 Benoît Minisini wrote: >> Le 22/11/2011 11:11, richard terry a écrit : >>> On Tuesday 22 November 2011 19:18:19 Benoît Minisini wrote: Le 22/11/2011 08:02, richard terry a écrit : > On Tuesday 22 November 20

Re: [Gambas-user] Question - how to just run part of ones larger program

2011-11-22 Thread richard terry
On Tuesday 22 November 2011 21:14:41 Benoît Minisini wrote: > Le 22/11/2011 11:11, richard terry a écrit : > > On Tuesday 22 November 2011 19:18:19 Benoît Minisini wrote: > >> Le 22/11/2011 08:02, richard terry a écrit : > >>> On Tuesday 22 November 2011 17:32:22 nando wrote: > You could run a

Re: [Gambas-user] Question - how to just run part of ones larger program

2011-11-22 Thread Benoît Minisini
Le 22/11/2011 11:11, richard terry a écrit : > On Tuesday 22 November 2011 19:18:19 Benoît Minisini wrote: >> Le 22/11/2011 08:02, richard terry a écrit : >>> On Tuesday 22 November 2011 17:32:22 nando wrote: You could run a second copy from the first. Place a specific word on the comm

Re: [Gambas-user] Question - how to just run part of ones larger program

2011-11-22 Thread richard terry
On Tuesday 22 November 2011 19:18:19 Benoît Minisini wrote: > Le 22/11/2011 08:02, richard terry a écrit : > > On Tuesday 22 November 2011 17:32:22 nando wrote: > >> You could run a second copy from the first. Place a specific word on the > >> command line as a parameter so that the copy will und

Re: [Gambas-user] Report with Gambas 3

2011-11-22 Thread Charlie Reinl
Am Dienstag, den 22.11.2011, 09:10 +0100 schrieb Ext4: > Hi all, > > I'm new in gambas (6 months) and I'm writing a small application that manages > data in a MySQL database. > I started my apprenticeship with Gambas3 and I encountered a problem I can > not solve alone. > For prints I saw that t

Re: [Gambas-user] Question - how to just run part of ones larger program

2011-11-22 Thread Benoît Minisini
Le 22/11/2011 08:02, richard terry a écrit : > On Tuesday 22 November 2011 17:32:22 nando wrote: >> You could run a second copy from the first. Place a specific word on the >> command line as a parameter so that the copy will understand to show the >> specific screen desired and perhaps hide ot

[Gambas-user] Report with Gambas 3

2011-11-22 Thread Ext4
Hi all, I'm new in gambas (6 months) and I'm writing a small application that manages data in a MySQL database. I started my apprenticeship with Gambas3 and I encountered a problem I can not solve alone. For prints I saw that there were two solutions. The component Gb.report and class PdfWriter