Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thisform.setfocus vs. =thisform.setfocus()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00810671
Message ID:
00810695
Vues:
10
Larry,

All methods return a value even if you don't specify a return value in them (the default is .T.). If you want to check the value returned from a method, you would use syntax like llReturnValue = THISFORM.somemethod(). There is no difference in the below examples because neither call does anything with the returned value.

Sorry, I can't help with the other question.

Kurt
>Is there a difference in what happens when you include the "=" and "()" when running a method in a form versus when you dont? For example:
>
>thisform.init vs =thisform.init()
>
>or
>
>thisform.refresh vs =thisform.refresh()
>
>you get the idea. I think I use it both ways, but I'm just curious as to if there is a difference.
>
>Also, I'm trying to find where to update my account to invoice monthly. Can't find it.
>
>Thanks,
>Larry Morelli
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform