InsertGridBufferRow

dmcmillian

Member
Has anyone used this before and if so can they shed some general instructions on its use. I need to process several grid rows and then insert a new one and thought this Grid System Function may be used for that. Thanks for the help.
 
Danny,

Your questions are probably answered in the JDE/PeopleSoft/Oracle help. In our figuration the help file is called JDEAPIS.hlp.

Here is what it has on InsertGridBufferRow:

InsertGridBufferRow takes the grid buffer values and inserts a grid row in the specified location. After the grid row is inserted, the row will receive focus on update grid.

Parameters

Parameter Description I/O Required Notes
Grid Specify grid to be used
Row Specify row location for insert
Selectable? Yes/No - With this line highlighted, does Select work?
Protected? Yes/No - Can this line be edited?
Updateable? Yes/No - Should the Update/Add events be executed for this row?
Deletable? Yes/No - If this row is highlighted, does Delete work?
Clear After? Yes/No - When the operation is complete, should the GBs be
cleared of their values?

Return Values

Return Value Description
None This does not return a value
 
Thanks very much Peter.

peterbruce <[email protected]> wrote:Danny,

Your questions are probably answered in the JDE/PeopleSoft/Oracle help. In our figuration the help file is called JDEAPIS.hlp.

Here is what it has on InsertGridBufferRow:

InsertGridBufferRow takes the grid buffer values and inserts a grid row in the specified location. After the grid row is inserted, the row will receive focus on update grid.

Parameters

Parameter Description I/O Required Notes
Grid Specify grid to be used
Row Specify row location for insert
Selectable? Yes/No - With this line highlighted, does Select work?
Protected? Yes/No - Can this line be edited?
Updateable? Yes/No - Should the Update/Add events be executed for this row?
Deletable? Yes/No - If this row is highlighted, does Delete work?
Clear After? Yes/No - When the operation is complete, should the GBs be
cleared of their values! ?

Return Values

Return Value Description
None This does not return a value
Thanks, Peter PeopleSoft EnterpriseOne (JDE OneWorld) Xe B7333 Update 6 SP23, Enterprise Server RS600 AIX running Oracle Database, HTML, Portal, using Websphere 4 on Intel/Windows 2000
 
Back
Top