Author Topic: Folder Description on Webi 1.0.4  (Read 2558 times)

DDP021

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
Folder Description on Webi 1.0.4
« on: February 10, 2015, 06:33:26 AM »
We are being asked by our users if the Folder DESCRIPTIONS can be displayed on CMOD Webi 1.0.4....We found documentation on IBM's website where it indicates to change the FOLDERDESC parameter to 1 from 0...It's under the ARSWWW.INI Folder under the DEFAULT BROWSER section...But when we changed that option, descriptions still aren't being displayed to the right of the folder names...The will be displayed if you hover over the Folder name itself...

Here is what the arswww.ini looks like after change:

;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Default Browser    ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;

[default browser]
FolderDesc=1
ODApplet.version=2
AfpViewing=plugin
LineViewing=applet
EmailViewing=html
MetaViewing=native
NoLinks=0
ViewNotes=0
AddNotes=0
ServerPrint=0
ServerPrinters=P
AutoDocRetrieval=0
MaxHits=200
ShowDocLocation=0
EncryptCookies=0
EncryptURL=0

here is what the IBM documentation shows to do

FOLDERDESC

Specifies whether the folder description is displayed to the right of the folder name on the folder selection page. The default value is 0 (zero), meaning that the folder description will not be displayed. Specify 1 (one) to display the folder description. If this parameter is not specified or if the value is not defined or recognized, the folder description will not be displayed.

This parameter has a global scope, unless overridden in a browser section (see [browser]). You specify this parameter only once in the DEFAULT BROWSER section.

This parameter is optional.

Example:

     [DEFAULT BROWSER]
     FOLDERDESC=1