I've been rewriting a program that my company uses ,and that I have been maintaining for the last 20 years, written in VFP7. I am rewriting this in VFP9. One of my forms is to create and track Purchase Orders. It uses 2 tables (header and detail). I join them with a common field "ordnum". I have a form with "PREV" and "NEXT" buttons, textboxes (for header data) and a grid to display details(child data). As I move thru the header table the associated detail should fill the grid. But it does not. the grid stays empty.
After days of pulling out what is left of my hair, I copied the project to a network drive and opened it with my VFP7 machine (windows XP). It worked just as it is supposed to. however on my VFP9 machine(Win 10) the child data DOES NOT display in the grid.
Just for reference, I have been programming databases since the FoxBase days but have spent most of my time in VFP7. I am NOT a professional programmer I just do this 'cause it is fun (most of the time).
Is this a VFP9 issue or a Win10 issue or a combination of the two? ( or maybe me?)
Thank you for any help that you all can give me on this.
Jimmy
After days of pulling out what is left of my hair, I copied the project to a network drive and opened it with my VFP7 machine (windows XP). It worked just as it is supposed to. however on my VFP9 machine(Win 10) the child data DOES NOT display in the grid.
Just for reference, I have been programming databases since the FoxBase days but have spent most of my time in VFP7. I am NOT a professional programmer I just do this 'cause it is fun (most of the time).
Is this a VFP9 issue or a Win10 issue or a combination of the two? ( or maybe me?)
Thank you for any help that you all can give me on this.
Jimmy