o2flameuser
Member
1 ) think about 3 textbox
i wanna to make
when i enter first textbox a number and to a second a number
for example 3 and 5 after i wanna to add these number automatically by without pressing a button and program put to the third textbox 8
txb1 3
txb2 5
result txb3 8
how is this possible ?
2) i save data s from my program to a word file for example logs.txt
with
fileopen(c1,"logs.txt",cwrite)
filewrite(c1,textbox1.text) which is going to save the text that what i enter to it
actually the problem is when i to try open that logs.txt while running the program device gives errors
but when i open the logs.txt after exit my program it opens it and i can see the contents
but i wanna to open it while program is running with a shell command
how is possible ?
i wanna to make
when i enter first textbox a number and to a second a number
for example 3 and 5 after i wanna to add these number automatically by without pressing a button and program put to the third textbox 8
txb1 3
txb2 5
result txb3 8
how is this possible ?
2) i save data s from my program to a word file for example logs.txt
with
fileopen(c1,"logs.txt",cwrite)
filewrite(c1,textbox1.text) which is going to save the text that what i enter to it
actually the problem is when i to try open that logs.txt while running the program device gives errors
but when i open the logs.txt after exit my program it opens it and i can see the contents
but i wanna to open it while program is running with a shell command
how is possible ?