Can someone tell me if this is possible?


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by [IP Address: 129.22.247.246] 'Cindy' on August 29, 2001 at 17:52:19 EST:

Hi all,

If I have a push button in the grid(from Record A) and that brings up a seconday panel which user may enter data into Record B.Does Record B need to have corresponding row in the grid or not? Could Record B starts as empty table and grows as user enters data through the panel?

I have a panel with a level 1 grid. On the level 0 I have a selection criteria (say Year and Period) for the user to enter their selections and a 'GO' button to display rows based on the user entered criteria. This works fine until I added the push button which brings up a secondary panel.

The 'GO' button works fine the firt time I changed the criteria and resulting rows displayed in the grid as expected, but if I changed the criteria again and hit the 'GO' button, the following error appeared:
No matching buffer found for level. (15,26)
Error in PeopleCode ScrollSelect Processing. (2,213)

Here is the Peoplecode for the 'Go' button:
ScrollFlush(RECORD.RecordB);
ScrollSelect(1, RECORD.RecordB, RECORD.RecordB, "Where SSN =:1 and FISCAL_YEAR = :2 and ACCOUNTING_PERIOD = :3 order by Base_Acct", SSN, WkRecord.FISCAL_YEAR2, WkRecord.ACCOUNTING_PERIOD2);

Any help would be appreciated.


Cindy


Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]