Window Processes (AREV Specific)
At 28 JUN 2000 02:24:22PM Bruce wrote:
Hello,
What is the best method to determine if a user escapes from a window or template without saving the record. Basically, I am in a situation where I must increment %SK% to get the next key in code. If the user escapes from the template without saving, I need to decrement that key back to the original state. I am incrementing %Sk% on the pre prompt.
Thanks Bruce.
At 28 JUN 2000 02:40PM Steve Smith wrote:
There are other examples of completely replacing the %SK% processing here in this forum. Use the search to find them.
Otherwise, ESC.TO.EXIT() will do what you want.
Steve
At 30 JUN 2000 02:25AM Curt Putnam wrote:
If you have the option, rethink the design. Systems that depend on an unbroken sequential chain for control usually have other mistakes in them too.
At 30 JUN 2000 01:38PM Dba wrote:
%SK% is fast and pretty smart, except for the default not updating in the lower left of the window. Just always back the %SK% by two or three, it will find the next number.
Dave