|
|
|
|
|
iCloseReport (Function) In french: iFermeEtat Stops printing the current report immediately. The WLanguage code after the call to the function is run. This function must be used in one of the report processes. Note This function can only be used to process reports created with the report editor.
IF MySelf..Source.NomClient = "MOULIN" THEN
iCloseReport()
END
Remarks To avoid running the WLanguage code after iCloseReport, use the RETURN keyword, for example. Example: IF TraitementFini() = True THEN
iCloseReport()
RETURN
END
Info("Coucou")
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|