OI 3.5 Rev 2 and events (OpenInsight Specific)
At 12 NOV 1997 10:59:54PM Jane wrote:
I have recently installed OIPI 3.5 and now find
events (eg scripts for GOTFOCUS, quick event calls
of procedures) no longer work in data entry forms.
Forms for menus no longer call procedures even if
the procedure only contains 2 lines:
subroutine test(parent)returnSome procedures run and others do not.
Any way to correct this?
Even before the upgrade, some procedures when
run cause the option to be blanked out on the
menu - is there a simple fix?
At 13 NOV 1997 09:10AM Dave Pociu wrote:
Jane
I had something similar happen after I worked with OI3.5 pre 2 for a while. It was caused by a GFE in SYSREPOSEVENTEXES that occured when compiling a form I was working on. After I fixed that, a lot of the events were not working because in the process of fixing the GFE some of those events were deleted. Therefore most of the events did not exist anymore and as such no subroutine calls or event processing was happening for a lot of my forms.
What I did was to copy most of the table's contents from a backup and then do a Tree Compile of all the forms that I changed since that last backup. That re-generated all the event executables in the table and everything has been OK since.
In the mean time I also went to pre 3 of OI3.5 and I had no problems with that yet.
I hope this is the solution to what's happening to your system. Good Luck!