Purpose of mfquoter.i

PRG

New Member
Can anyone explain the purpose of mfquoter.i?

I'm guessing that it's for removing quotes. Can anyone give a clear or simple explanation of this include file?
 
Can anyone explain the purpose of mfquoter.i?

I'm guessing that it's for removing quotes. Can anyone give a clear or simple explanation of this include file?

from what i remember, it's used to create batch runs


when mfselbpr.i, not mfselprt.i is included

users can schedule batch runs, by selecting batch id, instead of running the report.

mfquoter.i is used to get the report parameters/field values.

mfquoter.i without mfselbpr.i is redundant.


but i don't know if this solution is still being used. for one you could get the field values dynamically. hth
 
Back
Top