[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 • erro ao copilar
Página 1 de 1

erro ao copilar

Enviado: Abril 22nd, 2011, 11:11 am
por DenilsonCarlos
estou fazendo um sistema simples antes de colocar qualquer tabela eu copilo e da o seguinte erro :

rotinas.pas

Finaliza botões da barra superior
}
FormPrincipal.BarraPrincipal.Visible := False;
FormPrincipal.BtnLocalizar.Visible := False;
FormPrincipal.BtnIncluir.Visible := False;
FormPrincipal.BtnModificar.Visible := False;
FormPrincipal.BtnExcluir.Visible := False;
FormPrincipal.BtnPrimeiro.Visible := False;
FormPrincipal.BtnAnterior.Visible := False;
FormPrincipal.BtnProximo.Visible := False;
FormPrincipal.BtnUltimo.Visible := False;
{
Finaliza Menu Manutenção
}
FormPrincipal.Manutencao.Enabled := False;
{
Finaliza Menu Consulta
}
FormPrincipal.Consulta.Enabled := False;
end;

function CalcC(N1,N2: Extended; Operador: String; Decimal: Integer): Extended;
Var Masc: String;
I: Integer;
Resultado: Extended;
begin

________________________________________________________________

rotinas.pas (828) error undeclarade identifer `manutencao` rotinas.pas(828)erro missing operator or semicolon


eu troquei de micro e agora uso o windows 7 será que esqueci de instalar algo ?



Obrigado

Re: erro ao copilar

Enviado: Abril 22nd, 2011, 10:54 pm
por Suporte
Olá,

Você deve no mínimo definir um banco e uma tabela... é a concepção do Xmaker... faça isso, regere os fontes, menus e coloque a compilar novamente que não terá mais erros.

Re: erro ao copilar

Enviado: Abril 23rd, 2011, 10:15 pm
por DenilsonCarlos
Ok Obrigado pela ajuda :D