[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 • campo data
Página 1 de 1

campo data

Enviado: Setembro 3rd, 2012, 11:09 am
por Paulo Campregher
Ola num formulário tenho um campo data definido mascara 99/99/9999 quando abro o formulário essa campo aparece sempre vazio, já com dados digitados, tenho que ir com o formulario próximo ou anterior para que esse campo fique vizivel. Uso tipo de formulário modelo_MDI_CS, outro campo que não aparece nada é o tipo valor válido ex: solteiro, casado etc...só aparece no campo se vc avansar ou abrir novamente o formulário... Xmaker5 delphi 5 alguma dica? um abraço à todos.

Re: campo data

Enviado: Setembro 4th, 2012, 9:48 am
por Leão
Olá Paulo, você quer que o campo data venha já preenchido? se for no evento OnShow
XDateEdit1.Text:=DateToStr(date);

No outro caso, tipo, melhor na tabela informe o tipo Padrão...


Obrigado,
Leão