[Gambas-user] Continued difficulties using gb.report

2014-02-11 Thread Marty McGlensey
Hi, A few posts ago I indicated that I was just starting to use gb.report. I wrote a basic report to show ten names. I got it working with help from Fabien. I could not send him the project as my email client would not attach that many files. Well I know that I need a ReportHBox, a ReportVBox a

[Gambas-user] Unable to print fields in report

2014-02-10 Thread Marty McGlensey
Fabien, Appears as though I cannot attach the Gambas project directory. Too many files to attach. It will not just attach the directory. If there is a way to get it to you, please let me know. I've taken it out of the more complex application so that we can deal with it alone. Also the data is

Re: [Gambas-user] Gambas report Component Docs

2014-02-04 Thread Marty McGlensey
Fabien, Thanks for the youtube link. Unfortunately I'm not able to get it too play. Do I have to subscribe to get it to play? Marty Message: 4 Date: Mon, 3 Feb 2014 16:31:30 -0500 From: "Marty McGlensey" Subject: [Gambas-user] Tutorial or Complete docs on gb.report

[Gambas-user] Tutorial or Complete docs on gb.report

2014-02-03 Thread Marty McGlensey
Hello, Want to add reports to my Gambas database application. Understand that this is done with gb.report component. Is there a document or tutorial that explains it use? I am a beginner with gb.report. Do not know where to start. Can you suggest a few references to start with. I'm familiar wi

[Gambas-user] Upgrade to Ubuntu 13.10 from 12.04 To keep current with Gambas releases.

2013-11-19 Thread Marty McGlensey
Sebastian, Just to be clear you are saying that to use Gambas V. 3.5.1 to its fullest I should be running Ubuntu 13.10? Gambas 3.5.1 has new features/coding that may not run properly under 12.04. Therefore running 3.5.1 on 12.04 may prove to be unstable. Therefore I should upgrade to Ubuntu 13.

[Gambas-user] What is the correct PPA to use to ensure a stable release?

2013-11-07 Thread Marty McGlensey
Hello, >From past posts it appears that Kendek's PPA may not always contain a stable release. It was stated in a past post from Kendek that he published a pre-release version to facilitate wider testing. A later post stated that the daily updates/PPA from the Gambas Team had been moved to avoid

Re: [Gambas-user] DataControl font and background is a MySQL primary index field

2013-10-12 Thread Marty McGlensey
@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Le 11/10/2013 04:06, Bruce a ?crit : > I've never noticed before but is there a reason why the splitter > controls lack a Spacing property. > > The reason I need it is that the vsplit only contains tw

[Gambas-user] Problem with datacontrol font and background

2013-10-03 Thread Marty McGlensey
Good morning all, I'm running Gambas version 3.4.2. I have a form containing a datasource. The datasource is linked to a table containing a primary index field. I've placed datacontrols on the datasource. All controls contain appropriate data. The problem is that the datacontrol linked to the p

[Gambas-user] gb.SMTP Errors

2013-08-20 Thread Marty McGlensey
Thanks, Willy. The change from mime.Text to "text/Plain cured the Mime error. I still get the authentication error: error 535 - 5.7.8. I've tried to send emails to accounts located on the same server. No mail sent. Tried setting gb.smpt to the same parameters as my wife's account. Her account works

[Gambas-user] How do I use the buttons on the FileChooser control?

2013-08-18 Thread Marty McGlensey
I have added the FileChooser to my form. Set the root and filter properties and enabled "ShowButtons". It all works except that I cannot figure out how to access the OK or Cancel button click event. I've tried the change event but don't see how to tie that to the buttons. I want to use them to

[Gambas-user] Wild cards in filter expressions

2013-08-06 Thread Marty McGlensey
Hello, I need to write a filter expression for a datasource that includes wildcard characters (* or ?). I'd like to filter on this expression name = '*mith'. The result should be all records with a name equal to Smith. I'm using MySql as the underlying database. The usual wildcards are the * a