Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Method names suggestion
Message
De
18/03/2013 14:48:59
Walter Meester
HoogkarspelPays-Bas
 
 
À
18/03/2013 12:08:20
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01568344
Message ID:
01568733
Vues:
85
>
>loCustomerRec = createobject("recno('customer')")
>select customer
>scan
>  select invoice
>  loInvoiceRec = createobject("recno('invoice')")
>  scan
>    ?invoice.num
>  endscan
>endscan
>
>When this method ends, loInvoiceRec would be destroyed first, then loCustomerRec.

Mike,

How would you create an object out of a class named "recno('customer')" ?

Though I get the idea, I would be very carefull with relying on functionality bound to implicit the destroy of an object. It generally is hard to follow and harder to debug. What would happen if the variable is not declared local (as in your example above), or even more sneaky, if you have a spelling mistake in the variable name when you assign or declare it and such variable exists already as a private (e.g. Due to recursive calls).

IMO, It would make more sense to just restore it explicitely.

Walter,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform