ccsrvc
5th November 2002, 21:20
I have used the 4GL functions status.mess("Hello World") and status.field(2, "Hello World") but neither displays the text on the status line of the subsession. Does this not work with subsessions or do I need to do something else.
Thanks
Han Brinkman
5th November 2002, 21:30
Rgrds,
klixy23
7th November 2002, 16:01
To display some additional information I use the mess() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_message_handling_mess) statement
mess("tcgenstring",0, "Here is the message")
günther
7th November 2002, 16:28
the mess() looks good, but I had to add a refresh().
Btw. I am using status.mess("...")+refresh() + finally status.mess("")+refresh() sometimes to display eg. project numbers etc.
günther