Unfortunately I have too many old 2.6 forms running as spr's to rewrite them. The problem I am experiencing is that check boxes are no longer 3d. When debugging in the watch window the properties of these check boxes as seen in the _screen.activeform have specialeffect setting as 0, not as 1, like it was in VFP6. I already set _screen.themes to .F. Is there any other 'global' setting I could make?
One suggestion from another programmer here is to add a call somewhere in the SPR to an external function that would scan through the _screen.activeform objects and set all the check boxes specialeffect properties to 1 from zero. I hope to avoid this as this seems like a lot of research time and many hours of testing.
One suggestion from another programmer here is to add a call somewhere in the SPR to an external function that would scan through the _screen.activeform objects and set all the check boxes specialeffect properties to 1 from zero. I hope to avoid this as this seems like a lot of research time and many hours of testing.