PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

How can I fill a grid using push button

edited Sep 13, 2018 5:04AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered

Hi

I need to fill a grid with a button, first I fill 4 edit boxes and then I click on the button. the button makes an operation and must fill the grid, when the grid is complete I click in save.

This is my exercise.


This should be the result.

I am reading in internet but I cant find the solution

This is my peoplecode.

Local Rowset &RS_lv1;

&RS_lv1 = GetLevel0().GetRow(1).GetRowset(Scroll.CAP_PRESEST_TBL);

&prestamo_id = CAP_PRESEST_TBL.CAP_PRESTAMO_ID.Value;

&monto_prestamo = CAP_PRESEST_TBL.CAP_MONTO_PRESTAMO.Value;

&total_cuotas = CAP_PRESEST_TBL.CAP_CUOTAS.Value;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center