With the code below in V9 it works perfectly but in V10 nothing happens when selecting a client from the list either with F4 again or with enter. What's the difference for V10? Is there any other way to do this?
string s = "SELECT Cliente, Nome, Fac_Mor, Fac_Tel, NumContrib From Clientes";
string res = plataforma.Listas.GetF4SQL("Clientes", s, "Cliente");
MessageBox.Show(res);