croezen
27th July 2010, 16:51
Hi there,
I am using mess() to let the user track what the program does.
It works fine but within an selectdo it does not show!
If I run it in debug, it shows !
example
mess("tdebns0020", 0, "start ...")
select bla bla bla
endselect
clean.mess()
mess("tdebns0020", 0, "start second step")
select bla bla
selectdo
clean.mess()
counter = counter + 1
mess("tdebns0020", 0, "busy with record " & str$(counter) )
endselect
As I said, in the debugger it works fine, but when i run the program normally it does not show the message with the counter, just blank :confused:
I am using mess() to let the user track what the program does.
It works fine but within an selectdo it does not show!
If I run it in debug, it shows !
example
mess("tdebns0020", 0, "start ...")
select bla bla bla
endselect
clean.mess()
mess("tdebns0020", 0, "start second step")
select bla bla
selectdo
clean.mess()
counter = counter + 1
mess("tdebns0020", 0, "busy with record " & str$(counter) )
endselect
As I said, in the debugger it works fine, but when i run the program normally it does not show the message with the counter, just blank :confused: