Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temporary tables in local hard disk
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00432564
Message ID:
00433214
Vues:
23
>BTW, the proper place to put this code is in the postinit hook method of the dataenvironment.

Nope. Doesn't work there because during on of the init stages it already expects the table to exist and that's not necessarily the case.

I was able to place it in the init itself though:

* Create temp table
create table....
....

dodefault()

return .t.


But from an OOP standpoint, shouldn't the table be created by the cursor object? I mean, both work, but I think you would expect the functionality for this to be one level further down the hierarchy.

Alex
Low-carb diet not working? Try the Low-food diet instead!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform