Déplacer une line d'un état rave report

cs_jeje2 Messages postés 72 Date d'inscription lundi 29 juillet 2002 Statut Membre Dernière intervention 27 décembre 2012 - 18 nov. 2008 à 14:13
cs_jeje2 Messages postés 72 Date d'inscription lundi 29 juillet 2002 Statut Membre Dernière intervention 27 décembre 2012 - 21 nov. 2008 à 11:39
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="ProgId" content="Word.Document" />
<meta name="Generator" content="Microsoft Word 9" />
<meta name="Originator" content="Microsoft Word 9" />
<link rel="File-List" href="file:///C:/DOCUME%7E1/JROME%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_filelist.xml" />
<!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:HyphenationZone>21</w:HyphenationZone>
<w:DoNotOptimizeForBrowser/>
</w:WordDocument>
</xml><![endif]-->
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0pt;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
@page Section1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;
mso-header-margin:36.0pt;
mso-footer-margin:36.0pt;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
Bonjour,


Comment faire pour déplacer une ligne contenue dans un état Rave report ?

Voici mon code :


rvPage := RvRepport.ProjMan.FindRaveComponent('DA.Etat',nil) as TRavePage;

rvDataBand := RvRepport.ProjMan.FindRaveComponent('DataBand1', RvPage) As
TRaveDataBand;

rvDataBand.Height := 0.35;

rvHLine := RvRepport.ProjMan.FindRaveComponent('HLine4', rvPage) AS TRaveHLine;

rvHLine.Top := rvDataBand.Height;

rvVLine := RvRepport.ProjMan.FindRaveComponent('VLine3', rvPage) AS TRaveVLine;

rvVLine.Height := rvDataBand.Height;


Le code s'exécute sans erreurs mais rien ne change dans l'état.

J'ai insérer ce code dans l'événement OnValidateRow du RvDataSetConnection.


Merci d'avance,

jéjéBonjour,


Comment faire pour déplacer une ligne contenue dans un état Rave report ?

Voici mon code :


rvPage := RvRepport.ProjMan.FindRaveComponent('DA.Etat',nil) as TRavePage;

rvDataBand := RvRepport.ProjMan.FindRaveComponent('DataBand1', RvPage) As
TRaveDataBand;

rvDataBand.Height := 0.35;

rvHLine := RvRepport.ProjMan.FindRaveComponent('HLine4', rvPage) AS TRaveHLine;

rvHLine.Top := rvDataBand.Height;

rvVLine := RvRepport.ProjMan.FindRaveComponent('VLine3', rvPage) AS TRaveVLine;

rvVLine.Height := rvDataBand.Height;


Le code s'exécute sans erreurs mais rien ne change dans l'état.

J'ai insérer ce code dans l'événement OnValidateRow du RvDataSetConnection.


Merci d'avance,

jéjé

1 réponse

cs_jeje2 Messages postés 72 Date d'inscription lundi 29 juillet 2002 Statut Membre Dernière intervention 27 décembre 2012
21 nov. 2008 à 11:39
Personne n'a de solutions ?

jéjé
0
Rejoignez-nous