Re: [ql-users] QPC2v2 again

2001-02-09 Thread Marcel Kilgus

P Witte wrote: 
 Help! I just discovered I cant print from QPC2v2!

Please wait for QPCv2.02.

Marcel





Re: [ql-users] QPC2v2 again

2001-02-09 Thread Marcel Kilgus

P Witte wrote: 
 10 a = 0
 20 OPEN#1;'con_0x0'
 30 PAUSE#1; 200
 it zaps QPC.

Cannot reproduce that. OS? Memory settings?

Marcel





Re: [ql-users]GD2 again

2001-02-09 Thread Marcel Kilgus

P Witte wrote: 
 Perhaps youd care to update the manual:

Needs to be done, yes...

Marcel





Re: [ql-users] MinisQL

2001-02-09 Thread Dilwyn Jones


 Time to give up on this one I think until I can get an old level 1
QL
 out of the attic (it's an old QDOS disk so presumably worked at
some
 time!)

You could use a disc editor like wined, search for the filename and
replace the 0 with a valid character.

Marcel

I'll try this - I also wanted to try opening a directory channel and
setting headers ro replace the NUL with a valid character.
Thanks for the suggestion. And I'll get back to you tonight or
tomorrow on the PAR printing problem.

--
Dilwyn Jones
[EMAIL PROTECTED]
http://www.soft.net.uk/dj/index.html





RE: [ql-users] MinisQL

2001-02-09 Thread Norman Dunbar

:o) :o) :o) :o) :o) :o) :o) :o) :o) :o) :o) :o) :o) :o) 

DJ_OPEN_DIR("FLP1_")
FETCH_BYTES(#Chan, 64)
Do changes here
MOVE_POSITION(#Chan, -64)
print #Chan, New 64 bytes header ; -- SEMI-COLON VERY IMPORTANT !!!

from DJToolkit might be of use then !

:o) :o) :o) :o) :o) :o) :o) :o) :o) :o) :o) :o) :o) :o) 

Norman.



Norman Dunbar   EMail:  [EMAIL PROTECTED]
Database/Unix administrator Phone:  0113 289 6265
Lynx Financial Systems Ltd. Fax:0113 201 7265
URL:http://www.LynxFinancialSystems.com



-Original Message-
From: Dilwyn Jones [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 4:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [ql-users] MinisQL


 I'll try this - I also wanted to try opening a directory channel and
 setting headers ro replace the NUL with a valid character.



RE: [ql-users] MinisQL

2001-02-09 Thread Norman Dunbar

Years ago I wrote some toolkit routines when Dilwyn was still trading as
DJC.
I just mentioned them in passing in reply to Dilwyn's message about editing
the directory entries on a floppy he is having problems with.

Norman.



Norman Dunbar   EMail:  [EMAIL PROTECTED]
Database/Unix administrator Phone:  0113 289 6265
Lynx Financial Systems Ltd. Fax:0113 201 7265
URL:http://www.LynxFinancialSystems.com



-Original Message-
From: Claude Mourier 00 [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 4:43 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [ql-users] MinisQL






Re: [ql-users] MinisQL

2001-02-09 Thread Dilwyn Jones

Thank you Norman, will try your suggestion. BTW, the DJToolkit Norman
refers to can be obtained from my Web site (Other Softyware Page).
--
Dilwyn Jones
[EMAIL PROTECTED]
http://www.soft.net.uk/dj/index.html

-Original Message-
From: Norman Dunbar [EMAIL PROTECTED]
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
Date: 09 February 2001 16:47
Subject: RE: [ql-users] MinisQL


Years ago I wrote some toolkit routines when Dilwyn was still trading
as
DJC.
I just mentioned them in passing in reply to Dilwyn's message about
editing
the directory entries on a floppy he is having problems with.

Norman.

-
---

Norman Dunbar EMail: [EMAIL PROTECTED]
Database/Unix administrator Phone: 0113 289 6265
Lynx Financial Systems Ltd. Fax: 0113 201 7265
 URL: http://www.LynxFinancialSystems.com
-
---


-Original Message-
From: Claude Mourier 00 [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 4:43 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [ql-users] MinisQL








Re: [ql-users] QPC2v2 again

2001-02-09 Thread P Witte


Marcel Kilgus writes:

 P Witte wrote:
  10 a = 0
  20 OPEN#1;'con_0x0'
  30 PAUSE#1; 200
  it zaps QPC.

 Cannot reproduce that. OS? Memory settings?

I did mention you had to EX it? The cut-of value is at 2x2; 1x1 and 0x0 both
kill QPC2v2.

M$ Windoze 2000 5.00.2195
AMD Athlon 700MHz
130,544Mb RAM
Plenty of free memory
QPC2v2 is set to 16Mb with about 11 free after boot

Per