Search found 173 matches

by Quincunxian
Thursday 13th April 2023 12:06pm
Forum: General
Topic: [Solved] SQL Help
Replies: 9
Views: 2568

Re: SQL Help

Hi Andy, I've tested this with a local & remote MySQL database and it worked ok. I could compare two tables and highlight similar fields in the remote table that were in the local one. I added the ability to extract data from either table records in CSV, XML or JSON. ( Not sure about the formatt...
by Quincunxian
Thursday 13th April 2023 4:06am
Forum: General
Topic: [Solved] SQL Help
Replies: 9
Views: 2568

Re: SQL Help

Hi Andy - I dabble a little in DB stuff. From your code, my best guess is that you are trying to use the same connection for both databases and that won't work. You will need to instantiate two connection objects then make a comparison of both. I need to do this for a current project where I need to...
by Quincunxian
Saturday 18th March 2023 1:29am
Forum: Lounge
Topic: Linux Mint Users - Upgrade to 21.1 Vera - FYI
Replies: 6
Views: 5934

Linux Mint Users - Upgrade to 21.1 Vera - FYI

Greetings all - For any Mint users. I opted to upgrade from Mint 20 to Mint 21.1 and the upgrade process asked me to 'downgrade' my current version of Gambas to 'the previous version as it may cause issues'? It would not upgrade until I had resolved this. ( I was on the standard stable version from ...
by Quincunxian
Friday 17th February 2023 10:44pm
Forum: The Gambas IDE
Topic: Editor procedure folding - Not working.
Replies: 4
Views: 7687

Re: Editor procedure folding - Not working.

Thanks Bruce. I feel a little 'less' crazy. Sometimes I think some of the weird stuff that Gambas does (occasionally to very occasionally) is a tribe of gremlins nesting in my code. I've also lost faith in the global search and replace 'Replace All' - Its screwed up my code way too many times. Thank...
by Quincunxian
Sunday 5th February 2023 3:10am
Forum: The Gambas IDE
Topic: Editor procedure folding - Not working.
Replies: 4
Views: 7687

Re: Editor procedure folding - Not working.

Now it's working :roll: Working on my current project and the editor froze. Unable to edit anything but was able to scroll, open new form or class code. Again, I've had this before and the simple solution is to restart Gambas. Once I restarted, the editor was unfrozen and annoyingly, the code foldin...
by Quincunxian
Sunday 5th February 2023 1:13am
Forum: The Gambas IDE
Topic: Editor procedure folding - Not working.
Replies: 4
Views: 7687

Editor procedure folding - Not working.

Installed Gambas on a newly built machine. (Mint 20.3 - Gambas teams PPA ) Everything works but editor 'folding' The folding underlying process is 'working', as if I go to Preferences-Editor-Procedure Folding and turn it off. Any folded pages in a current project are unfolded. Turning it back on and...
by Quincunxian
Monday 23rd January 2023 2:37am
Forum: General
Topic: Hierarchy control mislabelled
Replies: 3
Views: 1554

Re: Hierarchy control mislabelled

Hi Bruce,
Suspected it was a "me" problem - yes they are in fact textlabels.
by Quincunxian
Sunday 22nd January 2023 10:06am
Forum: General
Topic: Hierarchy control mislabelled
Replies: 3
Views: 1554

Hierarchy control mislabelled

I was recently setting some controls hierarchy and noticed that labels are being identified as 'T' instead of 'A' ? Can someone confirm this, as it may be a " me and my computer thingy " ? The correctly identified label at the bottom of the image was one I had added that session. Selection...
by Quincunxian
Saturday 31st December 2022 11:44pm
Forum: Project showcase
Topic: ClearLines
Replies: 1
Views: 4098

Re: ClearLines

Nice one Charlie.
Deceptively simple and rather addictive!
by Quincunxian
Thursday 22nd December 2022 12:04am
Forum: General
Topic: [Solved] Show ETA On a Mysql function
Replies: 6
Views: 1966

Re: Show ETA On a Mysql function

The theory is that in data processes that take a long time, there can be many factors that will effect the actual time taken. The source( Server ) or recipient( Workstation ), may have other background tasks that can take up cycle time and so your solution for an ETC (Estimated time of completion ) ...