• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

replacing opt=xxxx by program name instead of optnbr

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • replacing opt=xxxx by program name instead of optnbr

    launching another option from an existing program is done by specifying the option nbr of the program to launch.

    Code:
    var newWindow = window.open('vvcall.pgm?opt=1013&pgm=vvinit&sid=' + sid.......
    using this optionnbr (which is a generated nbr) means that when you have 2 apache servers running (a test and a production one), that these optionnbrs need to be synchronised in both environments.. (or you might get strange results)

    in my example now, it could be that option 1013 refers to 2 different programs....
    to avoid problems, it would be good if it were possible to specify somenthing else than the generated nbr in the option f.e the unique program name..

  • #2
    This has been added for the upcoming 2.2 release. Either specify the option number or the name as it is shown on the navigation tree. Thanks for the suggestion.

    Comment

    Working...
    X