单选题You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this recor
题目内容(请给出正确答案)
单选题
You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()
A
All forms in the application.
B
Any forms opened by the user who initiated the record group.
C
Only the form issuing the CREATE_GROUP built-in.
D
Any forms referenced by the form that contains the procedure.