Microsoft Visual Foxpro
Microsoft Visual FoxPro Codes, Tips, Window Design, Database and Tables
Search This Blog
If Else EndIf Code
You can utilize this code if you want your Command box caption to be change.
IF This.Caption = "Edit"
This.Caption = "Save"
Thisform.cmdClose.Caption= "Cancel"
ELSE
This.Caption = "Edit"
Thisform.cmdClose.Caption = "Close"
ENDIF
Newer Post
Older Post
Home