[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 • Como chamar um Formulário automaticamente na Abertura
Página 1 de 1

Como chamar um Formulário automaticamente na Abertura

Enviado: Agosto 29th, 2012, 11:49 am
por Romero
Olha eu aqui de novo com perguntar de noob.. rsss

?? o seguinte quero que assim que meu sistema seja carregado, ou seja, apareça a tela normal do sistema após a senha,
Que um Form seja aberto automaticamente, sem a necessidade do usuário clicar em nada, ele simplesmente apareça como se fosse um daqueles lembretes ..

Como faço isso...

Re: Como chamar um Formulário automaticamente na Abertura

Enviado: Agosto 31st, 2012, 10:08 am
por Leão
No OnShow, do formulário principal.

FormRel_plan1 := TFormRel_plan1.Create(Application);
Try
FormRel_plan1.ShowModal;
Finally
FormRel_plan1.Free;
end;


PnOpcoesResize(Self);
end;


Obrigado,
Leão