Hello
1 - I suppose that shell command run with static parameters :
(data known before compiling)
ex : shell("notepad.exe","") '--- running
or
my_command = "cmd.exe"
shell(my_command,"") '--- running
But if i want a dynamic run as :
my_command = textbox1.text
Then shell command doesnt run ! Any workaround solution ?
2 - it seems that shell command doesnt run on Device (and generates an error).
Where is my mistake ?
3 - For example Table component Event is SelectionChanged.
So, may i create an other kind of event ? something like "click", ex :
sub main
.......
AddTable ("Form1", "my_table", 30, 30, 200, 200)
AddEvent("my_table", click, "job_click")
end sub
.......
sub job_click
myjob
end sub
It doesnt run, maybe any workaround ?, any "super_control" command....
4 - New B4ppc
I havent received any email, what is the way to touch the last 6.30 ?
thanks for help