Titre Fenetre
Contenu Fenetre
Connexion
  • Se souvenir de moi
J'ai oublié mon mot de passe
BDGest'Arts, BDGest'ival, c'est parti !
Image Image Image

Rapports BGtools

Pour présenter et découvrir tous les addons de BD Gest' développés par des utilisateurs

Rapports BGtools

Messagede sergeg » 03/02/2003 11:37

Est-ce que des gens auraient des rapports à nous faire passer :ok:

Pour moi qui débute dans BGTOOLS celà serait cool :P

Le rapport qui m'interresse serait celui qui reprend la collec de Bd en liste pour la trimbaler lors des achats :shock:
Avatar de l’utilisateur
sergeg
BDébordé
BDébordé
 
Messages: 171
Inscription: 06/07/2002
Localisation: Grenoble
Age: 61 ans

Rapports BGtools

Messagede boyerf » 03/02/2003 18:19

Est-ce que des gens auraient des rapports à nous faire passer :ok:

Pour moi qui débute dans BGTOOLS celà serait cool :P

Le rapport qui m'interresse serait celui qui reprend la collec de Bd en liste pour la trimbaler lors des achats :shock:


Si tu me donne la liste des champs qui t'interressent, je t'en fais un (que je mettrai ici). Il faut faire une selection au minimum des champs car il y en a beaucoup trop pour une BD.

A+ François
Avatar de l’utilisateur
boyerf
BDébranché
BDébranché
 
Messages: 112
Inscription: 10/07/2002
Localisation: Paris
Age: 55 ans

Rapports BGtools

Messagede sergeg » 05/02/2003 20:24

En fait j'aimerais une liste avec

Série, n°album, titre album, Dépôt légal, mention eo

Si c'est possible :P

Merçi d'avance :ok:
Avatar de l’utilisateur
sergeg
BDébordé
BDébordé
 
Messages: 171
Inscription: 06/07/2002
Localisation: Grenoble
Age: 61 ans

Rapports BGtools

Messagede boyerf » 13/02/2003 18:35

En fait j'aimerais une liste avec

Série, n°album, titre album, Dépôt légal, mention eo

Si c'est possible :P

Merçi d'avance :ok:


Désolé du retard, j'ai bossé sur une amélioration du moteur de génération de rapport. Ce modèle de rapport fonctionne avec la nouvelle version qui est en beta (2.6 beta). Je te l'envoie par courrier.
Le rapport est ci-dessous (faire un copier coler dans un fichier texte avec une extension html.
Je t'envoi par mail la version 2.6 beta pour utiliser ce modèle. A toi de le personnaliser (code HTML).


[code:1:740092ef2c]
<html>
<!--
BDGTOOLS V2.6
MODELE : SERIES et ALBUMS sur 1 cl
OBJECTIF : Rapport sur toutes les series présentes dans la base avec leurs albums sur 1 colonne.
TEXTE DE LA REQUETE :
<DEBUT_REQUETE>
select s.titre, a.num, a.numa, a.titre, a.edo, a.dl
from series S, albums A
where A.idserie=S.idserie
order by s.titre, a.num
<FIN_REQUETE>
<DIRECTIVE_NB_COLONNE=1>
<DIRECTIVE_CHANGEMENT_ZONE=s.titre>
//-->
<head>

<SCRIPT LANGUAGE="JavaScript">
<!--
function PopupImage(img) {
titre="Popup Image : " + img;
w=open("",'image','width=500,height=500,toolbar=no,scrollbars=no,resizable=yes');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0>");
w.document.write("");
w.document.write("</BODY></HTML>");
w.document.close();
}
//-->
</SCRIPT>


<style TYPE="text/css">
text,body,p,div,span,th,td,ul,li { FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: black; background: white; }
HR { color: black; }
A:link { COLOR: #003399; background: white; }
A:visited { COLOR: #003399; background: white; }
A:hover { COLOR: #CC0000; background: white; }
A:active { COLOR: #CC0000; background: white; }
td.blk { color: white; background: black; border: solid; border-color: black; }
table.blk { color: white; background: black; border: solid; border-color: black; border-width: thin; }
table.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
td.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
p.title { font-size: 18pt; font-weight: bold; }
</style></head><body>
<p>Catalogue créé le $$INFO_XDATE à $$INFO_XHEURE avec BDGTools.</p>

<H1>Ma collection de BD</H1>

$$BALISE_ZONE_DEBUT

<H2>SERIE : $$CHAMP_S.TITRE</H2>
<P>

<table WIDTH=80% class="blk" border="1" cellspacing="0" cellpadding="5"><tr>
<td class="blk" nowrap>Num</td>
<td class="blk" nowrap>Num_A</td>
<td class="blk" nowrap>Titre</td>
<td class="blk" nowrap>EdO</td>
<td class="blk" nowrap>Dépot légal</td>
</tr>

$$BALISE_DEBUT
<tr>
<td class="lgt">$$CHAMP_NUM&nbsp;</td>
<td class="lgt">$$CHAMP_NUMA&nbsp;</td>
<td class="lgt">$$CHAMP_A.TITRE&nbsp;</td>
<td class="lgt">$$CHAMP_EDO&nbsp;</td>
<td class="lgt">$$CHAMP_DL&nbsp;</td>
</tr>
$$BALISE_FIN

</table><p>
$$BALISE_ZONE_FIN
<strong>Total: $$INFO_ELEMENTS Albums</strong></p>
<strong>Base : $$INFO_BASE</strong></p>
</body></html>
[/code:1:740092ef2c]
Avatar de l’utilisateur
boyerf
BDébranché
BDébranché
 
Messages: 112
Inscription: 10/07/2002
Localisation: Paris
Age: 55 ans

Rapports BGtools

Messagede Mang! » 16/02/2003 16:16

En fait j'aimerais une liste avec

Série, n°album, titre album, Dépôt légal, mention eo

Si c'est possible :P

Merçi d'avance :ok:


Désolé du retard, j'ai bossé sur une amélioration du moteur de génération de rapport. Ce modèle de rapport fonctionne avec la nouvelle version qui est en beta (2.6 beta). Je te l'envoie par courrier.
Le rapport est ci-dessous (faire un copier coler dans un fichier texte avec une extension html.
Je t'envoi par mail la version 2.6 beta pour utiliser ce modèle. A toi de le personnaliser (code HTML).


[code:1:5350819db1]
<html>
<!--
BDGTOOLS V2.6
MODELE : SERIES et ALBUMS sur 1 cl
OBJECTIF : Rapport sur toutes les series présentes dans la base avec leurs albums sur 1 colonne.
TEXTE DE LA REQUETE :
<DEBUT_REQUETE>
select s.titre, a.num, a.numa, a.titre, a.edo, a.dl
from series S, albums A
where A.idserie=S.idserie
order by s.titre, a.num
<FIN_REQUETE>
<DIRECTIVE_NB_COLONNE=1>
<DIRECTIVE_CHANGEMENT_ZONE=s.titre>
//-->
<head>

<SCRIPT LANGUAGE="JavaScript">
<!--
function PopupImage(img) {
titre="Popup Image : " + img;
w=open("",'image','width=500,height=500,toolbar=no,scrollbars=no,resizable=yes');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0>");
w.document.write("");
w.document.write("</BODY></HTML>");
w.document.close();
}
//-->
</SCRIPT>


<style TYPE="text/css">
text,body,p,div,span,th,td,ul,li { FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: black; background: white; }
HR { color: black; }
A:link { COLOR: #003399; background: white; }
A:visited { COLOR: #003399; background: white; }
A:hover { COLOR: #CC0000; background: white; }
A:active { COLOR: #CC0000; background: white; }
td.blk { color: white; background: black; border: solid; border-color: black; }
table.blk { color: white; background: black; border: solid; border-color: black; border-width: thin; }
table.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
td.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
p.title { font-size: 18pt; font-weight: bold; }
</style></head><body>
<p>Catalogue créé le $$INFO_XDATE à $$INFO_XHEURE avec BDGTools.</p>

<H1>Ma collection de BD</H1>

$$BALISE_ZONE_DEBUT

<H2>SERIE : $$CHAMP_S.TITRE</H2>
<P>

<table WIDTH=80% class="blk" border="1" cellspacing="0" cellpadding="5"><tr>
<td class="blk" nowrap>Num</td>
<td class="blk" nowrap>Num_A</td>
<td class="blk" nowrap>Titre</td>
<td class="blk" nowrap>EdO</td>
<td class="blk" nowrap>Dépot légal</td>
</tr>

$$BALISE_DEBUT
<tr>
<td class="lgt">$$CHAMP_NUM&nbsp;</td>
<td class="lgt">$$CHAMP_NUMA&nbsp;</td>
<td class="lgt">$$CHAMP_A.TITRE&nbsp;</td>
<td class="lgt">$$CHAMP_EDO&nbsp;</td>
<td class="lgt">$$CHAMP_DL&nbsp;</td>
</tr>
$$BALISE_FIN

</table><p>
$$BALISE_ZONE_FIN
<strong>Total: $$INFO_ELEMENTS Albums</strong></p>
<strong>Base : $$INFO_BASE</strong></p>
</body></html>
[/code:1:5350819db1]


J'ai copié tout ca dans un fichier renommé en html ,puis j'ai lancé BDGTOOLS,Rapports HTML,charger un modèle (mon fameux fichier html)
et la j'ai pas tout compris ................
quelqu'un peu m'en dire + ?
Merci
Avatar de l’utilisateur
Mang!
BDétraqué
BDétraqué
 
Messages: 658
Inscription: 03/07/2002
Localisation: F-59 Mons en Baroeul
Age: 59 ans

Rapports BGtools

Messagede boyerf » 16/02/2003 20:16

C'est un modele de rapport qui fonctionne avec la version 2.6 de BDGTools qui est en test et donc non distribuée (voir mon message).

Avec la 2.5, ça ne va rien donner...

Patience, je termine une nouvelle version avec quelques rapports tout fait et un peu plus élaborés.

François
Avatar de l’utilisateur
boyerf
BDébranché
BDébranché
 
Messages: 112
Inscription: 10/07/2002
Localisation: Paris
Age: 55 ans

Rapports BGtools

Messagede Mang! » 16/02/2003 20:22

Merci pour ta réponse je vais attendre

:ok: :ok:
Avatar de l’utilisateur
Mang!
BDétraqué
BDétraqué
 
Messages: 658
Inscription: 03/07/2002
Localisation: F-59 Mons en Baroeul
Age: 59 ans

Rapports BGtools

Messagede sergeg » 17/02/2003 13:07

Merci encore Boyerf

J'ai bien recu le message

Tcho
Avatar de l’utilisateur
sergeg
BDébordé
BDébordé
 
Messages: 171
Inscription: 06/07/2002
Localisation: Grenoble
Age: 61 ans

Rapports BGtools

Messagede Buck » 01/06/2003 15:50

Salut Serge

As-tu eu une réponse au sujet de la liste de BD que tu souhaites avoir sur toi. J'ai posé la même question dans une autre rubrique mais pas de réponse. J'ai fais un copier coller du fichier tec=xte avec extention html mais çà ne donne rien.
Marci d'avance
Buck
BDéboussolé
BDéboussolé
 
Messages: 7
Inscription: 02/02/2003
Localisation: Angoulême
Age: 63 ans

Rapports BGtools

Messagede sergeg » 02/06/2003 09:44

yes j'ai bien eu une réponse

Tchô
Avatar de l’utilisateur
sergeg
BDébordé
BDébordé
 
Messages: 171
Inscription: 06/07/2002
Localisation: Grenoble
Age: 61 ans

Rapports BGtools

Messagede D_Phil » 24/08/2004 10:54

En fait j'aimerais une liste avec

Série, n°album, titre album, Dépôt légal, mention eo

Si c'est possible :P

Merçi d'avance :ok:


Désolé du retard, j'ai bossé sur une amélioration du moteur de génération de rapport. Ce modèle de rapport fonctionne avec la nouvelle version qui est en beta (2.6 beta). Je te l'envoie par courrier.
Le rapport est ci-dessous (faire un copier coler dans un fichier texte avec une extension html.
Je t'envoi par mail la version 2.6 beta pour utiliser ce modèle. A toi de le personnaliser (code HTML).


[code:1:0c97e3e36c]
<html>
<!--
BDGTOOLS V2.6
MODELE : SERIES et ALBUMS sur 1 cl
OBJECTIF : Rapport sur toutes les series présentes dans la base avec leurs albums sur 1 colonne.
TEXTE DE LA REQUETE :
<DEBUT_REQUETE>
select s.titre, a.num, a.numa, a.titre, a.edo, a.dl
from series S, albums A
where A.idserie=S.idserie
order by s.titre, a.num
<FIN_REQUETE>
<DIRECTIVE_NB_COLONNE=1>
<DIRECTIVE_CHANGEMENT_ZONE=s.titre>
//-->
<head>

<SCRIPT LANGUAGE="JavaScript">
<!--
function PopupImage(img) {
titre="Popup Image : " + img;
w=open("",'image','width=500,height=500,toolbar=no,scrollbars=no,resizable=yes');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0>");
w.document.write("");
w.document.write("</BODY></HTML>");
w.document.close();
}
//-->
</SCRIPT>


<style TYPE="text/css">
text,body,p,div,span,th,td,ul,li { FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: black; background: white; }
HR { color: black; }
A:link { COLOR: #003399; background: white; }
A:visited { COLOR: #003399; background: white; }
A:hover { COLOR: #CC0000; background: white; }
A:active { COLOR: #CC0000; background: white; }
td.blk { color: white; background: black; border: solid; border-color: black; }
table.blk { color: white; background: black; border: solid; border-color: black; border-width: thin; }
table.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
td.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
p.title { font-size: 18pt; font-weight: bold; }
</style></head><body>
<p>Catalogue créé le $$INFO_XDATE à $$INFO_XHEURE avec BDGTools.</p>

<H1>Ma collection de BD</H1>

$$BALISE_ZONE_DEBUT

<H2>SERIE : $$CHAMP_S.TITRE</H2>
<P>

<table WIDTH=80% class="blk" border="1" cellspacing="0" cellpadding="5"><tr>
<td class="blk" nowrap>Num</td>
<td class="blk" nowrap>Num_A</td>
<td class="blk" nowrap>Titre</td>
<td class="blk" nowrap>EdO</td>
<td class="blk" nowrap>Dépot légal</td>
</tr>

$$BALISE_DEBUT
<tr>
<td class="lgt">$$CHAMP_NUM&nbsp;</td>
<td class="lgt">$$CHAMP_NUMA&nbsp;</td>
<td class="lgt">$$CHAMP_A.TITRE&nbsp;</td>
<td class="lgt">$$CHAMP_EDO&nbsp;</td>
<td class="lgt">$$CHAMP_DL&nbsp;</td>
</tr>
$$BALISE_FIN

</table><p>
$$BALISE_ZONE_FIN
<strong>Total: $$INFO_ELEMENTS Albums</strong></p>
<strong>Base : $$INFO_BASE</strong></p>
</body></html>
[/code:1:0c97e3e36c]


J'aimerais bien essayer mais marche po....
Pb de Balise zone début
HELP ME PLEASE!!! :cry:
Avatar de l’utilisateur
D_Phil
BDémoniaque
BDémoniaque
 
Messages: 844
Inscription: 04/07/2002
Localisation: ST-DIZIER 52
Age: 64 ans


Retourner vers Addons pour BD Gest'

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités