Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trapping the CLOSE button in a form
Message
 
To
04/10/1998 00:07:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00143403
Message ID:
00143681
Views:
21
> If thisform.edit_mode=.t.
> NODEFAULT()
> else
> return .t.
> endif
>

Matt,

NODEFAULT is a command and not a function, dump the parens after it.
If thisform.edit_mode=.t.
   NODEFAULT
else
  return .t.
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform