ChangeObject & ObjectAction Failures

Since updating to the latest Panorama X, 10.2.0.b40 (4513), I’m seeing “Internal Errors” in my databases that have not ever occurred before. (Running macOS Ventura 13.6.9)

For example, a “search” button is clicked on a Form which, in turn, brings up the “FindSelectDialog”.

On that dialog there, if I choose a “Favorite” search (from the “star” menu), I get the first screenshot (01-InternalError-01)
01-InternalError-01

Clicking on “ErrorWizard”, yields the 2nd screenshot (02-ErrorWizard-01)

Note these are all shared databases.

If you haven’t already tried it, uncheck the database integrity check in Panorama Preferences - accessed buy choosing Settings in the Panorama menu.

Hi James,

Thanks for the suggestion … sadly, that made no difference to this specific issue.

You’re saying a button like this, right?

I added this to a shared database, and it works fine. I’m able to create and use favorites with no problem. So I’m stumped as to what is causing this error for you.

His error message doesn’t say anything about the database being damaged. It simply says that there is a runtime error in the code used to run the dialog. So it’s not surprising that unchecking this had no effect.

Ok, I’m not sure what I am doing differently, but I am now able to duplicate this problem on my macOS Sequoia computer.

Thanks for checking this out, Jim.

Since all the computers are running a macOS prior to Sequoia, I’ve reverted them all to PanoX 10.0.2.b39 … and everything is running well again.

Note: FWIW, we were seeing the error on macOS Ventura (macOS 13.6.9)

Yeah, that looks like my code. :slight_smile:

Using the new 10.2.0.b40 release, I

  • Created a new database – not shared.
  • Added some dummy data.
  • Made a form with just a “search” button with its code set to “FindSelectDialog”
  • Clicked on the “search” button
  • Searched for “any field contains”
  • And hit “select”
  • Note that it selected one field
  • Clicked “search” again
  • Clicked on the “star > Add to favorites…” to add this search as a favorite
  • Gave it a name and clicked “Done”
  • Clicked on the “star” to see my newly created favorite, but it’s not there.
  • Clicked on "star > Add to favorites… " again, and the “Internal Error” dialog appeared.
  • Clicked on “Error Wizard”, and got the screenshot, below.

I realize this is a slightly different “Error Wizard” than the one, above, but maybe it’s an extra data point that’ll help you debug … :slight_smile: