PDA

View Full Version : Globle commands


rexzooly
03-27-2008, 07:59 AM
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
03-27-2008, 08:50 AM
this is the error i am getting

iData = ComboBox.GetSelected("ComboBox1")
uData = ComboBox.GetItemData("ComboBox1", iData);

Web.LoadURL("Web1", sUrl.uData);

rexzooly
03-27-2008, 09:10 AM
ok human error i see was the fault but i swaer i have used the code before
with one dot eg:

lUrl = sUrl.iData

but it wanted:

lUrl = sUrl..iData


fixed anyway :D