WD6X: MacWord: WordBasic Error 135 on Dialog Box Sizing CommandLast reviewed: February 3, 1998Article ID: Q123099 |
The information in this article applies to:
SYMPTOMSWordBasic commands to control the size or position of a custom dialog box may return the following WordBasic error in Word for the Macintosh:
WordBasic Err=135 The () statement is not available in Word for () CAUSEThe following commands, which control the size or position of user dialog boxes in Word 6.0 for Windows, are not available in Word 6.0 for the Macintosh and return errors:
AppSize AppMove AppWindowHeight AppWindowWidth AppWindowPosTop AppWindowPosLeftAppMove, AppWindowPosTop, and AppWindowPosLeft change the location of the dialog box on the screen. The remaining commands (AppSize, AppWindowHeight, and AppWindowWidth) control the height and width of a custom dialog.
WORKAROUNDTo force some items to disappear and others to appear, you can use the DlgVisible command to hide one command and view another in its place. You can use this to show many different items in one dialog box. For example, to show help for a dialog box, create a button that hides all the items in the dialog box and makes the help text visible. When you click the button clicked again, it reverses the process.
|
Additional query words: platform environment cross-platform xplat
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |