Jump to content


ghb

Member Since 12/06/2009
Offline Last Active 06/05/2010, 13:10
-----

Topics I've Started

Postgres Nao Consigo Rodar - Reinstalacao

04/05/2010, 13:13

Ola

Postgres 8.4 em Win Xp

Tive de desinstalar o Pg 8.4 de minha maquina , fiz reinstalacao mas nao consigo rodar o Sserver

Testei em 0utra maquina e deu mesmo erro apos reinstalacao.

Essa pergunta ja foi feita aqui no forum e nao teve resposta

Alguem tem alguma ideia pq isso acontece ?

Achei a resposta e funcionou

The steps reinstall postgresql
1) Uninstall PostgreSQL from the Windows Control Panel.

2) manually delete or rename the Program FilesPostgresql folders
- "C:\Arquivos de programas\PostgreSQL"
- "C:\Documents and Settings\postgres"
3) run the command - start > run > cmd >
net user postgres /delete

4) reboot.

5) Install PostgreSQL 8.4, with your firewall uninstalled or turned off if windows firewall -

Achei a resposta e funcionou

The steps reinstall postgresql
1) Uninstall PostgreSQL from the Windows Control Panel.

2) manually delete or rename the Program FilesPostgresql folders
- "C:\Arquivos de programas\PostgreSQL"
- "C:\Documents and Settings\postgres"
3) run the command - start > run > cmd >
net user postgres /delete

4) reboot.

5) Install PostgreSQL 8.4, with your firewall uninstalled or turned off if windows firewall -

Crlf Com Js

16/04/2010, 17:43

Ola

Estou tentando + String.fromCharCode(13) + String.fromCharCode(10) e nao esta funcionando

Como faco para colocar QUEBRA DE LINHA no final da string ?

Iframe - Acessar Elementos

12/04/2010, 15:26

Ola Todos;

Tenho dois frames em minha pagina e preciso manipular os elementos de uma para outra .

Alguem pode me ajudar ??

var frm = parent.document.getElementById('Frame2').contentDocument;

A partir deste ponto nao estou conseguindo fazer mais nada.

Popup Unload Nao Funciona No Firefox

30/10/2009, 14:57

Ola

Tenho uma janela popup e preciso rodar um evento qdo ela eh fechada no [X] do browser

no IE e CROME funciona

no FIREFOX o unload nao eh executado

alguem pode dar uma ajuda ???

Atualizacao De Frame Superior

21/10/2009, 10:16

Ola
Tenho um frame superior e inferior cfe codigo abaixo :

<frameset rows="62,*" cols="*" frameborder="fbYes" border="5" framespacing="0" >
<frame src="topo.php" name="topo" id="topo" scrolling="auto" marginwidth="0" marginheight="0" frameborder="1" >
<frame src="login.php" name="detalhe" id="detalhe" scrolling="auto" marginwidth="0" marginheight="0" frameborder="1" >
</frameset>
<noframes><body>
<form style="margin-bottom: 0" id="index" name="index" method="post" action="/admin/index.php">
<table width="800" style="height:600px" border="0" cellpadding="0" cellspacing="0" ><tr><td valign="top">
</td></tr></table>
</form></body></noframes>


A questao que no frame superior TOPO.PHP as vezes nao carrega .
uso este codigo em js para forcar atualizacao mas tb nao funciona
parent.frames['topo'].location.href = parent.frames['topo'].location.href;

Alguém pode me ajudar ?

IPB Skin By Virteq