Announcement

Collapse
No announcement yet.

[$ELEMENT=Screen->name] not working

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

    [$ELEMENT=Screen->name] not working

    Hi all,


    edit : I found another solution, by scripting, here is the code :
    Code:
    Sub Main(ByVal Parms As Object)
    
    
     dim page 
     
        page = hs.geturl("http://www." & Parms(0),".com/", TRUE,80,TRUE)

    if this can help another newbie like me


    Originally posted by damien
    another tip to get for me right now,

    I'm trying to get a variable from a textbox (written by the user before pushing to go button)

    the aim is to open a webpage with this variable inside, like
    Code:
    http://lookingfor variableEnteredInTextbox .com
    But the command I mentioned in the title of the post doesn't work somewhere else than the Designer, (on it I can see a text property modified) but both on my iPad or the windows client I just see $ELEMENT instead of the value of my variable,

    I also tried to get it from a text elements to be sure, but it does the same result ...

    thank you

    Just to let you know the following
    Code:
    http://www.[$ELEMENT=Screen->lab5].com
    works (just on the designer itself) and returns me
    Code:
    http://www.VariableExample.com
    Last edited by ; November 13, 2011, 04:02 PM.
Working...
X