Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delay in response
Message
From
17/12/2014 16:41:40
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
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:
01612378
Views:
119
This message has been marked as the solution to the initial question of the thread.
>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.

Try to put this in some of Dynamic* methods.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform