So the longer I stare at this the more I confuse myself.
I'm working with two grids, on two separate pages of a single pageframe. The grid on page2 is dependent on the record selected in page1.
The problem I'm having is if I build my cursors on the form.load the page2 cursor take forever because it's loading the entire dataset since at that point I don't know what record will be selected. Would AfterRowColChange be a good place to build the cursor, or is there a better place.
Sorry all, still a VFP rookie, and thanks for any help!
I'm working with two grids, on two separate pages of a single pageframe. The grid on page2 is dependent on the record selected in page1.
The problem I'm having is if I build my cursors on the form.load the page2 cursor take forever because it's loading the entire dataset since at that point I don't know what record will be selected. Would AfterRowColChange be a good place to build the cursor, or is there a better place.
Sorry all, still a VFP rookie, and thanks for any help!