Jump to content

Navigatekey,Next in Frame inside a form


LogSistemas01

Recommended Posts

Folks,

I have this frame that is inside this popup form, the enter does not work to go to the next field, not even the tab.

 

Navigate.png

 

The Form is configured 


  Position = poDefault
  KeyPreview = True
  NavigateKeys.Enabled = True
  NavigateKeys.Prior.Key = 13
  NavigateKeys.Prior.ShiftState = [ussShift]
  NavigateKeys.Next.Key = 13
  NavigateKeys.Next.HandleBrowser = True
  MonitoredKeys.Keys = <>
  Movable = False
 

The frame is placed at run time.

 

What intrigues me most is that injecting the frame in this way, directly into the main form, works correctly

Navigate-marca.png

 

Does anyone know what can it be ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...