The information in this article applies to:
SUMMARY
Passing the full path of a DDE server to the StartApp() function will
cause an endless loop. The function will continue to run, starting up
new copies of the specified DDE server, until the user stops the code
or the workstation runs out of memory and the code fails.
MORE INFORMATION
The sample database NWIND.MDB contains a module called Introduction to
Programming. Much of the Access Basic code used as examples in the
"Microsoft Access Basic: An Introduction to Programming" manual, version
1.0 is included in this module. The sample function StartApp() from
page 142 contains a routine that can be used to initiate a DDE channel.
The following is an example that will work correctly:
Additional query words: excel channel
Keywords : kbprg |
Last Reviewed: March 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |