We've got an old 2.6 system that we run in VFP5. The screens are
maintained from a controls standpoint in 2.6. .SPR's are generated in
2.6 and then compiled and and run in VFP5.
Anyway, a foundation read is being utilized.
A menu system exists and everything functions quite well.
I've created some new functionality in a newly created form. I have
added a DO FORM command for the menu item. The form has it's WindowType
property set to Modal.
The problem is that I cannot access any controls on the form. I can
close the form using the "X" and the QueryUnload method is executed.
I have been away from Fox for awhile and I am sure it is something very
simple that I am missing.
Any ideas??
-- Patrick