Focal Point
[SOLVED]Variables in Site.wfs

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3287011196

February 15, 2019, 10:38 AM
Addy
[SOLVED]Variables in Site.wfs
Hi All,
Is there a document/link that give me a list of all the varaibale that I use in site.wfs I am looking more from WF side and not use defined global variables.

I know the generic ones like:

IBIMR_folder(pass)
IBIMR_fullpath(pass)
IBIMR_user(pass)
IBIMR_domain(pass)

Thanks

This message has been edited. Last edited by: Addy,


WF 8.2.04
Windows/Unix
All Formats
In Focus since 2006
February 15, 2019, 02:03 PM
FP Mod Chuck
Addy

The security manual lists the following.

IBIMR_folder. The folder where the processed report is stored.
IBIMR_fullpath. The complete path for a procedure, including file name and extension.
IBIMR_user. The user ID processing the report request.
IBIMR_domain. The domain HREF where the report being processed is stored.
MR_FULL_FEXNAME. The description given to the report by the developer. This description
is visible to users. When the report is run from the text editor or InfoAssist, the variable is not populated.
MR_ITEM_HANDLE. The file name (also known as the IBFS name) assigned to the report
when it was created. When the report is run from the text editor or the Report Painter tool, the variable is set to ADHOCRQ.

I know you can also pass &IBIMR_pass, &IBIMR_memberof (Security Groups), &FOCSECUSER (Same as IBIMR_user), and &FOCSECGROUP (primary security group)


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
February 15, 2019, 02:25 PM
MartinY
Here some that I know and that I have but I'm pretty that this list is not complete
<set> FOCSECUSER (pass)
<set> FOCSECGROUP (pass)
<set> FOCSECGROUPS (pass)
<set> IBIMR_folder (pass)
<set> IBIMR_fullpath (pass)
<set> IBIMR_user (pass)
<set> IBIMR_domain (pass)
<set> IBIMR_memberof (pass)
<set> IBIWF_language (pass)
<set> IBIF_dbapass_src (pass)
<set> IBIC_user (pass)
<set> IBIC_pass (pass)
<set> IBIC_server (pass)
<set> MR_FULL_FEXNAME (pass)
<set> MR_ITEM_HANDLE (pass)
<set> REMOTE_ADDR = &REMOTE_ADDR (pass)



WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
February 16, 2019, 05:16 AM
Addy
Thanks Guys,
Appreciate your help.


WF 8.2.04
Windows/Unix
All Formats
In Focus since 2006