NO.PAGE option during Compile

0 views
Skip to first unread message

Steve Trimble

unread,
Apr 28, 2008, 10:37:02 PM4/28/08
to OpenQM
for a program update, i don't want my customers to have to answer the
pagination prompt that automatically appears.

my paragraph:

ED MD COMPILE.PROGRAMS
PA
SELECT RBB.PGMS <> "$BASIC.OPTION"
SELECT RBB.PGMS <> "RBB.COMMON.LINES"
BASIC RBB.PGMS

so, I have to do this in my code:

HOLD.DEPTH = @CRTHIGH
EXECUTE \TERM ,32000\
EXECUTE \COMPILE.PROGRAMS\
EXECUTE \TERM ,\:HOLD.DEPTH

you'd think BASIC.RBB.PGMS NO.PAGE would work, but nooooo - it won't.

also, how come you can't do this:

SELECT RBB.PGMS <> "$BASIC.OPTIONS""RBB.COMMON.LINES"

doesn't work for me.

just fyi - this is OpenQM commercial version on Windows - version
2.6-12

i'm still being amazed at some of the great things QM can do and some
of the even sillier things it wouldn't do. course remember, i'm an old
Mentor, mvBASE, AP/PRO, D3, Reality, Ultimate fart.

Doug Dumitru

unread,
Apr 28, 2008, 11:05:24 PM4/28/08
to Ope...@googlegroups.com
Steve Trimble wrote:
> for a program update, i don't want my customers to have to answer the
> pagination prompt that automatically appears.

I agree with Steve that BASIC should not paginate. Then again, I think
universe paginates basic compiles, but it is broken over there as well.

> my paragraph:
>
> ED MD COMPILE.PROGRAMS
> PA
> SELECT RBB.PGMS <> "$BASIC.OPTION"
> SELECT RBB.PGMS <> "RBB.COMMON.LINES"
> BASIC RBB.PGMS
>
> so, I have to do this in my code:
>
> HOLD.DEPTH = @CRTHIGH
> EXECUTE \TERM ,32000\
> EXECUTE \COMPILE.PROGRAMS\
> EXECUTE \TERM ,\:HOLD.DEPTH
>
> you'd think BASIC.RBB.PGMS NO.PAGE would work, but nooooo - it won't.
>
> also, how come you can't do this:
>
> SELECT RBB.PGMS <> "$BASIC.OPTIONS""RBB.COMMON.LINES"

You can:

SELECT BRR.PGMS WITH @ID <> "$BASIC.OPTIONS" AND WITH @ID <>
"RBB.COMMON.LINES"

Doug Dumitru

Martin Phillips

unread,
Apr 29, 2008, 3:48:04 AM4/29/08
to OpenQM
Hi Steve,

I will look into the pagination issue today and get back to you.


> SELECT RBB.PGMS <> "$BASIC.OPTIONS""RBB.COMMON.LINES"
> doesn't work for me.

Remember that this is a short form for
SELECT RBB.PGMS @ID <> "$BASIC.OPTIONS" OR @ID <> "RBB.COMMON.LINES"

This will therefore select everything.


Martin Phillips, Ladybridge Systems

Martin Phillips

unread,
Apr 29, 2008, 12:20:38 PM4/29/08
to OpenQM
The promised update....

QM 2.6-12 will support the NO.PAGE option in teh BASIC command. You
will also be able to supply this via the $BASIC.OPTIONS record.

After a long delay, we hope to release 2.6-12 on Friday or early next
week.


Martin Phillips, Ladybridge Systems

CDMI - Steve Trimble

unread,
Apr 29, 2008, 1:53:45 PM4/29/08
to Ope...@googlegroups.com
thanks muchly sir Martin!
 
Steve Trimble
Computerized Data Mgmt Inc
PO Box 13403
Maumelle, AR 72113
(501) 803-0974 09:00am - 6:00pm CST
 
Home of self defense products: http://www.protecturself.com

Dick Thiot

unread,
Apr 30, 2008, 6:49:16 AM4/30/08
to Ope...@googlegroups.com
Get that kind of support anywhere else!  OpenQM is AMAZING!!
 
D.T.O.

Dick Thiot

unread,
Apr 30, 2008, 6:59:01 AM4/30/08
to Ope...@googlegroups.com
I should have said IMPRESSIVE.
Reply all
Reply to author
Forward
0 new messages