11,567 questions
Hi @ELIRDFUL ,
You can't use >
directly between String and int.
You have to convert the String into int.
if (int.Parse(busquedaFactua.TextTotalClientes.Text) > 0 & VariablesGlobales.Aceptar == "SI")
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.