Hello,
We need to extract a portion of code from the INIT operation. In Uniface 9.7 it was simple to find it with :
scan init.uform(my code to search)
and using $result for extracting our code.
But now with U10 INIT operation is moved in the script container with all other operations and triggers.
If I use :
scan uscript.uform("my code to search")
it will find first occurrence of "my code to search" anywhere in script container instead searching only in operation INIT only
So the question is : Can we do a scan in operation INIT only ?
(don't know if my question is really clear for you 😉)
Bye