@ ... TO DOUBLE Not Working in FoxPro for WindowsID: Q105594 The information in this article applies to:
SUMMARYThe @ ... TO command is used to draw a box, circle, or ellipse using the coordinates specified. If the DOUBLE clause is used, the line that is drawn has a double border. However, the DOUBLE clause does not work in FoxPro for Windows unless the output font is FoxFont.
MORE INFORMATIONThe following command demonstrates this phenomenon:
The above command should draw a horizontal line with a double border.
The double border does not appear unless the default font of the
current output device is FoxFont. This behavior occurs because the
double line is drawn using the box-drawing character set, and FoxFont
is the only screen font that includes this character set.
The paragraphs that follow are taken from the Help file information for this command:
Additional reference words: FoxWin 2.50 DOUBLE HELP
KBCategory: kbprg
KBSubcategory: FxprgGeneral
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |