I have a FPW2.6 application that was recompiled to an EXE in VFP6.0, when I try to load a modal screen selected by button on main screen, it abends with the abover error
(and then sometimes it does not). The abending screen is quite busy with field boxes and one drop down control.
I have another application that was cloned form this same application (in FPW2.6) for a different client that was also recompiled in VFP 6.0 and is running just fine.
I have stepped into the screen in Debug and it all appears fine as its building the screen, but abends on this statement:
@ 1.438,80.000 GET which_est ;
PICTURE "@^" ;
FROM a_partcde ;
SIZE 1.533,9.000 ;
DEFAULT 1 ;
FONT "Arial", 9 ;
STYLE "B" ;
VALID _08p0hgmbp()
This is a dropdown to display a code and message. The index and array values are all valid.
I have been over the generated code in both systems trying to see "whats different" and as yet have found no red flags. Both systems have been running for several years in FPW2.6.
Have tried the EXE on a number of systems: W95 and W98, and different processors and it is not appear to be hardware induced.
Sorry for the long post but its been a bear. Anyone else been down this path? I know that a rewrite would solve it, but I am committed at this point and a rewrite is not and option. Your thoughts will be greatly appreciated. TIA.
(and then sometimes it does not). The abending screen is quite busy with field boxes and one drop down control.
I have another application that was cloned form this same application (in FPW2.6) for a different client that was also recompiled in VFP 6.0 and is running just fine.
I have stepped into the screen in Debug and it all appears fine as its building the screen, but abends on this statement:
@ 1.438,80.000 GET which_est ;
PICTURE "@^" ;
FROM a_partcde ;
SIZE 1.533,9.000 ;
DEFAULT 1 ;
FONT "Arial", 9 ;
STYLE "B" ;
VALID _08p0hgmbp()
This is a dropdown to display a code and message. The index and array values are all valid.
I have been over the generated code in both systems trying to see "whats different" and as yet have found no red flags. Both systems have been running for several years in FPW2.6.
Have tried the EXE on a number of systems: W95 and W98, and different processors and it is not appear to be hardware induced.
Sorry for the long post but its been a bear. Anyone else been down this path? I know that a rewrite would solve it, but I am committed at this point and a rewrite is not and option. Your thoughts will be greatly appreciated. TIA.