Files
roacont/COMUN/utile/hpdf/ReportOutput/reportoutput_locs.h
Marius Mutu 0acdff9647 Initial import of ROACONT (Visual FoxPro accounting app) into git
Migrated from the ROACONT SVN trunk working copy for hosting on gitea.romfast.ro.
2026-07-07 13:16:59 +03:00

13 lines
523 B
C

* locs for REPORTOUTPUT.APP
#DEFINE OUTPUTAPP_APPNAME_LOC "VFP Report Output Application"
#DEFINE OUTPUTAPP_CONFIGTABLEBROWSE_LOC "Output Configuration Table"
#DEFINE OUTPUTAPP_CONFIGTABLEWRONG_LOC "Configuration table specified to " + ;
OUTPUTAPP_APPNAME_LOC + CHR(13) + ;
"is not found or is in the wrong format."
#DEFINE OUTPUTAPP_UNKNOWN_ERROR_LOC "An unknown error has occurred in " + OUTPUTAPP_APPNAME_LOC