Appserver

Adryan

New Member
Hi, guys

Progress 83c, Win 98/ME, WinNT

I need to move a huge program to Appserver.
Let me give you a brief explication of my program.
My program perform mathematical algorithms, create and update so many record and in the declaration section
I have many local variables and some shared ones.
There is a start button that begins the process, it has several internal procedures. I want to segmenting
or move the whole process to Appserver. On the main block I assign some values to the local variables, also
some trigger from fill-in assign values, before the button start is selected.
I want to know, if should I change all my local variables to shared or should I use temp-tambles's. I mean, how should
I develop a procedure, using application servers, that recognize all my variables.
Any of these options will cause to modified the program and I just wonder me if there is a option to avoid all this work.

Thanks for any ideas. If someone could send me a piece of code to figure out what should I do, I'll appreciate.
 
Top