PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 25 → ula 1096 - Windev - Dicas 023/... - Colocar Grupo e Deixar visivel ou nao
ula 1096 - Windev - Dicas 023/... - Colocar Grupo e Deixar visivel ou nao
Débuté par amarildo, 18 mar. 2017 10:54 - Aucune réponse
Membre enregistré
535 messages
Popularité : +14 (14 votes)
Posté le 18 mars 2017 - 10:54
Nessa dica de hoje,
vou mostrar como deixar visivel
ou nao um grupo

//Inicializacao do Programa Deixar invisivel
//Initialization of the Invisible Program
GR_representante..Visible=False
// Estou deixando invisivel esse grupo
// I'm leaving this group invisible

// Botao Confirme Senha
// Password Confirm Password

IF EDT_senha="teste" THEN
// Se senha for igual a teste
// If password is equal to test
GR_representante..Visible=True
// vai deixar visivel grupo representante
// Will make visible representative group
END


http://windevdesenvolvimento.blogspot.com.br/2017/03/aula-1096-windev-dicas-023-colocar.html

https://www.youtube.com/watch?v=gBG4x493t7Y&feature=youtu.be