tedeski Posted January 15, 2016 Posted January 15, 2016 Bom dia, preciso criar um FORM principal com um relatório modelo onde nesse form existem variaveis...... quando eu herdar podera dar aqueles problemas de misturar variaveis das sessões?? Good morning, I need to create a master FORM with a model report in this form where there are variables ...... when I will be able to inherit those problems to mix variables of the sessions ?? Quote
Marlon Nardi Posted January 15, 2016 Posted January 15, 2016 Bom dia, Utilize as mesmas na seção private de seu Form que não haverá problema algum, nunca utilize variáveis globais em seus projetos UniGui, pois outras sessões conectadas podem ter acesso a elas. Caso necessite utilizar variáveis globais utilize-a dentro do UniMainModule que seria variáveis globais para sua própria sessão. Use the same in the private section of your Form that there is no problem , never use global variables in your UniGui projects because other connected sessions can have access to them.If you need to use global variables use it within the UniMainModule would be global variables to their own session. Quote
tedeski Posted January 15, 2016 Author Posted January 15, 2016 muito obrg. Bom dia, Utilize as mesmas na seção private de seu Form que não haverá problema algum, nunca utilize variáveis globais em seus projetos UniGui, pois outras sessões conectadas podem ter acesso a elas. Caso necessite utilizar variáveis globais utilize-a dentro do UniMainModule que seria variáveis globais para sua própria sessão. Use the same in the private section of your Form that there is no problem , never use global variables in your UniGui projects because other connected sessions can have access to them.If you need to use global variables use it within the UniMainModule would be global variables to their own session. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.