ggreen86 / VFP-Editors

VFP Editors for SCX, VCX. MNU, PRG, and DBF files; also Table Browser and Project Manager Replacements
24 stars 8 forks source link

Does CodeMax have a Valid event similar to VFP? #3

Closed pxycn closed 2 years ago

pxycn commented 2 years ago

Please tell me: Does CodeMax have a Valid event similar to VFP? I want to perform some actions when the control loses focus

thanks!

ggreen86 commented 2 years ago

Unfortunately, no.


From: pxycn @.> Sent: Thursday, December 30, 2021 8:23 PM To: ggreen86/VFP-Editors @.> Cc: Subscribed @.***> Subject: [ggreen86/VFP-Editors] Does CodeMax have a Valid event similar to VFP? (Issue #3)

Please tell me: Does CodeMax have a Valid event similar to VFP? I want to perform some actions when the control loses focus

thanks!

— Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/VFP-Editors/issues/3, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33LQPDD2WT4VBLEAQRDUTUAZJANCNFSM5LASOCHQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ggreen86 commented 2 years ago

I just looked again at the documentation, try the KillFocus() event.

[cid:986d2f69-fb22-46c0-8705-952068069e30]


From: pxycn @.> Sent: Thursday, December 30, 2021 8:23 PM To: ggreen86/VFP-Editors @.> Cc: Subscribed @.***> Subject: [ggreen86/VFP-Editors] Does CodeMax have a Valid event similar to VFP? (Issue #3)

Please tell me: Does CodeMax have a Valid event similar to VFP? I want to perform some actions when the control loses focus

thanks!

— Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/VFP-Editors/issues/3, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33LQPDD2WT4VBLEAQRDUTUAZJANCNFSM5LASOCHQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

pxycn commented 2 years ago

Thank you so much.