Merci je vais essayer ca tout de suite et je vous tiens au courant
merci
-------------------------------
Réponse au message :
-------------------------------
> tien voici un code que j'avais fait il y a longtemps pour ça, il est pas parfait mais bon, il permet d'imprimer le tableau sur plusieur page s'ile entre pas :
>
>
> On Error GoTo Fin2 > bb = 0 > For i = 0 To gr.Cols - 1 > bb = bb + gr.ColWidth(i) > Next i > For i = 0 To Int((gr.RowHeight(1) * gr.Rows) / Printer.ScaleHeight) > For j = 0 To Int(bb / Printer.ScaleWidth) > Printer.PaintPicture gr.Picture, 0 - (j * Printer.ScaleWidth), 0 - (i * Printer.ScaleHeight) > Printer.NewPage > Next j > Next i > Fin2: Printer.EndDoc > > |
>
> *******Sébastien VALAT*********
> *****Mon site : TI-NET : http://www.ti-net.ht.st/*****
>
>
> -------------------------------
> Réponse au message :
> -------------------------------
>
> > Bonjour je souhaiterai imprimer une flegrid mais pas moyen
> >
> > j'ai vu les solution comme la passer dans une picture box mais j'ai une erreur sur la propriétes .Picture
> >
> > merci de votre aide
> >
>