Re: [Gambas-user] gambas documentation offline include in source (gb.web)

2013-11-30 Thread Rob Kudla
er) but I hope it'll get you started. Works well on my own laptop. It's 23.1 MB, expands to 83. http://www.gambasdoc.org/gambasdoc-static-20131130.tar.gz Rob -- Rapidly troubleshoot problems before they affec

Re: [Gambas-user] Where are the examples in gambas 3.5.1?

2013-11-30 Thread Carl Nilsson
G'day Matti: Now I'm getting confused again! Is not the repository you refer to a repository only for the opemSUSE? I have assumed my openSUSE 12.2 is working fine, but it is the gambas install that gives me problems. The openSUSE 12.2 I actually have comes from a store-boughten DVD set put

[Gambas-user] gb.db Unknown symbol 'Fields' in class 'Connection'

2013-11-30 Thread PICCORO McKAY Lenz
and then i have this error when run in another runtime environment: Unknown symbol 'Fields' in class 'Connection' i have this code: If Not consq.Tables.Exist("sysasis_listado") Then hTable = consq.Tables.Add("sysasis_listado") With hTable.Fields

Re: [Gambas-user] How to get codelinenumber and procname (solved - Thanks)

2013-11-30 Thread Fabien Bodard
Message.Warning(subst("Catch Error at &1\nError: &2, &3\n$CheckVar: \n&4", Error.where , Error.code, Error.text, $CheckVar), " ok ") 2013/11/30 u...@gmx.ch : > Dear Fabien, Bruce and Tobias > > > Gents you're great, my 'issue' is completely solved. > Thanks for your patience! > > My code (.. if i

[Gambas-user] gambas documentation offline include in source (gb.web)

2013-11-30 Thread PICCORO McKAY Lenz
In a mail response from Rob Kudla > Subject: Re: [Gambas-user] Web apps write that: > Yes, the Gambas documentation wiki is a CGI program written in Gambas. I > think the source is included in the Gambas tarball as an example, or used > to be. Could be possible to buld the documentation locally?

Re: [Gambas-user] How to get codelinenumber and procname (solved - Thanks)

2013-11-30 Thread u...@gmx.ch
Dear Fabien, Bruce and Tobias Gents you're great, my 'issue' is completely solved. Thanks for your patience! My code (.. if it helps other newbies) ___ 'Public Sub Button1_Click() 'Dim $ResVerkn As Result 'Dim $ModDtm, $CheckVar As String 'Dim $Testmod

[Gambas-user] DataCheckBox properties do not exist or event not raised

2013-11-30 Thread Marty
Hello All, I'm experiencing weird problem with the DatCheckBox control. First let me say I'm running Gambas 3.5.1 on Ubuntu 12.04 LTS. The project was started in Gambas 3.4.2 and developed further in each successive release of Gambas. Each DataCheckBox is in the same datasource attached to a M

Re: [Gambas-user] How to get codelinenumber

2013-11-30 Thread Fabien Bodard
I'm don't understand what you want here 2013/11/30 Bruce : > On Sat, 2013-11-30 at 09:46 +0100, u...@gmx.ch wrote: >> Dear Fabien >> >> You're my hero. Thanks! >> >> The only thing I'm still working on is getting the codelinenumber also >> in cases without error. > System.BackTrace may help here.

Re: [Gambas-user] How to get codelinenumber

2013-11-30 Thread Bruce
On Sat, 2013-11-30 at 09:46 +0100, u...@gmx.ch wrote: > Dear Fabien > > You're my hero. Thanks! > > The only thing I'm still working on is getting the codelinenumber also > in cases without error. System.BackTrace may help here. But I am tired and emotional so check the help. --

[Gambas-user] Problems reading pdf attachment using pop3 client

2013-11-30 Thread bill-lancaster
Some further information. If I download emails containing pdf files using .Message.ToString() and save the email to file then try to decode the attachment with-: Dim hMimeMessage As MimeMessage Dim hMimePart As MimePart Dim sTemp As String Dialog.Title = "Select a text file" If Dialog.O

[Gambas-user] Problems reading pdf attachment using pop3 client

2013-11-30 Thread bill-lancaster
Using the pop3Client to download emails into a mysql db sometimes attached pdf files are unreadable. Have sent a pdf document to myself, email message = testemail Then, using pop3_client it is saved to the database into a string field usi

Re: [Gambas-user] Reminder alert: gb.web example for benoit!

2013-11-30 Thread Jorge CarriĆ³n
That will be fine Piccoro. Keep doing the good work Regards 2013/11/29 PICCORO McKAY Lenz > i cited: > > "As soon as Gambas 3.5 is released, I will start a "web site made with > Gambas" example. Maybe some sort of wiki with authentication and session > management. This is will be a single proj

Re: [Gambas-user] How to get codelinenumber

2013-11-30 Thread u...@gmx.ch
Dear Fabien You're my hero. Thanks! The only thing I'm still working on is getting the codelinenumber also in cases without error. $CheckVar &= Chr(10) & ?codelinenumber? &": $x=" & $x Does "error.where" also have, lets say an "MeRightNow.where" sister? I'll keep on trying. Regards, H

Re: [Gambas-user] installation problem 3.5.1

2013-11-30 Thread Alexie
The following worked for me on Debian 7.x: sudo apt-get install subversion build-essential autoconf mysql-client libbz2-dev \ libfbclient2 libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev \ libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev \