PRB: You Have Multiple Related Tables. Adding Records Is...ID: Q118575 The information in this article applies to:
SYMPTOMSIf you use the Screen Wizard to create a screen based on two or more related tables, the following WAIT window message will be displayed when you run the screen:
In addition, the Add button in the control box will be disabled.
CAUSEA screen created by the Screen Wizard automatically checks for multiple and related tables in the Setup code of the screen.
RESOLUTIONBy modifying the following command lines in the Setup code of the screen created by the Screen Wizard, you can prevent the message from displaying and also enable the Add push button in the control box: 1. Change
2. Change (this is the second occurrence of the m.is2table variable in the
3. Comment out these lines as shown:
NOTE: Remember that you must regenerate the screen (.SPR) file to see the
results of this modification to the Setup code.
|
|
Last Reviewed: May 23, 1998 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |