At 08:35 AM 8/18/2004 -0400, Dan Champion wrote:
I am using 6.5++ for Windows, and having trouble with the closewindow command. I open a form, then in an eep, I issue the closewindow, or closewindow formname, and nothing happens. Having read the help files, I don't see any reason for it not to work. What might I be missing?
Dan,
FYI:
CLOSEWINDOW command in an EEP will close the current form.
CLOSEWINDOW formname in an EEP will close the "alias" form name, when used as MDI.
Also make sure to use RETURN after using the CLOSEWINDOW command in an EEP.
Example 01:
CLOSEWINDOW RETURN
Example 02:
CLOSEWINDOW alias RETURN
To understand the use of CLOSEWINDOW command in an EEP, take a look at the "HISTORY" sample database included with R:BASE 6.5++ (Build:1.866xRT03) and higher.
C:\RBTI\RBWIN65\Samples\History
RUN History.DAT
Have fun!
Very Best R:egards,
Razzak.

