Re: [Gambas-user] create pdf

2008-09-14 Thread Sevoir
I would like: - the user fill out a request form (this okay) - pressing a button (this okay) - generating a pdf file (this is not okay) - storing on server (this okay, if pdf isset) - printing pdf file automatic (this not okay) I tried using a qb.pdf and fpdf but not working... Regards, Sevoir

Re: [Gambas-user] create pdf

2008-09-14 Thread Rolf-Werner Eilert
Sevoir schrieb: > Hi All, > > > I tried creating a pdf file but not success :S > Can anyone help me with a simple method? > > Regards, Sevoir > Just an idea: can't you write everything into a file and then call kprinter with an option to make a pdf out of it? I'm using kprinter for printing

[Gambas-user] create pdf

2008-09-14 Thread Sevoir
Hi All, I tried creating a pdf file but not success :S Can anyone help me with a simple method? Regards, Sevoir - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based a

[Gambas-user] Listview (simple?) problem

2008-09-14 Thread Gianni Piccini
Probably is a stupid question, but I can't resolve without help, due I'm a newbie. I've got a listview, where I add some items: for example, aaa bbb ccc ddd I need to select an item, for example "ccc", and then move with the previous. I think that first thing I need is to get the index number o