Caso eu fazer uma tabela por programacao, ou por query
na hora de modificar ou excluir o cadastro tenho de fazer o seguinte:
=================================================================
IF TableSelect(TABLE_cliente)=-1 THEN RETURN
HReset(cliente)
HReadSeekFirst(cliente,id_cliente,TABLE_cliente.COL_IdCliente)
IF HFound(cliente) THEN
// Open the form of cliente file in modification mode
Open(WIN_Form_cliente)
// Refresh the table
TableDisplay(TABLE_cliente,taCurrentSelection)
END
=================================================================
HReset(cliente)
HReadSeekFirst(cliente,id_cliente,WIN_Table_cliente.COL_IdCliente)
IF HFound(cliente) THEN
END
Nenhum comentário:
Postar um comentário