For some strange reason I cannot set the value of a TEXTBOX to a variable. I can output the value to a MsgBox().
Works:
Code: Select all
msgbox(oWin.txtConn_Driver.value)Code: Select all
function test()
local x
x := oWin.txtConn_Driver.value
return nil
Code: Select all
...Error E0030 Syntax error "syntax error at '.'"
Thanks,
Michael