I've got a grid which contains containers which contain several labels and matching textboxes, each of which contains one field (using vfp6). The grid, as well as the textboxes inside the containers, are marked as ReadOnly. The grid shows eight records at a time.
Looking for a way I can save the settings of a grid upon the start of my application so tht when I refresh the RecordSource of the Grid I can simply copy over the other settings I saved after resetting the RecordSource.
Using VPF 6.0. w lastest SP. I have a form with a grid and 10 files that have the same structure. Trying to use just 1 form for this. Need to have the file to use passed from a command button.