Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid's column readonly based on another grid's value
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01505542
Message ID:
01505578
Vues:
33
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform