KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Compiler_Web may call subroutines
PRODUCT: 4D | VERSION: | PLATFORM: Mac & Win
Published On: January 22, 2004

Compatibility: Version 6.8.x and later

The 4th Dimension Web server passes requests starting with 4DACTION, 4DCGI or 4DSOAP (Web Services) to customized code for handling. In each case, the Compiler_Web project method should declare each process variable and array used as HTML form or SOAP inputs. It is not necessary, however, for the declarations to be placed directly within Compiler_Web. The declarations may be placed in any routine or series of routines called by Compiler_Web. This behavior enables developers to both organize compiler declarations as they wish while taking advantage of the benefits of Compiler_Web.