[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 • Digitar no grid
Página 1 de 1

Digitar no grid

Enviado: Janeiro 23rd, 2012, 11:12 am
por Paulo Campregher
Olá...preciso de um exemplo de como faço para digitar no grid Pai e filho ex: entrada de produtos data fornecedor nota fiscal
no grid itens da entrada codigo produto qtde entrada valor unit total do item

Re: Digitar no grid

Enviado: Janeiro 23rd, 2012, 3:07 pm
por Gustavo
Olá,

O Xmaker possui uma entrada de dados em GRID, porém para tabelas relacionadas como Filhas(exclusão em cascata).

Para entrada de dados diretamente no Grid pode ser feito da forma acima, porém desaconselhamos essa entrada, pois não é produtiva e nem possuiu os recursos de um formulario.

Para usuários mais avançados, pode ser feito um novo modelo de entrada de dados usando a codificação da entrada de dados filho, para edição direta em grid, mas a alteração implica em mudança na codificação do formulário.

Em sistemas legados essa entrada era muito comum na forma de browsers, porém com o windows o foco voltou-se para formulário, restando ao grid o papel de exposição dos dados.