Search found 72 matches

by gbWilly
Saturday 1st July 2023 3:05pm
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 2502

Re: DataGrid View

I presume you are talking about DataView (part of gb.db.form). So, for example, you have 10 records that need to populate the DataView Normal top down manner of populating the DataView is: Record1 in row1 Record2 in row2 .... Record9 in row9 Record10 in row10 in this order You now want the populatin...
by gbWilly
Saturday 1st July 2023 1:40am
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 2502

Re: DataGrid View

What are you trying to achieve?
Can you give me an example maybe?
by gbWilly
Saturday 1st July 2023 12:57am
Forum: General
Topic: Will Gambas ever integrate SMB so I can store my data on my server?
Replies: 3
Views: 1097

Re: Will Gambas ever integrate SMB so I can store my data on my server?

Now, it is my understanding that it is possible to mount an SMB folder into a local folder so that going to the local folder is really going to the SMB directory. Despite trying and troubleshooting, I have never been able to get this to work, and nobody has been able to help me get it to work I und...
by gbWilly
Tuesday 23rd May 2023 9:28pm
Forum: General
Topic: 3 Issues using Linux Mint 20
Replies: 10
Views: 2359

Re: 3 Issues using Linux Mint 20

Tried to load gambas3 onto a Linux Mint 20 machine and when attempting to launch, just got a small spinning circle for about 10 seconds then nothing. Seems this was a known issue but never incorporated in the latest download. This fixed that problem. sudo apt install gambas3-gb-form-print [this is ...
by gbWilly
Friday 19th May 2023 3:26pm
Forum: The Gambas IDE
Topic: How to run the IDE with QT
Replies: 12
Views: 7787

Re: How to run the IDE with QT

I have discovered that if I run the Gambas IDE with QT5 it solves the problem of not being able to enter text into the Group 'Drop Down List'. I have tried to sort this problem by changing themes and font sizes, with no joy. My question is what is the terminal command that will do this? In terminal...
by gbWilly
Thursday 18th May 2023 4:36pm
Forum: General
Topic: Weird problem with editing code from IDE
Replies: 7
Views: 1559

Re: Weird problem with editing code from IDE [Solved]

Under "EDIT" There is a lock flag ..... that gets me every time :D Nope, it wasn't the lock flag, That was one of the first things I checked. What it was we might never know as I reinstalled LDME, updated all files after install and then installed Gambas3. All works fine now, so I conside...
by gbWilly
Thursday 18th May 2023 1:22pm
Forum: General
Topic: Strange mysql date problem
Replies: 2
Views: 810

Re: Strange mysql date problem

produces:- 27/01/0022 00:00:00 27/01/0022 00:00:00 31/01/0022 00:00:00 31/01/0022 00:00:00 01/12/2021 00:00:00 01/12/2021 00:00:00 01/12/2021 00:00:00 01/12/2021 00:00:00 01/12/2021 00:00:00 01/12/2021 00:00:00 01/12/2021 00:00:00 01/12/2021 00:00:00 The first four records are out of sequence, the ...
by gbWilly
Thursday 18th May 2023 12:22pm
Forum: General
Topic: Weird problem with editing code from IDE
Replies: 7
Views: 1559

Re: Weird problem with editing code from IDE

Hmm. Well I'd try making sure the themes and font sizes match. Too small font or an unfamiliar theme can cause gambas problems. I was thinking about that as well last night, but turns out themes and all are the same on the two systems. For the OS I didn't change themes, fonts or such after install,...
by gbWilly
Wednesday 17th May 2023 4:04pm
Forum: General
Topic: Weird problem with editing code from IDE
Replies: 7
Views: 1559

Re: Weird problem with editing code from IDE

odd, do both systems have same user id? possibly a file ownership issue as it appears to be read-only. can you chown the project files? That was one of the first things I checked and all is okay there. If I go with my file browser to the project source folder I can with a regular text editor open a...
by gbWilly
Wednesday 17th May 2023 12:51pm
Forum: General
Topic: Weird problem with editing code from IDE
Replies: 7
Views: 1559

Weird problem with editing code from IDE

Hi all, I have been playing with LDME (Linux Mint Debian version). Installed it on an old PC and all works fine in Gambas (being 3.15.2) Let's call this System01 Yesterday I installed an old laptop with LDME and also installed Gambas from its repository (being the same 3.15.2) Let's call this system...