[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: [sqr-users] Formatting in sqr (bold and italics)
- Subject: Re: [sqr-users] Formatting in sqr (bold and italics)
- From: harriaj@NU.COM
- Date: Wed, 8 Dec 2004 12:09:33 -0500
- Delivery-date: Wed, 08 Dec 2004 12:10:41 -0500
- In-reply-to: <20041208103254.21802.qmail@webmail31.rediffmail.com>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
> if $flag = 'Y'
> #include 'Acknowledgement.txt'
> end-if
> #include 'Decline.txt'
Bzzzzt! This code will include both the Acknowledgement.txt and
Decline.txt.
The if statement will do nothing. Why? The #include statement is a
compile-
time statement. The if statement is run-time. The includes will happen
before
SQR ever looks at whether $flag = Y.
You will need to re-work how you change from the Acknowledgement message
to the Decline message.
Andrew :)
Reporting Hero
X 3523
**********************************************************************
This e-mail, including any files or attachments transmitted with it, is
confidential and intended for a specific purpose and for use only by the
individual or entity to whom it is addressed. Any disclosure, copying or
distribution of this e-mail or the taking of any action based on its contents,
other than for its intended purpose, is strictly prohibited. If you have
received this e-mail in error, please notify the sender immediately and delete
it from your system. Any views or opinions expressed in this e-mail are not
necessarily those of Northeast Utilities, its subsidiaries and affiliates (NU).
E-mail transmission cannot be guaranteed to be error-free or secure or free
from viruses, and NU disclaims all liability for any resulting damage, errors,
or omissions.
**********************************************************************
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users