1
7/18/2019 Form Errors http://slidepdf.com/reader/full/form-errors 1/1 frm-41032: Cannot set ENABLED attribute of current item XXSAMPLE.NAME FRM-41047: Cannot navigate out of current block in enter query mode. FRM-41009: Function key not allowed.Press ctrl+k for list of valid keys. create internal order --prog for creating an order(destination ou ) begin go_block('xxsample'); insert_record; commit_form; end;

Form Errors

Embed Size (px)

DESCRIPTION

Form Errors

Citation preview

Page 1: Form Errors

7/18/2019 Form Errors

http://slidepdf.com/reader/full/form-errors 1/1

frm-41032: Cannot set ENABLED attribute of current item XXSAMPLE.NAME

FRM-41047: Cannot navigate out of current block in enter query mode.

FRM-41009: Function key not allowed.Press ctrl+k for list of valid keys.

create internal order --prog for creating an order(destination ou )

begingo_block('xxsample');insert_record;commit_form;end;