Project Code
[WINDEV]
Last Edit: January 30, 2018 the alpha360 team
In every WINDEV application the first code that executes is the Project code.
Here you will find the global variables, the global structures, the connections and the code to connect to the ERP.
Most of the code here is self descriptive and it is also heavily commented and easy to follow - 99% of the code in the project code area is shared by all configuratons [WINDEV and WEBDEV].
The first window opened in the WINDEV implementation, is the WIN_Connect window/procedure.
It is called - manually - in the SP_LoginWIN() procedure - which also loads and activates all the applications, functional areas and procedures of the application.
Here is the code :
// ... Activate Applications and Functional Areas ...
a360_ACTIVATE()
// ... Load all available procedures of the implementation into the Dynamic Arrays .....................
a360_LoadCRM()
a360_LoadINVENTORY()
a360_LoadACCOUNTING()
a360_LoadPURCHASES()
a360_LoadSALES()
a360_LoadPRODUCTION()
a360_LoadDASHBOARDS()
a360_LoadRESOURCES()
a360_LoadADMINISTRATION()
a360_LoadSYSTEM()
next - > Login [WIN]
Copyright 2017/18 - computerplus