Salomao Coelho Postado Abril 13, 2012 Denunciar Share Postado Abril 13, 2012 (editado) estou fazendo uma Agenda faço uma consulta e coloco no dbgrid, function Page1Create($sender, $params){$cod_id= $_SESSION[id];$db = new D3Sql;$db->baglan(192.168.1.128,root,scl2615a50); // Connecting Mysql Server$db->dbsec(Agenda); // Select Database$db->sql(select nome, telefone from agenda where nome like A% and user_id=$cod_id order by nome ASC ); // Execute Query return Datasource?><br><DIV>.<?php$db->style=array(row1=>example_row1_style,row2=>example_row2_style,thead=>example_thead_style);echo $db->grid(); // Print Grid With Style?></div></br>.<?php}function btAClick($sender, $params){ ?>document.getElementById(agenda.php).reset();<?php$cod_id= $_SESSION[id];$db = new D3Sql;$db->baglan(192.168.1.128,root,scl2615a50); // Connecting Mysql Server$db->dbsec(Agenda); // Select Database$db->sql(select nome, telefone from agenda where nome like A% and user_id=$cod_id order by nome ASC ); // Execute Query return Datasource?><br><DIV>.<?php$db->style=array(row1=>example_row1_style,row2=>example_row2_style,thead=>example_thead_style);echo $db->grid(); // Print Grid With Style?></div></br>.<?phpsó que quando troco de um botão(letra) pra outro queria que limpasse a consulta e fizesse uma novo dbgrid Editado Abril 13, 2012 por Salomao Coelho Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Salomao Coelho
estou fazendo uma Agenda faço uma consulta e coloco no dbgrid,
function Page1Create($sender, $params)
{
$cod_id= $_SESSION[id];
$db = new D3Sql;
$db->baglan(192.168.1.128,root,scl2615a50); // Connecting Mysql Server
$db->dbsec(Agenda); // Select Database
$db->sql(select nome, telefone from agenda where nome like A% and user_id=$cod_id order by nome ASC ); // Execute Query return Datasource
?>
<br>
<DIV>.
<?php
$db->style=array(
row1=>example_row1_style,
row2=>example_row2_style,
thead=>example_thead_style
);
echo $db->grid(); // Print Grid With Style
?>
</div></br>.<?php
}
function btAClick($sender, $params)
{
?>
document.getElementById(agenda.php).reset();
<?php
$cod_id= $_SESSION[id];
$db = new D3Sql;
$db->baglan(192.168.1.128,root,scl2615a50); // Connecting Mysql Server
$db->dbsec(Agenda); // Select Database
$db->sql(select nome, telefone from agenda where nome like A% and user_id=$cod_id order by nome ASC ); // Execute Query return Datasource
?>
<br>
<DIV>.
<?php
$db->style=array(
row1=>example_row1_style,
row2=>example_row2_style,
thead=>example_thead_style
);
echo $db->grid(); // Print Grid With Style
?>
</div></br>.<?php
só que quando troco de um botão(letra) pra outro queria que limpasse a consulta e fizesse uma novo dbgrid
Editado por Salomao CoelhoLink para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.