Hi All,
I have a Browse which displays automobiles. I have a child browse which displays information about that automobile - it is related to automobile by the Automobile_GUID.
I have a system variable (LoggedAuto_GUID) which is used to store the selected Automobile GUID.
I can load the LoggedAuto_GUID when one is SELECTED if there are MULTIPLE listings. If there is only ONE auto, the user does not need to select it because the child shows. They can update the child from the child browse. I need the Automobile_GUID.
Question:
If there is only 1 entry in the Browse for Automobiles, where can I capture the Automobile_GUID for that one record and stuff it into my system variable (LoggedAuto_GUID)?
So,
1. I would have to test to make sure only one entry.
2. If so, then store the system variable (LoggedAuto_GUID) from the loaded record.
Where is the correct embed point to do the test and load the system variable (LoggedAuto_GUID) if there is only one auto?
TIA,
Ron Jolda