[Gambas-user] How do I edit a DataView control

2013-07-28 Thread Marty
display and edit the contents of the cell as well as add and delete records. So how do I do it in Gambas 3? Thanks in advance to all who offer answers. Marty:-) -- See everything from the browser to the database with AppDyn

[Gambas-user] How to share one datasource across two forms?

2013-08-11 Thread Marty
o the datasource. Any suggestions? I'm used to MS VB and data access there is quite different. In many respects Gambas has a much simpler approach. Thanks, Marty -- Get 100% visibility into Java/.NET code with AppDyn

[Gambas-user] SMTP Client errors - Sending Email

2013-08-20 Thread Marty
God Morning All, I'm using gb.smpt to send email from a Gambas routine. The routine is: 12 Public Sub btnSend_Click() 13 14 Dim t$ As String 15 Dim email As New SmtpClient 16 17 t$ = File.Load("/home/marty/Test.txt") 18 19 With email 20.Add("Hell

[Gambas-user] SMTP Errors

2013-08-21 Thread Marty
be at fault? That's the other thought I had. Rolf I've tried the routine you suggested and it seems to work. I may follow your advice and use it. Regards, Marty -- Introducing Performance Central, a new site from

[Gambas-user] How to return a event from an embedded sub form

2013-08-26 Thread Marty
uggest a better approach? I am still learning Gambas syntax so please do not assume anything when sending code examples. Thanks, Marty -- Introducing Performance Central, a new site from SourceForge and AppDynamics. Perf

[Gambas-user] How do I access an individual cell in a DataBrowser

2013-10-21 Thread Marty
Hello, I would like to access an individual cell in a DataBrowser. I want the user to enter one value into a cell. Then I want to validate the entry and save another value in its place. Is there a way to include a datacombo box in a dataview? That might work better. Marty

[Gambas-user] How do I use the data property of a databrowser

2013-10-29 Thread Marty
Hello, How do I access a cell in a databrowser? I want to use a routine to add data to a specific row and column after user input. How do I use the data property of the databrowser? I do not see any other way to get to the contents of a cell. Regards --

Re: [Gambas-user] Stable PPA - Which one to use

2013-11-07 Thread Marty
Thanks Sebastian. It's clear now. Kendek's PPA is the stable one. The other is for developers only. Apologies to Kendek for my misunderstanding. Gambas is a great product. I'd rather use it the VBA. Keep up the good work. Regards, Marty On 11/07/2013 09:00 AM, g

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

2013-11-30 Thread Marty
End The idea is to check the state of the control, after user input, and call a sub to modify another table. So far I have not been able to get this to work because of the problems with the checkbox. The sub is OK, I can run it from a button without problem. So what is going

[Gambas-user] Further info on DataaCheckBox Bugs

2013-12-01 Thread Marty
would be simple to test. Just a form with a datasource attached to a MySQL table and a DataCheckBox control. I need to use the DataCheckBox and it's Click event in my project. Would appreciate one of the Gambas experts comments and advice on a possible work arou

Re: [Gambas-user] DataCheckBox Bugs

2013-12-02 Thread Marty
heckbox back to the datasource. Do you see any problems with this approach? Again thanks for your help. Marty -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a

[Gambas-user] How do I limit directory access using the file open dialog?

2013-12-22 Thread Marty
Hello, I'm using the open file dialog to allow the user to select one file. I want to limit his access to only one directory to limit the damage he can do. I've set the dialog.path = "/home/xxx/xx". The specified directory is highlighted but the entire directory tree from root down is also acc

[Gambas-user] How to change the colors on a menu created with the Menu Editor

2014-01-10 Thread Marty
such properties for a menu. All suggestions welcome. Marty -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environ

[Gambas-user] Fields do not print on report

2014-02-09 Thread Marty
g-nWROjb/pkcs11 - No such directory". I'm using Gambas 3.5 on Ubutu 12.04 LTS. By the way I did look a Fabien's sight but I do not speak French. Maybe some one could suggest a good reference in English. Thanks, Marty --

[Gambas-user] Unable to print fields on report

2014-02-09 Thread Marty
amp; " " & hResult1!First_Name End The height of the reporthbox is set to 1 cm. Other suggestions? Thanks, Marty -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has

[Gambas-user] Unable to print fields on report

2014-02-09 Thread Marty
Did a little more debugging and found that the lblField data event does cycle through the ten records. I can see each one in the console local variables. So it must have to due with the different boxes on the report. Something prevents the displa of the data. Marty

Re: [Gambas-user] how-to execute file or bash script packaged inside gambas

2017-01-28 Thread Marty
ve execute permissions. The error is: /bin/sh:1:/tmp/gambas.1000/3092/1.tmp permission denied What do I change to allow the python programs to run? Is it the project directory? Thanks, Marty -- View this message in context: http://gambas.8142.n7.nabble.com/how-to-execute-file-or-bash-script-packa

Re: [Gambas-user] how-to execute file or bash script packaged inside Gambas

2017-01-28 Thread Marty
suggestion also. All of the files in the project directory have execute permissions set. Where is /tmp/Gambas located? I look at its permissions. Marty From: Jussi Lahtinen [via Gambas] [mailto:ml-node+s8142n5834...@n7.nabble.com] Sent: Saturday, January 28, 2017 12:38 PM To: Marty Subject

Re: [Gambas-user] how-to execute file or bash script packaged inside Gambas

2017-01-29 Thread Marty
les remain after the program exits. I should delete the when the program exits. What should I do to work around the file not found error? Marty From: Jussi Lahtinen [via Gambas] [mailto:ml-node+s8142n58350...@n7.nabble.com] Sent: Saturday, January 28, 2017 4:36 PM To: Marty Subject: Re: ho

Re: [Gambas-user] how-to execute file or bash script packaged inside Gambas

2017-01-29 Thread Marty
Fabien, I’m writing a control program that has one of its parts a window to display the bandspread form a radio receiver. The python program does this well. No need to reinvent the wheel. Hope this answers your question. Marty From: Fabien Bodard-4 [via Gambas] [mailto:ml-node

Re: [Gambas-user] how-to execute file or bash script packaged inside Gambas

2017-01-29 Thread Marty
Jussi, Sounds simple enough. Should the tmp directory be in the user’s home directory? If so is there a way Gambas can “know” the user id in order to create the directory? No, the files do not need to be deleted after each run if not in /tmp/Gambas.1000… Marty From: Jussi Lahtinen

[Gambas-user] Wild cards in filter expressions

2013-08-06 Thread Marty McGlensey
al wildcards are the * and ?. In MySql I have found it to be %. Does Gambas support wildcards in filter strings? If so, what are they? Is there a work around? Thanks, Marty -- Get 100% visibility into Java/.NET code w

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

2013-08-18 Thread Marty McGlensey
I want to use them to leave the FileChooser with a file path or cancel that I can catch with a if / endif. Thanks, Marty -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubles

[Gambas-user] gb.SMTP Errors

2013-08-20 Thread Marty McGlensey
nt. Her account works with no encryption and port 25 in window Outlook but, fails with gb.smpt. Same error 535. See routine below. Dim t$ As String > 15 Dim email As New SmtpClient > 16 > 17 t$ = File.Load("/home/marty/Test.txt") > 18 > 19 With email >

[Gambas-user] Problem with datacontrol font and background

2013-10-03 Thread Marty McGlensey
ally but that has no effect. Why is this happening? Looks like it has to do with the underlying field. I would like to have this field displayed like the others and accept user input to be saved to the datatable. Thanks, Marty --

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

2013-10-12 Thread Marty McGlensey
ating to a specific revision. I've got a lot of work on several projects that I do not want to lose. So maybe you can tell me how to upgrade. I'm also a new linux user. Regards, Marty -Original Message- From: gambas-user-requ...@lists.sourceforge.net [mailto:g

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

2013-11-07 Thread Marty McGlensey
From the last post it seems that I should delete this PPA and go with the Gambas Team's PPA. That raises two questions. Is the version I have now stable or can I expect problems? If I switch PPA's do I have to do a reinstall and if

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

2013-11-19 Thread Marty McGlensey
that seems to run well. That does not mean that I want to continue without upgrading if that will cause problems down the road. Thank you for your advice. Marty -- Shape the Mobile Experience: Free Subscription Sof

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

2014-02-03 Thread Marty McGlensey
iliar with Gambas but not with this component. Did search the net but have not found a step by step approach to report writing. Thanks Marty -- Managing the Performance of Cloud-Based Applications Take advantage of wha

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] Unable to print fields in report

2014-02-10 Thread Marty McGlensey
s not as I would want it. It's much too much. Would like to see each line close to the one above. But, for now this is progress. Thanks for your continued help. Marty -- Managing the Performance of C

[Gambas-user] Continued difficulties using gb.report

2014-02-11 Thread Marty McGlensey
list. The help will be appreciated. Thanks, Marty -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get y