Search found 77 matches

by JonS
Wed Feb 12, 2014 5:22 pm
Forum: Wanted
Topic: Wanted: DataDesign for QDOS
Replies: 7
Views: 4960

Re: Wanted: DataDesign for QDOS

No, I don't think so. The SBASIC commands are completely different from DBAS ones.
by JonS
Tue Feb 11, 2014 9:29 pm
Forum: Wanted
Topic: Wanted: DataDesign for QDOS
Replies: 7
Views: 4960

Re: Wanted: DataDesign for QDOS

No, though I did check my old hard disc and found the details from when I sold all my old QL stuff many years ago. Just wish I hadn't now, but it has made me look at using the DBAS engine instead, so it's not all bad news!
by JonS
Tue Dec 24, 2013 5:53 pm
Forum: Software & Programming
Topic: EasyPTR queestion
Replies: 0
Views: 1723

EasyPTR queestion

Hi, I'm having a little problem with a program I am developing. It has two application windows containing various different menus depending on the context. When changing the context, I do a MAWCLEAR#channel,appw followed by a new MAWDRAW statement for the new application window menu. This seems to r...
by JonS
Sun Nov 10, 2013 4:13 pm
Forum: Wanted
Topic: Wanted: DataDesign for QDOS
Replies: 7
Views: 4960

Re: Wanted: DataDesign for QDOS

Yes, I think there were one or two versions released before PROWESS was released
by JonS
Fri Nov 08, 2013 5:19 pm
Forum: Wanted
Topic: Wanted: DataDesign for QDOS
Replies: 7
Views: 4960

Wanted: DataDesign for QDOS

I'm looking for a copy of the ORIGINAL DataDesign for QDOS, i.e. NOT the PRowess version.
by JonS
Thu Oct 31, 2013 5:42 pm
Forum: Software & Programming
Topic: DataDesign SBASIC interface
Replies: 3
Views: 2407

Re: DataDesign SBASIC interface

I'm not sure the engine can be accessed from SBASIC, as no new keywords appear to be added when you load engine_rext.
by JonS
Wed Oct 30, 2013 12:35 pm
Forum: Software & Programming
Topic: DataDesign SBASIC interface
Replies: 3
Views: 2407

DataDesign SBASIC interface

I was looking at the PROGS download site and noticed that the DataDesign engine is freely available now. However, there doesn't appear to be a file for the SBASIC extensions. Is this available or has it not been released into the PD?
by JonS
Fri Sep 27, 2013 6:13 pm
Forum: Software & Programming
Topic: WM_BLOCK and QLIB
Replies: 3
Views: 2552

Re: WM_BLOCK and QLIB

It's not the dummy parameter, as I have tried that...I think the menuc% variable must be getting corrupted as suggested....will continue investigating.

Thanks
by JonS
Fri Sep 27, 2013 12:18 pm
Forum: Software & Programming
Topic: WM_BLOCK and QLIB
Replies: 3
Views: 2552

WM_BLOCK and QLIB

The follow code works okay is SBASIC MWINDOW#menuc%,3! : REMark Set window area over info window 3 WM_BLOCK#menuc%,20,4,0,0,4 When compiled with QLIB it fails with 'invalid parameter'. The information window is 652x4, so the block will fit in it. Is there some sort of compatibility issue with WM_BLO...
by JonS
Mon Sep 23, 2013 11:03 pm
Forum: Software & Programming
Topic: EasyPTR question
Replies: 4
Views: 2846

Re: EasyPTR question

Clearly I'm doing something wrong. My code has the position set as follows: 2260 IF Q_MYJOB THEN 2270 MDRAW#drop%,"EZPFILES",14,50 2280 ELSE 2290 MDRAW#drop%,win1_dev_ezpfiles_men,14,50 2300 END IF The menu has been saved with FIXED selected and appended to the relevant appman file and pic...