[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • Desabilitar controles de formulários em tempo de execução
Página 1 de 1

Desabilitar controles de formulários em tempo de execução

Enviado: Junho 13th, 2012, 8:35 am
por flaviogonzaga
Bom dia a todos!

Preciso desabilitar algumas propriedades do form em tempo de execução, ou seja, os botões de minimizar, maximizar e o botão fechar do form, deixando habilitados somente os botões salvar e desistir.

Alguém pode ajudar???

Desde já agradeço.

Flávio Gonzaga

Re: Desabilitar controles de formulários em tempo de execuçã

Enviado: Junho 20th, 2012, 5:53 pm
por Gustavo
Olá,

Simplesmente desabilite os botões colocando a propriedade enable para false.
Apenas defina quando isso irá acontecer(ao clicar em um botão ou ao abrir o form, etc).

Re: Desabilitar controles de formulários em tempo de execuçã

Enviado: Junho 21st, 2012, 11:01 pm
por flaviogonzaga
Gustavo,

Agradeço a sua resposta mas não acho que seja assim tão simples, mesmo porque o que prá você pode ser muito simples, prá outras pessoas pode não ser, não é verdade???
A propriedade que tenho de alterar é bordericons.bisystemmenu, alterando-a para false ou true, conforme a situação desejada.
Ocorre que quando tento fazer isso pelo delphi está ocorrendo o erro anexo.
De qualquer maneira, resolvi com um procedimento alternativo que foi salvando a tabela principal ao fechar o formulário filho.

Mas agradeço pela sua costumeira atenção.

Att,

Flávio Gonzaga