cancel
Showing results for 
Search instead for 
Did you mean: 

problem with updating the grid with nwe values

Former Member
0 Kudos

hello, i have a screen with a grid, when the user double-click in a line of grid appears another page. in this page the user sees the values of selected line and could change with new values but when i press the "confirm button" show to me this error.

"document.grd_ScrapList is null or not an object"

i have my function like this: http://img18.imageshack.us/img18/4800/updatescrap.jpg

regards

Mário

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello, its a little weird because if i omit

document.grd_ScrapList.updateGrid(true);

the update is made in database...but when return to the main page the grid isnt updated with new values

someone knows why this error appears?...what im doing wrong?

regards

Mário

jcgood25
Active Contributor
0 Kudos

If your popup page only has the input text form fields then the iGrid does not exist.

You will need to call it with: opener.document.grd_ScrapList.updateGrid(true);

Answers (0)