FM8 get (WindowMode) in a calculation. Possible?
Posted: Mon Feb 20, 2006 6:18 am
Hi All,
I wish to show a message dependent on what Mode users are in, primarily when they are in ‘Find’ mode. I.e. not as a dialogue box but as if it were contained in a field on the layout.
I can do this with Browse with a calculation field:
If(get (WindowMode) = 1;”Message”;””)
But of course this will not work in Find mode.
Is there a way to display this ‘flag’ apart from running it as a dialogue box in a script?
All the best,
David
I wish to show a message dependent on what Mode users are in, primarily when they are in ‘Find’ mode. I.e. not as a dialogue box but as if it were contained in a field on the layout.
I can do this with Browse with a calculation field:
If(get (WindowMode) = 1;”Message”;””)
But of course this will not work in Find mode.
Is there a way to display this ‘flag’ apart from running it as a dialogue box in a script?
All the best,
David