arghh, the dreaded Record has been changed since you found it.
Richard Witkopp
RWitkopp at phxa.com
Thu Jan 21 20:35:02 CST 2010
I'm getting this error in QTP. I could have sworn I've used this structure
before to dodge it.
The T_ variables are global temps.
I'm getting the error on invest_cur_book. I know that investment is getting
updated because investment_status is getting updated. Fund_#, investment_#
are unique in each file.
I cannot just put the if condition for t_batch_ap_ad on the item statement
for invest_cur_book because it's actually a lot more complex than this and
I've cut it down for brevity. I pretty much need two separate outputs for
the investment file.
8.40.E on VMS.
Pseudo-code:
ACCESS BATCH_DTL &
LINK FUND_# OF BATCH_DTL, &
INVESTMENT_# OF BATCH_DTL &
TO FUND_#, &
INVESTMENT_# OF INVESTMENT &
LINK FUND_# OF INVESTMENT, &
INVESTMENT_# OF INVESTMENT &
VIAIND SUBSCRIPTION TO *SF$INFO &
CHOOSE BATCH_# SYSTEM SYM "T_BATCH_NBR"
OUTPUT INVESTMENT UPDATE &
IF T_BATCH_AP_AD = "N"
ITEM INVESTMENT_STATUS OF INVESTMENT = &
"1" &
IF T_DO_ESCROW = "Y" &
ELSE "E"
OUTPUT INVESTMENT UPDATE &
ALIAS INVEST_CUR_BOOK &
VIA FUND_# OF INVEST_CUR_BOOK, &
INVESTMENT_# OF INVEST_CUR_BOOK &
USING FUND_# OF BATCH_DTL, &
INVESTMENT_# OF BATCH_DTL &
IF T_DO_ESCROW = "Y"
ITEM CUR_BOOK_VALUE OF INVEST_CUR_BOOK FINAL &
TOT_CAP_DTL OF SF$INFO
NOTICE: The information contained in this e-mail and any attachments is
confidential and may be privileged or otherwise protected from disclosure.
This e-mail is intended solely for the use of the named addressee. Any other
use, printing, copying, disclosure or dissemination may be subject to legal
restriction. If you are not the intended recipient, please contact the
sender and delete all copies including any attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20100121/3b5b0d8a/attachment.htm
More information about the powerh-l
mailing list