Set Border
This is yet another command that used to be useful but we can't imagine using today. SET BORDER determines the type of border that surrounds windows, popups and boxes that you create. Several of its options are ignored in Visual FoxPro, and there's not much reason to use the others.
Usage |
SET BORDER TO SINGLE | DOUBLE | PANEL | NONE | nBorderString1 [ , nBorderString2 ] |
Parameter |
Value |
Meaning |
nBorderStringn |
List of numbers |
A comma-delimited list of up to eight ASCII character values used to specify the various parts of the border. nBorderString2 applies only to inactive windows. Both border strings are ignored in Visual FoxPro. |
Example |
SET BORDER TO PANEL DEFINE WINDOW test FROM 10,10 TO 20,60 ACTIVATE WINDOW test |
See Also |