Updatable Browser problem in ADM2

Hi
Progress 9.1Ev2 GUI ADM2 under windows

We have a simple updatable browser for a temp-table that shows four columns, of which the middle two is updatable.

What I want to be able to do is
VALUE-CHANGED of the first updatable column so that I can populate the end column.

I can do it with a LEAVE-OF browse and reclaculate the figurers but the user wants to see it happen
so what I want in my code is something like
ON VALUE-CHANGED OF COLUMN-2 IN BROWSE-1 DO:

/* code here */

END.

but I cannot seem to be able to insert the relevant code any where.

I have even tried opening the .W in a Procedure Editor but my code is rejected.

Any help gratefully accepted

Mike

PS I forgot to say that the Browser has a Freeform Query in it.
 
Top