noahsombrero
Programmer
I have written a program in the fp 9 ide. It relies on many activex components. It runs fine on everything up to and including win 10. On win 11 it seems that it blocks the program from executing code stored in
component functions. Like the click function for a button component. The program cannot invoke that function with window.button.click().
The main program window loads and looks ok even though it also includes many activex. But if I try to open a program window, I get error messages. Tracing through the code I see fp objects every time a call is made to a component function. But even if I disable those, the program window still fails to open.
Is there something I can do about this?
component functions. Like the click function for a button component. The program cannot invoke that function with window.button.click().
The main program window loads and looks ok even though it also includes many activex. But if I try to open a program window, I get error messages. Tracing through the code I see fp objects every time a call is made to a component function. But even if I disable those, the program window still fails to open.
Is there something I can do about this?