3GL Procedure and Database Procedure Properties
Note: The only property you can set for a database procedure is its Remark.
3GL procedures have the following properties:
Library Name
Defines the location where the library is located. When you click Browse, a standard File Selection dialog appears. The StripPath option strips the path from the library name.
Return Value Data Type
Specifies the data type of the value returned by the procedure:
• None
• Varchar
• Smallint
• Integer
• Float
• Money
• Date
Language
Specifies the language in which the 3GL procedure is written:
• C
• PASCAL
• C_PASCAL