Crystal Report - ayuda

 
Vista:

ayuda

Publicado por sandra (2 intervenciones) el 09/07/2004 20:11:00
necesito saber como hago para crear formulas con el crviewer (lo q necesito es la sintaxis)tengo esto

Screen.MousePointer = 11
Set crReport = crApp.OpenReport("c:\sisgeco imfluid\informes imfluid\despacho_2.rpt", 1)
CRViewer.ReportSource = crReport
CRViewer.Top = 0
CRViewer.Left = 0
CRViewer.Height = ScaleHeight
CRViewer.Width = ScaleWidth
CRViewer.ViewReport
Screen.MousePointer = 0
asi me llama un reporte normel pero como hago para agregar la formula osea como escrviewer. "que"
gracias
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:ayuda

Publicado por paula (6 intervenciones) el 13/07/2004 17:49:59
CRViewer.ParameterFields.Item(1).AddCurrentValue (parametro_1)parametro_1->variable que envias como parametro
CRViewer.ParameterFields.Item(2).AddCurrentValue (parametro_2)
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar