Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delay in response
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Delay in response
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01612376
Message ID:
01612376
Views:
169
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
Next
Reply
Map
View

Click here to load this message in the networking platform