1. Martin H Rmz
  2. PowerBuilder
  3. Sunday, 22 April 2018 21:07 PM UTC

Hello Developers.
Could you Help Me with a problem I have with the PFC, in my current Job I have an application that what makes use of PFC and I have
a problem because the previous developer disabled the delete key and to use it I have to press  the Ctrl ot shift key to activate the operation of it, 
in which part of the PFC or event can activate it againg?
Regards

Kim Berghall Accepted Answer Pending Moderation
  1. Monday, 23 April 2018 15:28 PM UTC
  2. PowerBuilder
  3. # 1

Most likely they have extended the PFC in library pfemain object u_dw. Look for any event mapped to pbm_dwnkey

Comment
There are no comments made yet.
Michael Kramer Accepted Answer Pending Moderation
  1. Monday, 23 April 2018 00:02 AM UTC
  2. PowerBuilder
  3. # 2

Hi, could be one of several places:

Could be a KeyPressed event checking for the Delete key Could be code in the Other event (hopefully not because performance typically suffers from excessive code in Other event). Search for KeyDelete! may find the right spot for you.

But it could also be the Delete key or Ctrl/Shift + Delete key mapped as shortcut for a menu item  - that menu item may even be hidden.

HTH /Michael

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.