Workflow Soluiton

 View Only

Exposing a list of hyperlinks to files

  • 1.  Exposing a list of hyperlinks to files

    Posted Jun 02, 2011 11:19 AM

    Top of the Morning

    I am trying to expose a list of files that will be hyperlinks to the file selected for read only purposes.

    I have a List Files In Directory component returning a list of 5 files from the directory.

    Downstream a have a Form Builder Component and on the Form I have a Grid Component.

    I have tried many configure variations of the Grid and as of now when I run in debug, all I get is the first file name and when i click on the Hyperlink col it is not bringing up the File

    As of now:

    Data Type is set to FieleDataType

    Item Source is a Single Mapping Def (I think this is one of my issues. If I chose Process Variables>add array, I don't have my Variable available from my List Files in Directory)...If I map to first I see the first file, if I map to last I see the last file

    Columns Config is:

    Object's Property Column:FileName

    HyperLink Column: Header title: Select, Text :Click, text property name:FileName, default value: no value

    When I run in debug, I see either the first file name or the last file name (depending on the mapping) and when I click on the hyperlink col a new window opens, but it is pointing to localhost with the corresponding file name

    Any ideas or suggestions would be appreciated....THANKS