[Ql-Users] Qbase version 1.0

2017-09-22 Thread Daniel Baum via Ql-Users
Hi all, After nearly 20 years, here is version 1.00 of QBase. The (hopefully) full list of changes since the 1998 version is in the README file in the zip. Since v0.99, the only new feature is that the page size and scroll size of the tabular view are now CONFIGurable. Other than that, I have

Re: [Ql-Users] Qbase

2017-09-21 Thread Daniel Baum via Ql-Users
Hi all, That's very good news about QMenu. Anyway, two people have sent me the correct parameters for FILE_SELECT, and I am coming to the conclusion that version 7.66 ignores the file extension and always shows all files in a directory. The same is not true of a version 5 that I also have. The

Re: [Ql-Users] Qbase

2017-09-20 Thread SMSQE via Ql-Users
Cc: Marcel Kilgus <ql-us...@mail.kilgus.net> Subject: Re: [Ql-Users] Qbase Daniel Baum via Ql-Users wrote: > Yes, but if the API has changed from version to version, then it WILL > fail for some users who are using a different version to the one that > I am writing fo

Re: [Ql-Users] Qbase

2017-09-19 Thread Marcel Kilgus via Ql-Users
Daniel Baum via Ql-Users wrote: > Yes, but if the API has changed from version to version, then it WILL fail > for some users who are using a different version to the one that I am > writing for in my program. > > Therefore linking it seems like a good idea. Unfortunately it isn't because it's

Re: [Ql-Users] Qbase

2017-09-19 Thread Wolfgang Lenerz via Ql-Users
Hi, I believe that the Api has remained pretty stable since v. 7. Wolfgang Yes, but if the API has changed from version to version, then it WILL fail for some users who are using a different version to the one that I am writing for in my program. Therefore linking it seems like a good idea.

Re: [Ql-Users] Qbase

2017-09-19 Thread Daniel Baum via Ql-Users
Yes, but if the API has changed from version to version, then it WILL fail for some users who are using a different version to the one that I am writing for in my program. Therefore linking it seems like a good idea. Whatever, I will update the program for the latest version and hope for the

Re: [Ql-Users] Qbase

2017-09-19 Thread Per Witte via Ql-Users
Lots of different programs use Qmenu, so there should be no need to link it in. Its best loaded at boot time. Per On 19 September 2017 at 21:15, Wolfgang Lenerz via Ql-Users < ql-users@lists.q-v-d.com> wrote: > Hi, > > the problem is that these parameters are likely to vary from version to >

Re: [Ql-Users] Qbase

2017-09-19 Thread Wolfgang Lenerz via Ql-Users
Hi, the problem is that these parameters are likely to vary from version to version, as they are offsets into the file... Your best bet is probably to adapt your program to the latest version. Wolfgang A question about QBase and QMenu. The menu extensions are used fairly extensively in

Re: [Ql-Users] Qbase

2017-09-19 Thread Daniel Baum via Ql-Users
Hi all, A question about QBase and QMenu. The menu extensions are used fairly extensively in QBase. However, the program was originally written in 1998 with whatever version of QMenu was current then, and it doesn't seem to work properly with the later version (version 7.66) which is

Re: [Ql-Users] Qbase

2017-09-14 Thread Daniel Baum via Ql-Users
Hi all, Here is the new version of QBase. Changes: - Loads in 512x256 resolution, and is resizable. - May be called with a command-line parameter, e.g. ex flp1_Qbase_obj;'flp1_data_dbs' - Lots of refactoring. The eagle-eyed among you may notice that it's a lot smaller than it was. Tested on

Re: [Ql-Users] Qbase

2017-09-11 Thread Daniel Baum via Ql-Users
Hi Darren, Not yet. The next release will have the 512x256 compatibility, the rescaling, the paging and the command line parameter. The first two are done, the third is working but needs more work, and the last is still to do. Should take a few days. Rgds, D. On Mon, Sep 11, 2017 at 9:29 PM,

Re: [Ql-Users] Qbase

2017-09-11 Thread Darren Branagh via Ql-Users
Hi Daniel, Have you released any of your updates yet? Just wondering if they can be tested. Darren Branagh Sent from My Android Phone. On 10 Sep 2017 23:18, "Bob Spelten via Ql-Users" wrote: > Op Sun, 10 Sep 2017 20:19:22 +0200 schreef Daniel Baum via Ql-Users < >

Re: [Ql-Users] Qbase

2017-09-10 Thread Bob Spelten via Ql-Users
Op Sun, 10 Sep 2017 20:19:22 +0200 schreef Daniel Baum via Ql-Users : One more thing: I should add that limiting the number of displayed records to 1000 works fine, so I could fix the problem by using a paging arrangement. The test _dbs has 3111 records by 6

Re: [Ql-Users] Qbase

2017-09-10 Thread Daniel Baum via Ql-Users
One more thing: I should add that limiting the number of displayed records to 1000 works fine, so I could fix the problem by using a paging arrangement. D. On Sun, Sep 10, 2017 at 9:15 PM, Daniel Baum wrote: > Hello, > > Here are some observations from my first

Re: [Ql-Users] Qbase

2017-09-10 Thread Daniel Baum via Ql-Users
Hello, Here are some observations from my first investigations of what is going on: - The original DIM statement is no_of_fields-1, no_of_records,20. This results in "Dimensional overflow , you can't be serious!". We have obviously hit some kind of internal limit. - Reducing the string length

Re: [Ql-Users] Qbase

2017-09-10 Thread Daniel Baum via Ql-Users
Hi Bob, Since Qbase is essentially untested, other than my own efforts, this is not really surprising. Would it be possible to send me a copy of the database? It would greatly help with debugging to have access to a database that makes the system crash. Rgds, Daniel On Sun, Sep 10, 2017 at

Re: [Ql-Users] Qbase

2017-09-10 Thread Bob Spelten via Ql-Users
Op Sat, 09 Sep 2017 15:06:06 +0200 schreef Daniel Baum via Ql-Users : Hi all, Latest pictures. Qbase is now rescalable. It starts at 512x256: https://www.dropbox.com/s/exexw4s5ppexyi4/qbaseTab512x256.jpg?dl=0 and can get as big as you want:

Re: [Ql-Users] Qbase

2017-09-10 Thread Derek Stewart via Ql-Users
Hi Daniel, Executing a DBS file with Fileinfo2 is really easy to do. I supplied QBASE on the Q60 software distribution, but QBASE v0.9 did not allow passing of the database filename in the command string. IF you can make QBASE open the database file from a command string, this Which would

Re: [Ql-Users] Qbase

2017-09-09 Thread Daniel Baum via Ql-Users
I think the next thing I'm going to add is the ability to be EXecuted with a filename as a command-line parameter. If I understand correctly, this should also mean that you will be able to "execute" a DBS file using QPAC2 and Fileinfo and open it with QBase. D. On Sat, Sep 9, 2017 at 6:22 PM,

Re: [Ql-Users] Qbase

2017-09-09 Thread Daniel Baum via Ql-Users
Hi all, Latest pictures. Qbase is now rescalable. It starts at 512x256: https://www.dropbox.com/s/exexw4s5ppexyi4/qbaseTab512x256.jpg?dl=0 and can get as big as you want: https://www.dropbox.com/s/o9yi56lqms4ppg3/qbaseTabBig.jpg?dl=0 These pictures show the automatic proportional column

Re: [Ql-Users] Qbase

2017-09-05 Thread Daniel Baum via Ql-Users
Thanks Dilwyn. D. On Tue, Sep 5, 2017 at 8:04 PM, Dilwyn Jones via Ql-Users < ql-users@lists.q-v-d.com> wrote: > you can use the system palette :-D >> > Indeed, thanks to the work of the operating system people (Marcel and > Wolfgang), the System Palette makes it easy for programs to follow a

Re: [Ql-Users] Qbase

2017-09-05 Thread Dilwyn Jones via Ql-Users
you can use the system palette :-D Indeed, thanks to the work of the operating system people (Marcel and Wolfgang), the System Palette makes it easy for programs to follow a generic colour scheme for programs, a little bit like Windows themes for example. There's an article about using it

Re: [Ql-Users] Qbase

2017-09-05 Thread Giorgio Garabello via Ql-Users
you can use the system palette :-D 2017-09-05 18:54 GMT+02:00 Daniel Baum via Ql-Users < ql-users@lists.q-v-d.com>: > EasyPtr 4. > > D. > > On Tue, Sep 5, 2017 at 7:51 PM, Giorgio Garabello via Ql-Users < > ql-users@lists.q-v-d.com> wrote: > > > Are you using EASYPTR 3 or 4? > > > > Il 05 set

Re: [Ql-Users] Qbase

2017-09-05 Thread Giorgio Garabello via Ql-Users
Are you using EASYPTR 3 or 4? Il 05 set 2017 18:50, "Giorgio Garabello" ha scritto: > WOW > > Il 05 set 2017 18:48, "Daniel Baum via Ql-Users" > ha scritto: > >> Hi Giorgio, >> >> Here is a screenshot of Qbase running at 512x256 under QPC. >> >>

Re: [Ql-Users] Qbase

2017-09-05 Thread Giorgio Garabello via Ql-Users
WOW Il 05 set 2017 18:48, "Daniel Baum via Ql-Users" ha scritto: > Hi Giorgio, > > Here is a screenshot of Qbase running at 512x256 under QPC. > > https://www.dropbox.com/s/w3nwwsc3q5rakhu/qbase512x256.jpg?dl=0 > > Plenty more to do, but there will be a new version of

Re: [Ql-Users] Qbase

2017-09-05 Thread Daniel Baum via Ql-Users
Hi Giorgio, Here is a screenshot of Qbase running at 512x256 under QPC. https://www.dropbox.com/s/w3nwwsc3q5rakhu/qbase512x256.jpg?dl=0 Plenty more to do, but there will be a new version of QBase eventually. BTW, 512x256 running at full screen on a 28" monitor looks REALLY big :) Regards,

Re: [Ql-Users] Qbase

2017-09-03 Thread Daniel Baum via Ql-Users
Thanks, Sounds like fun :) D. On Sun, Sep 3, 2017 at 9:03 PM, Giorgio Garabello via Ql-Users < ql-users@lists.q-v-d.com> wrote: > oh well... > > 1) a 512x256 menu > 2) columns of different widths > 3) system palette > 4) resizible menu > > :-D > > > 2017-09-03 19:39 GMT+02:00 Derek via

Re: [Ql-Users] Qbase

2017-09-03 Thread Giorgio Garabello via Ql-Users
oh well... 1) a 512x256 menu 2) columns of different widths 3) system palette 4) resizible menu :-D 2017-09-03 19:39 GMT+02:00 Derek via Ql-Users : > > > Hi David, > I produced the Q60 in 2002 and put Qbase on the the software distribution > on all cased Q60

[Ql-Users] Qbase

2017-09-03 Thread Derek via Ql-Users
Hi David, I produced the Q60 in 2002 and put Qbase on the the software distribution on all cased Q60 machines.  Qbase I thought was really good piece of software. Regards, Derek Original message From: Daniel Baum via Ql-Users Date: 03/09/2017