i trying this
“long ll_row
string matricula
ll_row = dw_2.getrow()
matricula = dw_2.getitemstring(row, ‘COD_VACUM’)
MessageBox(‘Aviso’, matricula)”
i want to do a retrieve where i get the data related to Cod_vacum, but when i click the dropdown, just get another values, but not that i want, so can someone help me please? im learning and i cant find any documentation reference of this problem in the web., Sorry for my bad english my main language is spanish.
i changed the retrieve, for a MessageBox, to know wich value is getting “matricula”, but never get the value that i need and i didnt understand why.
I just need understand why the row selected, doesn’t match with the text that i need to select.
Jonathan Ferrer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.