[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Questions
- Subject: Re: Questions
- From: Russ Wulfson <rwulfson@BOST.COM>
- Date: Wed, 10 Oct 2001 07:49:57 -0600
Pavan -
As much as I would like to keep sending you code snippets, I really don't
have the time. But this might still help.
Is there a date field in any of the tables your pulling from that tells you
if its today's data , yesterday's data, etc.? If so, remove the second and
third set of currency codes and balance amounts and put them each into
their own procedure and selects and pass them to variables. Call these
procedures from within the original Begin-Select within the procedure
Begin-Program. Then use the print command in your Begin-Program to print
out all the data.
Russ