Ver Mensaje Individual
  #2  
Antiguo 19-12-2012
Avatar de movorack
[movorack] movorack is offline
Miguel A. Valero
 
Registrado: feb 2007
Ubicación: Bogotá - Colombia
Posts: 1.346
Reputación: 20
movorack Va camino a la famamovorack Va camino a la fama
Hola cmfab

Por donde lo estás pensando es que va la cosa. El componente TfrxDesigner es el que te despliega el editor de reportes en ejecución.

Mira lo que dice el manual:

Cita:
1.2 Designing a report
Calling the report designer is performed via the “TfrxReport.DesignReport” method. A designer must be included in your project (it is enough to either use the “TfrxDesigner” component, or add the “frxDesgn” unit into the uses list).

The "DesignReport" method takes two default parameters: procedure DesignReport(Modal: Boolean = True; MDIChild: Boolean = False);

The Modal parameter determines whether the designer should be modal. The MDIChild parameter allows to make a designer window a MDI child window.

Example:
frxReport1.DesignReport;
__________________
Buena caza y buen remar... http://mivaler.blogspot.com
Responder Con Cita