bumbaermail
21st August 2008, 16:28
Hello,

I am using BaaNIVc4. I have a requirement in an Update Session. I need to show status. It will have value "Pending", "In Process" and "Completed". For this I have declared a Form Field (Display Type) "form.status". I am using it in init.form., on.choice and after.choice. But it is showing as pending all the time and at end also.

Please advice
Saikat

george7a
21st August 2008, 16:44
Hi,

You will have to use the display function (http://www.baanboard.com/programmers_manual_baanerp_help_functions_form_and_form_field_operations_display_many) after each time you change the value of the variable. For example:

display("form.status")

I hope it helps,

- George

sushil
22nd August 2008, 13:37
Hi,

In addition to above , you can also try display.all()

Regards,
Sushil Kumar Mudaliar