Question global variables in Editing block

Stefio Almeida

New Member
Hi forum,

I am entangled with a strange issue. Let me start with a sample code:
Code:
UPDATE
   var_a
   var_b
   var_c
WITH FRAME A-BC EDITING: 
   global_part = input var_a.
   global_loc   = input var_b.
END.

I have a Look-up browse on var_b and the filter in look-up uses global_part and global_loc.

The problem I am facing is that in .NET UI global_part is not getting populated with the data. The strange thing is, it works in a different .NET Environment on the same server.

I'd appreciate any inputs you can provide.

Regards,
Stefio ALMEIDA
 
It is 2014... why are you using an editing block? Enable, wait-for and event triggers are your friends.
 
Back
Top