Search found 363 matches

by AndyGable
Thursday 13th July 2023 7:38pm
Forum: General
Topic: [Sloved] Migrating from 3.15 to 3.18 Problems
Replies: 20
Views: 2818

Re: Migrating from 3.15 to 3.18 Problems

I just noticed I do not have qt5 installed on the 64bit machine and I can not find a way to install it

does anyone know how I can install qt5?
by AndyGable
Thursday 13th July 2023 7:16pm
Forum: General
Topic: [Sloved] Migrating from 3.15 to 3.18 Problems
Replies: 20
Views: 2818

Re: Migrating from 3.15 to 3.18 Problems

System informtion Request the only differance between the machines is one is a 32 bit install the other is a 64bit install BUT this is the same when I installed 3.18.0 on my 32 bit machine (I have gone back to the 3.15.2 that is in the normal apt install at the moment) Development PC [System] Gambas...
by AndyGable
Thursday 13th July 2023 4:20pm
Forum: General
Topic: [Sloved] Migrating from 3.15 to 3.18 Problems
Replies: 20
Views: 2818

Re: Migrating from 3.15 to 3.18 Problems

Public Sub Form_KeyPress() Select Case Key.Code Case Global.Key_SignOn ' lower case A frmbackground.Workspace1.CloseAll frmbackground.Workspace1.Add(FrmSignOn, 0) Case Global.Key_PriceCheck frmPriceCheck_1.labCallingForm.Text = "frmSignedOff" frmbackground.Workspace1.CloseAll frmbackgroun...
by AndyGable
Wednesday 12th July 2023 6:06pm
Forum: General
Topic: [Sloved] Migrating from 3.15 to 3.18 Problems
Replies: 20
Views: 2818

Re: Migrating from 3.15 to 3.18 Problems

Hi Cogier, Sorry for the delay i was trying what you (Had to wait to get into the office to try this) said and this is what I found If I have a textbox on the screen then the Program will respond to keyboard input but if it is via the form Keypress it does not respond I have even tried to capture th...
by AndyGable
Sunday 9th July 2023 5:25pm
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 2183

Re: DataGrid View

I my example I add the data with some buttons (each giving a different article), but data can come from a table with articles as well if needed, that is all up to you. And when working with tables you can use TableView (based on GridView) so works the same. But, it is possible to start filling a Gr...
by AndyGable
Sunday 9th July 2023 5:23pm
Forum: General
Topic: [Sloved] Migrating from 3.15 to 3.18 Problems
Replies: 20
Views: 2818

[Sloved] Migrating from 3.15 to 3.18 Problems

Hi Everyone Not sure if I am doingh something wrong but I am having a problem I am trying to update from 3.15 to 3.18 on Debian (from the back port) but when I do i get a issue where NON of my key input works in 3.15 I can set focus to the form with in a workspace and it works fine but in 3.18 the f...
by AndyGable
Saturday 1st July 2023 11:04pm
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 2183

Re: DataGrid View

ok so this is what I am having at the moment https://algpos.co.uk/gambas/NPoSScreenshot.png I would like the items to list From the bottom and not from the top so it would look a little like this https://algpos.co.uk/gambas/NPoSScreenshot_2.png This is the code I am using the create the grid frmSale...
by AndyGable
Saturday 1st July 2023 4:16pm
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 2183

Re: DataGrid View

What I would like is the first item to show at the bottom and then the second to show underneath that and have them move up the screen.

I want this as it is part of my EPoS application
by AndyGable
Saturday 1st July 2023 1:18pm
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 2183

Re: DataGrid View

Sorry guys I did not notice I spelt that wrong.

Basically I just want the list of things to start at the bottom and move up instead of at the top and move down.
by AndyGable
Monday 19th June 2023 2:20am
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 2183

[Solved] DataGrid View

Hi All,

Does anyone know If I can list items from the bottom of a Data grid up?

Do I need to add blank spaces in and remove them or can the data grid be set to display from the bottom of the grid?