Search found 2 matches
- Fri Jun 12, 2020 8:28 am
- Forum: Visual FoxPro
- Topic: BindEvent() And other
- Replies: 14
- Views: 3479
BindEvent() And other
<t>Hi Robert!<br/> <br/> In VFP you can determine if a Binding is "fired" before or after en Event.<br/> E.g. say you have a Save() Method. By Binding to the save() Method before, you can do some things before saving the Record (Change some Values). <br/> And after Saving you can refresh a special ...
- Mon Jun 08, 2020 1:32 pm
- Forum: Visual FoxPro
- Topic: BindEvent() And other
- Replies: 14
- Views: 3479
BindEvent() And other
<t>Hi!<br/> Bud in VFP the Bindevent() has a 5th Parameter in which you can determine how it should behave (from help):<br/> nFlags Specifies an additive bit flag you can set for the event binding operation.<br/> The nFlags parameter is ignored when a Windows message event binding is created.<br ...