Guerra7 Posted July 3, 2012 at 11:51 PM Report Share #467175 Posted July 3, 2012 at 11:51 PM Boas pessoal, estou aqui com uma dúvida...é o seguinte ... eu faço uma pesquisa por Nome Ou Numero Contribuinte ou Telemóvel e depois aparece numa datagridview e eu queria a partir de lá, carregando sobre a linha que todos os dados dessa mesma linha ( registo ) aparecesse nas devidas TextBox... Campos da DataGridView : Nome | NContribuinte | Telemovel Caixas de Texto : txtnomebd.text | txtcontribuinte.text | txttelemovelbd.text Se me poderem dizer como passo da datagridview para as textbox sff ... Link to comment Share on other sites More sharing options...
Guerra7 Posted July 5, 2012 at 02:49 AM Author Report Share #467352 Posted July 5, 2012 at 02:49 AM (edited) É assim tão dificil que ninguem me diz , ou é facil demais para me dizerem ? 😁 Edited July 5, 2012 at 02:49 AM by Guerra7 Link to comment Share on other sites More sharing options...
FreiNando Posted July 5, 2012 at 08:51 PM Report Share #467552 Posted July 5, 2012 at 08:51 PM É assim tão dificil que ninguem me diz , ou é facil demais para me dizerem ? 😁 Pode não ser fácil usar pela primeira vez, mas é fácil procurar. Ademais, isso é VB.Net e colocaste a dúvida em VBA. Tenta usar o event CurrentCellChanged e a propriedade Item. O caminho mais curto para conseguir fazer muitas coisas é fazer uma de cada vez. Samuel Smiles Link to comment Share on other sites More sharing options...
bioshock Posted July 6, 2012 at 01:28 PM Report Share #467686 Posted July 6, 2012 at 01:28 PM Naquele evento: Me.TextBox1.Text = Me.DataGridView1.CurrentRow.Cells(0).Value Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now