Hello Experts,
I have a combobox in a grid that auto populates as the user types in for example: "Lights"
if lights is wildcard the user can finish typing lights or simply select it, the AllowAddNew property is set to .T. of the grid
so the user can type something new like say for example: muffler and muffler will automatically be stored for the next time.
However my problem is, if there is a wildcard and the user selects that wildcard, it will create duplicate entry.
Is there a way to stop it from duplicating entries?
I have a combobox in a grid that auto populates as the user types in for example: "Lights"
if lights is wildcard the user can finish typing lights or simply select it, the AllowAddNew property is set to .T. of the grid
so the user can type something new like say for example: muffler and muffler will automatically be stored for the next time.
However my problem is, if there is a wildcard and the user selects that wildcard, it will create duplicate entry.
Is there a way to stop it from duplicating entries?