Nevermind.. They are two different events.
----- Original Message -----
From: <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, April 13, 2009 6:11 PM
Subject: [RBASE-L] - Re: scrolling region
Jim: Here's a guess, and it's only a guess. When you close the report,
RBase has to "return" back into the field to see what to do next, so it
does
the entry eep again?
However, I just now created a form with 4 fields. On the second field I
had an entry eep that prints a report to the screen, then does a set_focus
property to the 4th field on the form. When that report comes up, I close
it,
and it skips to the 4th field without a problem.
Karen
Karen,
I was away for some time so I just got to read your question.
The EEP is on entry in the QuoteID field (component Quote_Comp) then the
report comes to the screen. When I close the screen version of the
report
after printing it, the screen comes up again even though the focus goes
back
to the DISTID field (component DistID_Comp). After closing the report
the
second time, all is ok. Am I missing something in the code below?
Jim