I have a DataGridView
on my form, remembering that it gets the name of the forms from the MySQL database.
I have tried some ways to click on the name of the form in DataGridView
and open it, but I did not succeed.
Table examples
Column Name:
id,
nome - (nome fantasia do formulário) [Empresas],
slug - (nome real do formulário na aplicação) [frm_empresas]
The idea is to click on the record in DataGridView
and open the form, however collecting the name of the form in DataGridView
from column slug
.