[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Error adding subrecord to PS_JOB
- Subject: Re: Error adding subrecord to PS_JOB
- From: Steffon Johnson <SJohn22151@AOL.COM>
- Date: Wed, 7 Jul 1999 06:25:21 EDT
Dear Zubin, you may want to check the fields on the subrecord that you added
for any RowInit and/or RowSelect PeopleCode that is not encapsulated by
%Panel and/or %PanelGroup. That is, unless your code reads ...
...If %Panel = PANEL.YOURPANEL, etc you might have envoked code that should
fire elsewhere.
Additioanlly, the error message "Invalid parameter 1 for CurrentRowNumber
function" suggests that the function CurrentRowNumber() is not used correctly.
Trace the code via App Reviewer.
HTH,
Steffon