Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One grid faster than other
Message
De
24/12/2003 07:43:25
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
24/12/2003 00:03:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00861503
Message ID:
00861892
Vues:
33
>Cetin,
>Thanks for your valuable advice. I will incorporate these and see the performance.
>Regarding DODEFAULT() - I have a form class on which all other forms are built. Generally I issue DODEFAULT() in the beginning so that in future, if I add any code to the class, I don't need to modify all forms.
>-Yashodhan

Yashodhan,
I didn't say do not use dodefault(). What I said is whenever you do do not drop parameters. ie:

Grid.AfterRowColChange

This event has an nColIndex parameter.

Do not write like this :
*Grid.AfterRowColChange
lparameters nColIndex
DoDefault()
* Your code ...
But Like this:
*Grid.AfterRowColChange
lparameters nColIndex
DoDefault(nColIndex)
* Your code ...
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform