Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delay in response
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Delay in response
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01612376
Message ID:
01612376
Vues:
168
Hi everybody,

I have a grid on the form that has a container in one of the columns with the spinner and textbox controls. The sparse property of this column is set to false.

I have the following code in grid's AfterRowColChange event:
LPARAMETERS nColIndex
STORE csrSubCats.IsBHold TO this.colAllowSaleAfterExpire.Enabled, this.colBlockHoldExpires.Enabled, this.colMax4Sale.Enabled

DODEFAULT(nColIndex)
Now, when I check the first column (it has a checkbox with IsBHold as a controlsource) and then navigate to the spinner in the colBlockHoldExpires column, I am unable to immediately edit the value in the spinner. Only after I go to another column first and then back to the spinner, I am able to change the value.

Do you see what should I adjust in this code?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform