PAGE EVENT (OpenInsight Specific)
At 27 JAN 1999 09:41:30AM Steve C. wrote:
I'm starting off bad today… brain stuck in park.
I am trying to get a page event to work using
tabbed pages (using check boxes as tabs). The interface
works fine for normal data entry (using quickevent page on
the gotfocus of the check box), but when I do a
QBFINIT and then tab to the second page the tab/group box appear
as they have focus, but the entry fields do not change
from page 1. I want to try changing from a quickevent to
a script to fire the page. I tried
"VOID=PAGE(ctrlentID, ctrlclassID, 2)" in the script but the compiler
doesn't like that. What is the correct syntax for firing the PAGE
event from an GOTFOCUS script.
Thanks…
Steve C.
At 27 JAN 1999 10:17AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
You Send_Event( Control, Event, Params)
akaplan@sprezzatura.com
At 27 JAN 1999 10:28AM Steve C. wrote:
Thanks….
DECLARE FUNCTION SEND_EVENT
void=SEND_EVENT(@WINDOW,"PAGE",2)
RETURN 0
The above works..even with QBFINIT
Steve C.
At 27 JAN 1999 01:25PM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
If that's all you're doing, you can use a QuickEvent.
akaplan@sprezzatura.com
At 27 JAN 1999 02:20PM Steve C. wrote:
Aaron,
I started with using just the Quickevent, and that did
not work when QBFINIT had been initialized and I
wanted to go to a second page using checkbox "tab pages".
See again my first message in this thread.
Steve C.
At 28 JAN 1999 08:34AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
Oh, yeah. That's a known bug. Sometimes I don't read all the way back. Sorry about that.
akaplan@sprezzatura.com
At 28 JAN 1999 12:46PM Cameron Revelation wrote:
Steve,
When in QBF mode, the GOTFOCUS is not being fowarded. To work around this, you must provide a script instead of using the QuickEvent.
Cameron Purdy
Revelation Software