Crystal report 8.0 + Visual basic 6.0+POSTGRESQL

From: "ruben avila galindo" <ruben2218(at)hotmail(dot)com>
To: colina_movil(at)yahoo(dot)com, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Crystal report 8.0 + Visual basic 6.0+POSTGRESQL
Date: 2007-02-10 23:02:18
Message-ID: BAY132-F39E89FC44CF318EA0434C5A8930@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

<html><div style='background-color:'><DIV class=RTE>hola como estan amigos postgreanos aca les paso un codigo interesante que he hecho en datareport claro desde visual basic a ver si a alguien le sirve pero mi inquietud si alguien ha hecho algo con crystal report ya que con crystal es mas rapido y da presencia asi me han dicho y queria ver como empezar.</DIV>
<DIV class=RTE>Espero sus ayudas y consejos de donde aprenderlo ha hacer.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Dim rpv As ADODB.Recordset<BR>&nbsp;&nbsp;&nbsp; Set rpv = New ADODB.Recordset<BR>&nbsp;&nbsp;&nbsp; rpv.CursorLocation = adUseClient<BR>&nbsp;&nbsp;&nbsp; rpv.open "select * from persona p left join proveedor c on c.cod_prov=p.cod_per where tipo_per='P'", cn, adOpenForwardOnly, adLockReadOnly<BR>&nbsp;&nbsp;&nbsp; Call datosempresa<BR>&nbsp;&nbsp;&nbsp; With rp_prove<BR>&nbsp;&nbsp;&nbsp; .Sections("encainforme").Controls("empresa").Caption = "" &amp; empresa<BR>&nbsp;&nbsp;&nbsp; .Sections("encainforme").Controls("rucs").Caption = "" &amp; ruc<BR>&nbsp;&nbsp;&nbsp; .Sections("Sección1").Controls("Codigo").DataField = "cod_per"<BR>&nbsp;&nbsp;&nbsp; .Sections("Sección1").Controls("Ruc").DataField = "ruc_per"<BR>&nbsp;&nbsp;&nbsp; .Sections("Sección1").Controls("Nombres").DataField = "nom_per"<BR>&nbsp;&nbsp;&nbsp; .Sections("Sección1").Controls("Direccion").DataField =
"dir_per"<BR>&nbsp;&nbsp;&nbsp; .Sections("Sección1").Controls("Telefonos").DataField = "tel_per"<BR>&nbsp;&nbsp;&nbsp; Set .DataSource = rpv<BR>&nbsp;&nbsp;&nbsp; .Show<BR>&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp; Set rpv = Nothing</DIV></div><br clear=all><hr>Recibe ofertas de empleo adaptadas a tu perfil. <a href="http://g.msn.com/8HMBESES/2752??PS=47575" target="_top">Introduce tu CV en MSN Empleo.</a> </html>

Attachment Content-Type Size
unknown_filename text/html 1.8 KB

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Douglas A. Escobar 2007-02-11 00:46:35 Conexion Remota
Previous Message Henry 2007-02-10 22:52:46 Re: ejecucion mas rapida que a base de scripts