Description
Create a new database instance in the class temp-tables. Existing contents of the class temp-tables will be discarded.
Parameters
oiReturnStatus | output | integer | |
Internal usage
BLF
QadFinancials
program code (program1/database.p)
<M-3 run ClearData (Output viFcReturnSuper (oiReturnStatus)) in database>
if viFcReturnSuper <> 0
then oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then return.
if not vcFcComponentName begins "BCustom["
then do:
<I-2 {bFcRun
&PARAMETERS = "output oiReturnStatus"
&PROCEDURE = "gipr_DataNew"}>
end.