I have the following function to fill a comboBox with the data entered in the form by the user, this works correctly.
def onTextChanged(self, text):
if text:
sql = ("SELECT sec.Nombre as Seccion,sec,idSeccion FROM [Lote] lot \...
asked by
06.08.2018 / 12:55