[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 • Campos ocultos em Tabela Virtual
Página 1 de 1

Campos ocultos em Tabela Virtual

Enviado: Maio 4th, 2012, 1:22 pm
por mlacunha
Olá pessoal,
Estou criando duas tabelas. Uma real chamada tbUnidDP e outra virtual chamada tbUnidCoo que usa como tabela física a anterior. Em ambas tem um campo chamado "tpSetor" que identificará se é uma coordenação ('C'), ou um departamento ('D'). Em cada uma havera um filtro mestre que usará este campo como base.
Como faço para inserir ocultamente os valores "D" e "C" em cada formulario de forma transparente para o usuário?
Quer dizer, se ele inserir um registro no formulario "Departamentos" o sistema coloca "D" e no de Coordenações (tabela virtual) um "C" sem que o usuário veja o campo, nem na tela de entrada de dados e nem na consulta.

Agradeço a resposta.

Re: Campos ocultos em Tabela Virtual

Enviado: Maio 4th, 2012, 3:47 pm
por Gustavo
Olá,

Insira o campo no formulário e deixe ele invisível.

Em "Tabelas" nas propriedade "Invisível" do campo deixe como "Sim", para que não apareça no grid de consulta.