Options

RUN or RUNMODAL?

EmjuEmju Member Posts: 11
Hello,

I have no idea what the answers to the below questions are.
Could you please explain these issues to me?

1. Report only batch. How do you launch it?
a) report.run
b) report.run(record)
c) report.run(tmpRecord)

2. You need to open form to get information from input of the user.What code?
a) FORM.RUN(formID)
b) Create variable type form and code : VAR.RUN
c) Create variable type form and code : VAR.RUNMODAL
d) FORM.RUNMODAL(formID)
Ans: I think that c). Am I right?

3. How you can run modally a only batch report while middle a transaction:
a) request form not exist
b) request form is run modally
c) report has already data
d) report has already been run once

4. If you want to run a report modally within process of a form, what have you do?
a) variablereport.RUNMODAL.
b) variablereport.RUN.
c) Set ReqFilterFields value.
d) Create Request form.
Ans: I think that a). Am I right?

5. If you want to run a form and the user information will be used to setup more than one table,
what will you do:
a) variableform.RUNMODAL.
b) variableform.RUN.
c) FORM.RUN(FORM::Form_Name,rec).
d) FORM.RUNMODAL(FORM::Form_Name,rec).
Ans: I think that d). Am I right?
--
Tom
Sign In or Register to comment.