|
Emmitt: I like
your solution; there is no reason why we could not have more that one database
open at the same time…it is Windows after all…the more the merrier… Javier, Javier Valencia, PE President Valencia
Technology Group, L.L.C. 14315 S.
Twilight Ln, Suite #14 Olathe, Kansas
66062-4578 Office
(913)829-0888 Fax (913)649-2904 Cell
(913)915-3137 ================================================ Attention: The information
contained in this message and or attachments is intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material. Any
review, retransmission, dissemination or
other use of, or taking of any action in reliance upon, this information
by persons or entities other than the intended recipient is prohibited.
If you received this in error, please contact the sender and delete the
material from all system and destroy all copies. ====================================================== -----Original
Message----- Another idea,
Bob, is to have your first application LAUNCH rbg7 with a .dat file to
execute. If you include the |W option, the first instance will wait for
the LAUNCHed application to terminate before resuming. Thanks Dawn and Larry for the quick replies. -------------- Original message
-------------- > > I
have an application that is form menu driven. I now have a > >
small app that must be located in a separate database. I want > > to
put a menu option on my main form to switch to the new data > >
base, run an application then return to the main menu. > > You EEP
should set a variable to signal what you want to do, then issue >
CLOSEWINDOW. Your main menu code should look like this: > > LABEL
ShowMenu > EDIT
USING MainMenu > IF
(SignalCondition) THEN > RUN
OtherApp -- Includes commands to connect new database > CONNECT
OriginalDB > GOTO
ShowMenu > ENDIF > > -- > Larry >
|
