Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle APEX 19.2 IG Javascript Error TypeError: c is null

mpatzwahlJul 6 2020 — edited Jul 24 2020

Hello,

i want to set Default Values for new IG Rows. with some columns it works on some others i got this error (in JS Console): TypeError: c is null

How can i debug this Problem?

What i did before:

Create Dyn Action (Event: Row Init.) Selection type Col, Region : MyReg, Cols: Col1,Col2,Col3

Then i Create 3 Set Value Actions with Type: Javascript Exp.: $v('MyItem');

also on the problem cols i got the error with: Type: Static Asignment: Value: TEST

The Col ia Text Field and Type Database Col, and PRIMARY KEY

Is this a bug ?

Thanks

Marco

This post has been answered by mpatzwahl on Jul 24 2020
Jump to Answer
Comments
Post Details
Added on Jul 6 2020
10 comments
767 views