|
|
|
|
|
iEndReport (Function) In french: iFinEtat Forces the report print to stop. The page footer and the "end of document" block are printed. Note: This function can only be used with reports created using the report editor.
GLOBAL
gfnIDFichier is int = 0
LOCAL
sFichierTexte is string = fCurrentDir() + "\Etats\Produit.txt"
gfnIDFichier = fOpen(sFichierTexte, foRead)
IF gfnIDFichier = -1 THEN
Error(ErrorInfo())
iEndReport()
END
IF MySelf..Source.NomClient = "MOULIN" THEN
iEndReport()
END
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|