WebSpeed - Accessing MFGPRO Gobal variables.

Posted by Admin on 12-Apr-2010 02:43

Hi All,

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

          {mfdeclre.i}
          display global_domain.

    

     It gives me this error:

     ** "mfdeclre.i" was not found. (293)

     ** Unknown Field or Variable name - global_domain. (201)


     Unable to run Web object 'webtools/edtscrpt.w'

     Can u please guide me how to include this functionality in to the webspeed application I am developing now.

     Thanks in Advance...

Cheers,

Pavan

All Replies

Posted by kevin_saunders on 12-Apr-2010 03:16

It is not enough that the include (mfdeclre.i) is in your development PROPATH, it needs to be in the PROPATH of the WebSpeed agent too, or it needs to be pathed in the code so that thew WebSpeed agent can find it during the compile..

This thread is closed