Hi,
If have the program defined without parameter call and inputRecord, this program is a Main ou Called program ?
program XXPROG type TextUIProgram
{includeReferencedFunctions = yes, allowUnqualifiedItemReferences = yes, throwNrfEofExceptions = yes,
handleHardIOErrors = no, V60ExceptionCompatibility = yes, I4GLItemsNullable = no, textLiteralDefaultIsString = no,
localSQLScope = yes, segmented = yes}
or I need add () no parameter to Called program
program XXPROG type TextUIProgram()
{includeReferencedFunctions = yes, allowUnqualifiedItemReferences = yes, throwNrfEofExceptions = yes,
handleHardIOErrors = no, V60ExceptionCompatibility = yes, I4GLItemsNullable = no, textLiteralDefaultIsString = no,
localSQLScope = yes, segmented = yes}
Thanks !
Hsieh