mokhbb
22nd June 2005, 23:18
I have a program script like this:
field.item.f:
when.field.changes:
item.t = item.f
field.item.t:
before.zoom:
tdisa001.item = item.f
field.bp.f:
when.field.changes:
bp.t = bp.f
field.bp.t:
before.zoom:
tccom100.bpid = bp.f
The before.zoom sections is essentially, so that, the values in the zoomed session is equal to from.
The before.zoom of bp works while item does not work (i.e. in debugger mode, the flow goes in the before.zoom section of bp while it does not go at all in the zoom.from section of item).
Any inputs?
Thanks
field.item.f:
when.field.changes:
item.t = item.f
field.item.t:
before.zoom:
tdisa001.item = item.f
field.bp.f:
when.field.changes:
bp.t = bp.f
field.bp.t:
before.zoom:
tccom100.bpid = bp.f
The before.zoom sections is essentially, so that, the values in the zoomed session is equal to from.
The before.zoom of bp works while item does not work (i.e. in debugger mode, the flow goes in the before.zoom section of bp while it does not go at all in the zoom.from section of item).
Any inputs?
Thanks