Tech Tip: How to access variables stored on the Server side
PRODUCT: 4D Server | VERSION: 2004 | PLATFORM: Mac & Win
Published On: January 17, 2007
If you need to retrieve the contents of some global variables in a stored procedure from 4D Client, you need to know the process number of that stored procedure on the server and use the GET PROCESS VARIABLE or VARIABLE TO VARIABLE commands to retrieve those values. To access to those variables, pass the process number as negative value.