VFPX/ObjectExplorer

Problem hovering over CONTROL

Closed this issue ยท 1 comments

โ„น Computer information

  • VFP version: VFP9 SP2 / VFPA
  • ObjectExplorer version: 3.2.2

๐Ÿ“ Provide detailed reproduction steps (if any)

  1. Create a form with a object of _CONTROL _ baseclass
  2. Run the form
  3. hover over control
  4. Start ObjectExplorer via hotkey

โœ”๏ธ Expected result

  • Object explorer shows to the possible depth
  • Object explorer notify about problem to show controls inner stuff

โŒ Actual result

Error message because SYS(1270) tries to return the inside of the control, but this is hidden

Possible solution

  • Try catch the parameter - object
  • notify user
  • Show form from THISFORM / or as close as possible to the control.

Fixed in the latest release