Globle commands

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • rexzooly
    No longer a forum member
    • Jul 2007
    • 1512

    Globle commands

    Hey i wanted to set some commands like

    sUrl ans others like this in globle to it would work thought the app but some things like combo box and listbox tell me where to up it aka where the sun don't
    shine is there something i have to do like make them fuctions or soemthing?
  • rexzooly
    No longer a forum member
    • Jul 2007
    • 1512

    #2
    this is the error i am getting

    Code:
    iData = ComboBox.GetSelected("ComboBox1")
    uData = ComboBox.GetItemData("ComboBox1", iData);
    
    Web.LoadURL("Web1", sUrl.uData);
    Last edited by rexzooly; 04-12-2008, 08:05 AM.

    Comment

    • rexzooly
      No longer a forum member
      • Jul 2007
      • 1512

      #3
      ok human error i see was the fault but i swaer i have used the code before
      with one dot eg:

      Code:
      lUrl = sUrl.iData
      but it wanted:

      Code:
      lUrl = sUrl..iData

      fixed anyway

      Comment

      Working...
      X