0
You can capture the typed text in an Edit with the Input property Type = Suggest
when there is no ItemValue
valid?
Ex.
Trn Modelo {ModeloID, ModeloNome}
Trn Objeto {ObjetoID, ObjetoNome, ModeloID*}
*ModeloID = Edit (Input Type: Suggest; Item Values: ModeloID; Item Descriptions: ModeloNome)
Table Model
1 - Model 01
2 - Model 02
When registering an Object and typing 'Model 03'. Return 'There is no Model'.
How to Capture the String 'Template 03'?
Following example:
Gx Ev3 upgrade 1 + C#
The ai focus is not error message, but capture the typed text and insert into the table.
– Claudio Pereira