Hi all,
So I have a form that populates fields based on the row that is clicked on the grid. This works in read-only mode and edit mode perfectly on all forms except for one, where it throws an error ONLY in read-only mode. When a user clicks a row, they receive a pop up box that says:
Engine Exception: Failed to refresh form.
The scripts for this form is no different from any of the other scripts we are running for the other forms that do work in both read-only and edit mode. This only happens for this form, and it works in edit mode just fine.
No error is generated in the eLog table. Here is the warning generated on the server each time this happens:
Error encountered trying to invoke the following request - eRefillFolderRequest. The following information is available - 462<![CDATA[.\ERefillFolderRequestHandler.cpp]]>-2146824867<![CDATA[Unknown error 0x800A0D5D]]><![CDATA[ADODB.Command]]><![CDATA[Application uses a value of the wrong type for the current operation.]]>.
Again, this operation works in edit mode, just not in read-only mode for this particular form and clicking on the grid in read-only mode works for our other forms and there are no apparent inconsistencies.
If anyone has any idea how to solve this, please advise.
Thanks