Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Whats up with the ()
Message
From
06/02/2001 15:13:10
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00472960
Message ID:
00473131
Views:
28
Hi Stephen,
Remember, you must pass the parameters down the chain and, if you care about the return value, handle it too.
Example:
PROCEDURE Show(nStyle)
LOCAL RetVal
RetVal = DODEFAULT(m.nStyle)
IF m.RetVal
*Do something more here.
ENDIF
RETURN m.RetVal
ENDPROC

>Hello all
>
>Another dumb question, whats the difference between ;
>
>dodefault
>and
>dodefault()
>
>or/and can you do
>thisform.cus_meth()
>
>I know it's a easy answer I can't do a FoxPro search in help for () and I am not sure of the topic
>
>Thanks
Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform