I'm working with Paradox 9 Developers Edition and developing applications in Paradox Framework, every time I create a new form it comes with a default framework code, I need to disable the Ctrl-Delete combination in order to prevent unauthorized record deletion, the way I use to do it in Paradox was placing code in the KeyPhysical event in the form. That always worked wonders. But under the framework scope there is a comment that explixcitly reads:
[uses ObjectPAL
KeyPhysicalBefore( var fwFormInfo FWForm, var eventInfo KeyEvent, var fwEventInfo FWEvent)
KeyPhysicalAfter( var fwFormInfo FWForm, var eventInfo KeyEvent, var fwEventInfo FWEvent)
endUses
method keyPhysical(var eventInfo KeyEvent)
var
fwEventInfo FWEvent
endVar
; DO NOT MODIFY THIS CODE! USE FRAMEWORK EVENTS INSTEAD...]
I've looked for framework events in the desktop form, and in the libraries, there's one that's named fwevent.ldl that means that is a delivered library (of course that you already knew) I've also searched for a fwevent.lsl that can be edited, but there's no such file.
Can anybody tell me where can I find this Framework events and if so, how can I edit them
Thank you very much
Serarmoro
[uses ObjectPAL
KeyPhysicalBefore( var fwFormInfo FWForm, var eventInfo KeyEvent, var fwEventInfo FWEvent)
KeyPhysicalAfter( var fwFormInfo FWForm, var eventInfo KeyEvent, var fwEventInfo FWEvent)
endUses
method keyPhysical(var eventInfo KeyEvent)
var
fwEventInfo FWEvent
endVar
; DO NOT MODIFY THIS CODE! USE FRAMEWORK EVENTS INSTEAD...]
I've looked for framework events in the desktop form, and in the libraries, there's one that's named fwevent.ldl that means that is a delivered library (of course that you already knew) I've also searched for a fwevent.lsl that can be edited, but there's no such file.
Can anybody tell me where can I find this Framework events and if so, how can I edit them
Thank you very much
Serarmoro