How to access global variables defined in {mfdtitle.i} in webspeed.

pavanms

New Member
Hi all,

I am trying to creata a webspeed application.

when i try to use {mfdtitle.i} the server throws me an error.

Please let me know how do I access all global variables.

Thanks in Advance.

Pavan.
 

mosfin

Member
{mfdtitle.i} is used in non-Webspeed clients : CHUI,GUI,NETUI
in Webspeed you build your own global variables (that may be declared by include file used by all webscripts)
suited for your application
 
Top