My form layout is a four tab page frame. The first frame has a grid that contains a list of my records. The other three frames have details for whichever row on the 1st page grid is highlighted. The code I'm using right now only seems to work the first time the form is run, it doesn't seem to work when another record is selected.
LOCATE FOR patient_id = ALLTRIM(THIS.Value)
THISFORM.Refresh
I was putting this in the click event for the actual textbox of the patient_id column. Another thing I'm wanting is for a click anywhere in the entire row to change the record.
Thanks,
Marion
LOCATE FOR patient_id = ALLTRIM(THIS.Value)
THISFORM.Refresh
I was putting this in the click event for the actual textbox of the patient_id column. Another thing I'm wanting is for a click anywhere in the entire row to change the record.
Thanks,
Marion