Global Parameters For Webspeed

aviovda

New Member
:confused: Hello all.

As a new user of the webspeed product,
I have tried to get global parameters data via this procedure

{mfdeclre.i}
display global_userid /* operating system */
mfguser /* QAD session userid */
.

but i get no results only messages like :

Shared variable global_user_lang_dir has not yet been created. (392)

I appreciate your kind help.

avi o.
 

gcampbell

Member
You need some training on Webspeed .....

You don't use Global parameters in Webspeed. Not in the common sense anyway. What you need to do is create Session variables (typically controlled in a DB table and associated by a SessionID).

Merely including an existing MFG/PRo file into your code isn't going to work.

What exactly are you trying to get to on the Web?
 

aviovda

New Member
Hello and thank you very much for your answer.
As general I have tried to create a bom components list by running a ready-made recurcial procedure "xxbmpk".
in purpose to display the list it creats using a global ssesion id
"mfguser".
 
Top