Search found 19 matches

by Ham13
Friday 10th February 2023 7:52pm
Forum: General
Topic: Trouble with the debugger in 3.18
Replies: 5
Views: 1603

Re: Trouble with the debugger in 3.18

Thanks, Bruce. I knew it had to be something with the debugger. Got it fixed now.

Regards,
Marty
by Ham13
Thursday 9th February 2023 8:45pm
Forum: General
Topic: Trouble with the debugger in 3.18
Replies: 5
Views: 1603

Re: Trouble with the debugger in 3.18

Bruce,

Thank you for your reponse!. The picture is the correct one. The two I get are the one I posted and one refering to gb.form.
I'll take a look at the reported bug and see if that solves my problem.

Thanks
by Ham13
Thursday 9th February 2023 6:43pm
Forum: General
Topic: Trouble with the debugger in 3.18
Replies: 5
Views: 1603

Trouble with the debugger in 3.18

Hello, I have Gambas running in VirtualBox 7 on a Windows 10 PC. I recently upgraded Gambas from 3.17 to 3.18. No I have a problem with the debugger. The problem occurs with the ComboBox and the FileChooser. I have used these controls before with no problems. Now the code below , Produces the attach...
by Ham13
Tuesday 17th January 2023 8:21pm
Forum: General
Topic: Should I update all forms after update to 3.18
Replies: 2
Views: 1368

Re: Should I update all forms after update to 3.18

The error was due to programing. re-did script and error gone.

However I would like to know if it is good practice to update forms after a major update?

Thanks
by Ham13
Tuesday 17th January 2023 4:52pm
Forum: General
Topic: Should I update all forms after update to 3.18
Replies: 2
Views: 1368

Should I update all forms after update to 3.18

Hello, I just updated Gambas to 3.18. Should I run the "Update all forms" menu option after the update. I'm having problems with the line "DirChooser.Visible = True". when executed in the debugger I get a message looking for the project conaining gb.form. dirchooser - unknown in ...
by Ham13
Saturday 10th December 2022 9:12pm
Forum: General
Topic: Pass a class to a variable
Replies: 11
Views: 3250

Re: Pass a class to a variable

I tried a new tack. The object is to get a sequential list of data records so that the record's position in the list is equivalent to the record number. The class is the method used to generate this list. So why not make a collection from the list and pass the collection to the other form? In that w...
by Ham13
Wednesday 7th December 2022 2:41pm
Forum: General
Topic: Pass a class to a variable
Replies: 11
Views: 3250

Re: Pass a class to a variable

Thank you for the example. Unfortunately it does not answer the question. I need to know which class was used on the first form to sort the database in order to use the same class to sort the database on the second form.

Thanks
by Ham13
Tuesday 6th December 2022 3:06pm
Forum: General
Topic: Pass a class to a variable
Replies: 11
Views: 3250

Re: Pass a class to a variable

First let me say I am grateful for all of your responses. I'll try to explain what I want to do again. 1) I have several classes that organize data based on a key. 2) The key field is different for each data table 3) the main form uses class to organize the data so we know the record order and can m...
by Ham13
Monday 5th December 2022 8:24pm
Forum: General
Topic: Pass a class to a variable
Replies: 11
Views: 3250

Pass a class to a variable

Hello, I have a project that uses a class to pass data back to a from and load data based on the class index = record number. The problem is that there are several classes. One for each datatable. I want to create one form that will use any one of the classes to locate data. I would like to pass the...
by Ham13
Thursday 15th September 2022 2:02pm
Forum: Component
Topic: Help with gb.report2
Replies: 5
Views: 5563

Re: Help with gb.report2

Bruce, Thank you for your response. I will check out the articles you suggested. I am working with the report controls not the standard gambas ones. I copied a lot from the last example from Voutt. I managed to get the data and assign it to reportlabels as text but nothing shows on the report. I mus...