[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



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