Announcement

Collapse
No announcement yet.

Variable for a text file name

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Variable for a text file name

    I have a page that will have 6 buttons. Each button will basically do the same thing, which is to go to another page with a text file embedded in the text box.

    I tried a path such as %SrcDrv%\Enterprise\%EntSolFile% so that each button would just set a variable which was the name of the text file. This doesn't seem to work. Are there any suggestions on how I could avoid creating 6 pages which are exactly the same except for the text box that they include.

    Thanks

  • #2
    Re: Variable for a text file name

    the easiest way to do this is to create all the text boxes on one page. Hide them all. When your buttons go to set the variable, instead have them show the boxes. At that point either a mouse leave on the boxes, or the button would hide the boxes

    Comment

    Working...
    X