Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What happened to TaxRI builder?
Message
De
01/02/2002 04:06:07
Walter Meester
HoogkarspelPays-Bas
 
 
À
31/01/2002 19:34:40
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00613253
Message ID:
00613854
Vues:
9
Hilmar,

>Did I understand the following correctly? To enable the fast mode in my application, I need to declare a public variable at program start.

No, it should exist in the scope of the RIbuilder. This mean if you've got a specific routine that wants to enable fast mode, you should either declare a public or a private variable _RiMore and _DisableRi. Of course a private variable is preffered.

>Also, I didn't analyze the code yet, or do tests to this effect, but I assume the tables are opened with special names, to avoid conflicts with tables opened otherwise.

Of course, they're openend with the following line:
USE (cTable) AGAIN ALIAS ("__ri"+LTRIM(STR(nNewSel))) ORDER (cOrder) SHARED
Walter,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform