MODIFY VIEW Command
| Visual FoxPro 9.0 SP2 |
| MODIFY VIEW Command |
| See Also |
|
Displays the View Designer, making it possible for you to modify an existing SQL view.
MODIFY VIEW ViewName [REMOTE][NOWAIT] |
Parameters
- ViewName
-
Specifies the name of the view to modify.
- REMOTE
-
Specifies that the view is a remote view that uses remote tables. If you omit REMOTE, you can modify a view using local tables.
- NOWAIT
-
Continues program execution after the VIEW Designer opens. The program doesn't wait for the VIEW Designer to close, but continues execution on the program line immediately following the line that contains MODIFY VIEW ... NOWAIT. Without the NOWAIT clause, MODIFY VIEW opens the VIEW Designer and program execution pauses until you close the Designer.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08