Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid's column readonly based on another grid's value
Message
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
Miscellaneous
Thread ID:
01505542
Message ID:
01505578
Views:
32
>Should work.

Do I somehow need to re-enforce the DynamicCurrentControl?

E.g. I have this code in the OperatorInfoChanged method that is called when I return from Operator Edit form:
LPARAMETERS tnEmailLn, tnNetSendLn, tnSMSLn, tnPagerLn, tnTwitterLn
replace Email WITH m.tnEmailLn, NetSend WITH m.tnNetSendLn, SMS WITH m.tnSMSLn, Pager WITH m.tnPagerLn, Twitter WITH m.tnTwitterLn ;
FOR op_Code = OperatorAct_typeLink.op_code IN csrOperators 
thisform.grdOperators.colOpCode.cboOperators.Requery()
However, my dynamic current control seems to not work correctly.

Should I call grid's refresh?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform