Précédent   Forum du club des développeurs et IT Pro > Environnements de développement > Delphi > Débutant
Débutant Pour bien débuter avec Delphi
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse
 
Outils de la discussion
Publicité
'
Vieux 19/12/2012, 14h04   #1
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
Par défaut TQExportASCII non trouvé ?

bonjour a tous


l'orsque j'ouvre un projet deja développer un message s'affiche la class TQExportASCII non trouver ?

comment je pourrai ajouter cette class es que c'est un composant ?

merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 19/12/2012, 14h42   #2
SergioMaster
Modérateur
 
Avatar de SergioMaster
 
Homme Serge Girard
Développeur informatique
Inscription : janvier 2007
Messages : 4 207
Détails du profil
Informations personnelles :
Nom : Homme Serge Girard
Âge : 56
Localisation : France

Informations professionnelles :
Activité : Développeur informatique
Secteur : Industrie

Informations forums :
Inscription : janvier 2007
Messages : 4 207
Points : 7 265
Points : 7 265
Il ne s'agirait pas plutôt de TQRExportASCII ? composant de Quickreport Pro
__________________
La seule chose absolue dans un monde comme le nôtre, c'est l'humour. » Albert Einstein
J'entends et j'oublie. Je vois et je me souviens. Je fais et je comprends . Confucius
Si votre seul outil est un marteau, vous aurez tendance a ne voir que des clous
SergioMaster est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 19/12/2012, 14h57   #3
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
peut etre donc il faut ajouter le quickreport pro ? comment je fait ?



merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 19/12/2012, 15h45   #4
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
j'ai installer le quickrepot mais je ne trouve pas le composant TQExportASCII ?

merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 19/12/2012, 17h17   #5
sniper501
Invité de passage
 
Homme Salah TOUCHI
Ingénieur développement logiciels
Inscription : décembre 2009
Messages : 6
Détails du profil
Informations personnelles :
Nom : Homme Salah TOUCHI
Localisation : France

Informations professionnelles :
Activité : Ingénieur développement logiciels
Secteur : High Tech - Éditeur de logiciels

Informations forums :
Inscription : décembre 2009
Messages : 6
Points : 4
Points : 4
Citation:
Envoyé par delphino7 Voir le message
j'ai installer le quickrepot mais je ne trouve pas le composant TQExportASCII ?

merci
Salut !

En gros tu dois trouver la class TQExportASCII !

C'est quoi la version de ton IDE Delphi ?

si c'est pas une classe native, cherche à remplacer cette fonction, à mon avis elle sert à exporter des données en ASCII.

a+
sniper501 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/12/2012, 10h04   #6
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
bonjour

la version de delphi que j'ai c'est delphi7

oui exact elle sert a exporté des données en CSV mais je ne sais pas les etape a faire pour ce genre de programme , dans la partie est declarer donc je ne sais pas se qui manque dans le code pour qu'il puissent marché ?

merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/12/2012, 10h16   #7
sniper501
Invité de passage
 
Homme Salah TOUCHI
Ingénieur développement logiciels
Inscription : décembre 2009
Messages : 6
Détails du profil
Informations personnelles :
Nom : Homme Salah TOUCHI
Localisation : France

Informations professionnelles :
Activité : Ingénieur développement logiciels
Secteur : High Tech - Éditeur de logiciels

Informations forums :
Inscription : décembre 2009
Messages : 6
Points : 4
Points : 4
Citation:
Envoyé par delphino7 Voir le message
bonjour

la version de delphi que j'ai c'est delphi7

oui exact elle sert a exporté des données en CSV mais je ne sais pas les etape a faire pour ce genre de programme , dans la partie est declarer donc je ne sais pas se qui manque dans le code pour qu'il puissent marché ?

merci
T'arrive à compiler ?

ton problème est la compilation du code ? ou l'utilisation de la unit QExport3ASCII.pas ?

essaye de commenter ton code et de détecter exactement la partie qui te bloque, montre nous cette partie du code...

a+
sniper501 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/12/2012, 11h28   #8
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
ok je vais le faire maintenant

merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/12/2012, 12h20   #9
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
bonjour

voila j'arrive pas a compiler le code méme si je le met en commentaire

ci-dessous le code de déclaration de la parie type jusqu'au implémentation:

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
interface
 
uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, DB, DBTables, StdCtrls, Buttons, Grids, DBGrids, ComCtrls,
  QRExport, Mask, DBCtrls,
  QExport3, QExport3DBF, QExport3ASCII,
  QuickRpt, QRCtrls;
 
type
  TForm1 = class(TForm)   ;
    Query1: TQuery;
    DataSource1: TDataSource;
    BitBtn1: TBitBtn;
    DateTimePicker1: TDateTimePicker;
    DateTimePicker2: TDateTimePicker;
    Query1entite: TStringField;
    Query1type_trans: TStringField;
    Query1num_trans: TFloatField;
    Query1code_clien: TStringField;
    Query1num_ref: TFloatField;
    Query1date_ref: TDateField;
    Query1SECT: TStringField;
    Query1opperant: TStringField;
    Query1superv: TStringField;
    Query1obj_FC: TFloatField;
    Query1statut_cvn: TStringField;
    Query1cod_wil: TStringField;
    Query1cod_comp: TStringField;
    Query1date_trans: TDateField;
    Query1total_HT: TFloatField;
    Query1total_TVA: TFloatField;
    Query1T_remise: TFloatField;
    Query1total_TTC: TFloatField;
    Query1facturier: TStringField;
    QExport3ASCII1: TQExport3ASCII;
    BitBtn2: TBitBtn;
    Query6: TQuery;
    QExport3ASCII6: TQExport3ASCII;
    DataSource6: TDataSource;
    Query7: TQuery;
    DataSource7: TDataSource;
    QExport3ASCII7: TQExport3ASCII;
    Query6entite: TStringField;
    Query6type_trans: TStringField;
    Query6NUM_TRANS: TFloatField;
    Query6DATE_TRANS: TDateField;
    Query6CODE_CLIEN: TStringField;
    Query6CODE_PROD: TStringField;
    Query6Num_Lot: TStringField;
    Query6peremp: TDateField;
    Query6Qte_Trans: TFloatField;
    Query6VAL_HT: TFloatField;
    Query6Val_Rz: TFloatField;
    Query6VAL_TVA: TFloatField;
    Query6PU_achat: TFloatField;
    Query6PU_PPA: TFloatField;
    Query6PU_Demi: TFloatField;
    Query6PU_CESS: TFloatField;
    Query6Ix_Ligne: TStringField;
    Query6Hre_Trans: TStringField;
    Query7entite: TStringField;
    Query7type_trans: TStringField;
    Query7NUM_TRANS: TFloatField;
    Query7DATE_TRANS: TDateField;
    Query7CODE_CLIEN: TStringField;
    Query7CODE_PROD: TStringField;
    Query7Num_Lot: TStringField;
    Query7peremp: TDateField;
    Query7Qte_Trans: TFloatField;
    Query7VAL_HT: TFloatField;
    Query7Val_Rz: TFloatField;
    Query7VAL_TVA: TFloatField;
    Query7PU_achat: TFloatField;
    Query7PU_PPA: TFloatField;
    Query7PU_Demi: TFloatField;
    Query7PU_CESS: TFloatField;
    Query7Ix_Ligne: TStringField;
    Query7Hre_Trans: TStringField;
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Query16: TQuery;
    Query16entite: TStringField;
    Query16code_clien: TStringField;
    Query16NOM: TStringField;
    Query16code_wil: TStringField;
    Query16cod_activ: TStringField;
    Query16activite: TStringField;
    Query16cod_sect: TStringField;
    Query16secteur: TStringField;
    Query16cod_com: TStringField;
    Query16commercial: TStringField;
    Query16cod_superv: TStringField;
    Query16superv: TStringField;
    Query16obj_an: TFloatField;
    Query16veille: TStringField;
    Query16raison_veil: TStringField;
    Query16sup_veille: TStringField;
    Query16rai_sveil: TStringField;
    Query16cvn_client: TStringField;
    Query16chq_gar: TStringField;
    QExport3ASCII16: TQExport3ASCII;
    BitBtn3: TBitBtn;
    DataSource16: TDataSource;
    Label13: TLabel;
    Query21: TQuery;
    QExport3ASCII21: TQExport3ASCII;
    DataSource21: TDataSource;
    BitBtn4: TBitBtn;
    Label21: TLabel;
    Query26: TQuery;
    Query21entite: TStringField;
    Query21code_prod: TStringField;
    Query21num_lot: TStringField;
    Query21peremp: TDateField;
    Query21ETA: TFloatField;
    Query21STA: TFloatField;
    Query21IDV: TFloatField;
    Query21RIDV: TStringField;
    Query21IDV_2: TFloatField;
    Query21RIDV_2: TStringField;
    Query21IDV_3: TFloatField;
    Query21RIDV_3: TStringField;
    Query21IDV_4: TFloatField;
    Query21IDV_5: TFloatField;
    Query21cvn_prod: TStringField;
    Query21code_labo: TStringField;
    Query21code_frs: TStringField;
    Query21notre_mrg: TFloatField;
    Query21mrg_pharm: TFloatField;
    Query21PVU0: TFloatField;
    Query21PVU1: TFloatField;
    Query21PU_revient: TFloatField;
    Query21PU_vente: TFloatField;
    Query21PU_PPA: TFloatField;
    Query21tarif_ref: TFloatField;
    Query26entite: TStringField;
    Query26code_prod: TStringField;
    Query26nom_produit: TStringField;
    Query26code_dci: TStringField;
    Query26lib_dci: TStringField;
    Query26forme: TStringField;
    Query26dosage: TStringField;
    Query26Tarif_ref: TStringField;
    Query26PU_TRef: TFloatField;
    Query26zone: TStringField;
    Query26adresse: TStringField;
    Query26cvn_prod: TStringField;
    Query26cat_cvn: TStringField;
    Query26importe: TStringField;
    Query26code_labo: TStringField;
    Query26laboratoire: TStringField;
    Query26ETA: TFloatField;
    Query26STA: TFloatField;
    Query26IDV: TFloatField;
    Query26IDV_2: TFloatField;
    Query26IDV_3: TFloatField;
    Query26IDV_4: TFloatField;
    Query26IDV_5: TFloatField;
    Query26IDV_6: TFloatField;
    Query26interd_imp: TStringField;
    DataSource26: TDataSource;
    QExport3ASCII26: TQExport3ASCII;
    Label26: TLabel;
    Query31: TQuery;
    DataSource31: TDataSource;
    QExport3ASCII31: TQExport3ASCII;
    Label31: TLabel;
    Query36: TQuery;
    DataSource36: TDataSource;
    QExport3ASCII36: TQExport3ASCII;
    Label36: TLabel;
    BitBtn5: TBitBtn;
    Query41: TQuery;
    DataSource41: TDataSource;
    QExport3ASCII41: TQExport3ASCII;
    Label41: TLabel;
    BitBtn6: TBitBtn;
    Query46: TQuery;
    DataSource46: TDataSource;
    QExport3ASCII46: TQExport3ASCII;
    Label46: TLabel;
    BitBtn7: TBitBtn;
    Label4: TLabel;
    Label5: TLabel;
    Query2: TQuery;
    QExport3ASCII2: TQExport3ASCII;
    DataSource2: TDataSource;
    Label6: TLabel;
    Button1: TButton;
    Query2entite: TStringField;
    Query2sens_transaction: TStringField;
    Query2LNMVT: TFloatField;
    Query2LDMVT: TDateField;
    Query2LCPROD: TStringField;
    Query2LSUIT: TStringField;
    Query2LNLOT: TStringField;
    Query2LCMRC: TStringField;
    Query2LQTE: TFloatField;
    Query2LPVU0: TFloatField;
    Query2LPVU1: TFloatField;
    Query2LPVU2: TFloatField;
    Query2LTVA: TFloatField;
    Query2LPVU3: TFloatField;
    Query2LPVU4HT: TFloatField;
    Query2LPVU4A: TFloatField;
    Query2LSHP4: TFloatField;
    Query2LPVU4: TFloatField;
    Query2LMRG1: TFloatField;
    Query2LMRG2: TFloatField;
    Query2LMRG3: TFloatField;
    Query2LMRG4: TFloatField;
    Query2LPUNIT: TFloatField;
    Query2LPEREMP: TDateField;
    Query2LFRS1: TStringField;
    Query2LLIBFRS1: TStringField;
    Query2ECFRS: TStringField;
    Query2ELFRS: TStringField;
    Query2ENFACT: TStringField;
    Query2EDFACT: TDateField;
    Query20: TQuery;
    Label18: TLabel;
    QExport3ASCII20: TQExport3ASCII;
    DataSource20: TDataSource;
    Query20Entite: TStringField;
    Query20sens: TStringField;
    Query20num_BR: TFloatField;
    Query20date_BR: TDateField;
    Query20code_frs: TStringField;
    Query20fournisseur: TStringField;
    Query20num_facture: TStringField;
    Query20date_facture: TDateField;
    Query20total_HT: TFloatField;
    Query20total_TVA: TFloatField;
    Query20total_TTC: TFloatField;
    Query20prix_achat: TFloatField;
    Query20prix_ventes: TFloatField;
    Query20prix_PPA: TFloatField;
    Query20Valideur: TStringField;
    Query20date_valid: TDateField;
    Query20heure_valid: TStringField;
    Query20saisie_par: TStringField;
    Query20date_saisie: TDateField;
    Query20heure_saisie: TStringField;
    DataSource3: TDataSource;
    creances: TQuery;
    creancesentite: TStringField;
    creancesCOD_CLI: TStringField;
    creancesSPRV: TStringField;
    creancesCMRCL: TStringField;
    creancesNOM_CLI: TStringField;
    creancesDU_ANTER: TFloatField;
    creancesCA_HT: TFloatField;
    creancesCA_TTC: TFloatField;
    creancesREGLE_NET: TFloatField;
    creancesTFACT: TFloatField;
    creancesTAVOI: TFloatField;
    creancesIAVOI: TFloatField;
    creancesTACPT: TFloatField;
    creancesIACPT: TFloatField;
    creancesCREANC_NET: TFloatField;
    creancesDETTE_NET: TFloatField;
    creancesECHU_NET: TFloatField;
    creancesCR_00_45: TFloatField;
    creancesCR_45_60: TFloatField;
    creancesCR_60_90: TFloatField;
    creancesCR_90_120: TFloatField;
    creancesCR_120_150: TFloatField;
    creancesCR_150_180: TFloatField;
    creancesCR_180_365: TFloatField;
    creancesCR_365_999: TFloatField;
    creancesREJETS: TFloatField;
    QExport3ASCII3: TQExport3ASCII;
    QExport3ASCII4: TQExport3ASCII;
    date_calcule: TQuery;
    date_calculeentite: TStringField;
    date_calculedate_calcule: TStringField;
    DataSource4: TDataSource;
    Button2: TButton;
    Label7: TLabel;
    DBEdit1: TDBEdit;
    DataSource5: TDataSource;
    mvtlot: TQuery;
    mvtlotentite: TStringField;
    mvtlotcode_prod: TStringField;
    mvtlotproduit: TStringField;
    mvtlotnum_lot: TStringField;
    mvtlotdate_peremp: TDateField;
    mvtlotQ_initial: TFloatField;
    mvtlotQ_achat: TFloatField;
    mvtlotQ_av_cli: TFloatField;
    mvtlotQ_ventes: TFloatField;
    mvtlotQ_ret_frs: TFloatField;
    mvtlotQ_E_div: TFloatField;
    mvtlotQ_E_reaj: TFloatField;
    mvtlotQ_E_correction: TFloatField;
    mvtlotQ_S_Div: TFloatField;
    mvtlotQ_S_reaj: TFloatField;
    mvtlotQ_S_personel: TFloatField;
    mvtlotQ_S_perime: TFloatField;
    mvtlotPU0: TFloatField;
    mvtlotPU1: TFloatField;
    mvtlotPU2: TFloatField;
    mvtlotPU3: TFloatField;
    mvtlotPU_PPA: TFloatField;
    mvtlotIDV1: TFloatField;
    mvtlotIDV2: TFloatField;
    mvtlotIDV3: TFloatField;
    mvtlotIDV4: TFloatField;
    mvtlotIDV5: TFloatField;
    mvtlotcode_labo: TStringField;
    mvtlotlaboratoire: TStringField;
    mvtlotcode_frs: TStringField;
    mvtlotfournisseur: TStringField;
    QExport3ASCII5: TQExport3ASCII;
    QExport3ASCII8: TQExport3ASCII;
    date_mvtlot: TQuery;
    date_mvtlotentite: TStringField;
    date_mvtlotperiode_cal: TStringField;
    DataSource8: TDataSource;
    DataSource9: TDataSource;
    reclamation: TQuery;
    reclamationentite: TStringField;
    reclamationB_NAVOIR: TFloatField;
    reclamationB_DATAVO: TDateField;
    reclamationB_NCLI: TStringField;
    reclamationB_NOMCLI: TStringField;
    reclamationB_CPROD: TStringField;
    reclamationB_NLOT: TStringField;
    reclamationB_DATPER: TDateField;
    reclamationB_QTEREN: TFloatField;
    reclamationB_QTELIV: TFloatField;
    reclamationB_QTEREST: TFloatField;
    reclamationB_QTEREIN: TFloatField;
    reclamationB_PUNIT: TFloatField;
    reclamationB_PVU0: TFloatField;
    reclamationB_CESS: TFloatField;
    reclamationB_GROS: TFloatField;
    reclamationB_DEMI: TFloatField;
    reclamationB_PVU4HT: TFloatField;
    reclamationB_PVU4A: TFloatField;
    reclamationB_SHP4: TFloatField;
    reclamationB_PVU4: TFloatField;
    reclamationB_PVU5: TFloatField;
    reclamationB_VALRZ: TFloatField;
    reclamationB_TAURZ: TFloatField;
    reclamationB_VALHT: TFloatField;
    reclamationB_VALTVA: TFloatField;
    reclamationB_SUIT: TStringField;
    reclamationB_DES0: TStringField;
    reclamationB_NFAC: TFloatField;
    reclamationB_DATFAC: TDateField;
    reclamationB_QTEFAC: TFloatField;
    reclamationB_NOPM: TFloatField;
    reclamationB_DATOPM: TDateField;
    reclamationB_DEPOT: TStringField;
    reclamationB_CRCL: TStringField;
    reclamationB_LRCL: TStringField;
    reclamationB_CDEC: TStringField;
    reclamationB_LDEC: TStringField;
    reclamationB_CTRT: TStringField;
    reclamationB_LTRT: TStringField;
    reclamationB_CEXE: TStringField;
    reclamationB_LEXE: TStringField;
    reclamationB_REFEXE: TFloatField;
    reclamationB_DATEXE: TDateField;
    QExport3ASCII9: TQExport3ASCII;
    Button3: TButton;
    Label8: TLabel;
    DBEdit2: TDBEdit;
    QRCSVFilter1: TQRCSVFilter;
    QRTextFilter1: TQRTextFilter;
    QRExpr1: TQRExpr;
    QRExpr2: TQRExpr;
    QRExpr3: TQRExpr;
    procedure BitBtn1Click(Sender: TObject);
    procedure BitBtn2Click(Sender: TObject);
    procedure BitBtn3Click(Sender: TObject);
    procedure BitBtn4Click(Sender: TObject);
    procedure BitBtn5Click(Sender: TObject);
    procedure BitBtn6Click(Sender: TObject);
    procedure BitBtn7Click(Sender: TObject);
    procedure Button1Click(Sender: TObject);
    procedure Button2Click(Sender: TObject);
    procedure Button3Click(Sender: TObject);
    procedure FormCreate(Sender: TObject);
  private
    { Déclarations privées }
  public
    { Déclarations publiques }
  end;
 
var
  Form1: TForm1;
 
implementation

qu'es qui manque que doit je ajouter ?


merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/12/2012, 17h22   #10
sniper501
Invité de passage
 
Homme Salah TOUCHI
Ingénieur développement logiciels
Inscription : décembre 2009
Messages : 6
Détails du profil
Informations personnelles :
Nom : Homme Salah TOUCHI
Localisation : France

Informations professionnelles :
Activité : Ingénieur développement logiciels
Secteur : High Tech - Éditeur de logiciels

Informations forums :
Inscription : décembre 2009
Messages : 6
Points : 4
Points : 4
Citation:
Envoyé par delphino7 Voir le message
bonjour

voila j'arrive pas a compiler le code méme si je le met en commentaire

ci-dessous le code de déclaration de la parie type jusqu'au implémentation:

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
interface
 
uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, DB, DBTables, StdCtrls, Buttons, Grids, DBGrids, ComCtrls,
  QRExport, Mask, DBCtrls,
  QExport3, QExport3DBF, QExport3ASCII,
  QuickRpt, QRCtrls;
 
type
  TForm1 = class(TForm)   ;
    Query1: TQuery;
    DataSource1: TDataSource;
    BitBtn1: TBitBtn;
    DateTimePicker1: TDateTimePicker;
    DateTimePicker2: TDateTimePicker;
    Query1entite: TStringField;
    Query1type_trans: TStringField;
    Query1num_trans: TFloatField;
    Query1code_clien: TStringField;
    Query1num_ref: TFloatField;
    Query1date_ref: TDateField;
    Query1SECT: TStringField;
    Query1opperant: TStringField;
    Query1superv: TStringField;
    Query1obj_FC: TFloatField;
    Query1statut_cvn: TStringField;
    Query1cod_wil: TStringField;
    Query1cod_comp: TStringField;
    Query1date_trans: TDateField;
    Query1total_HT: TFloatField;
    Query1total_TVA: TFloatField;
    Query1T_remise: TFloatField;
    Query1total_TTC: TFloatField;
    Query1facturier: TStringField;
    QExport3ASCII1: TQExport3ASCII;
    BitBtn2: TBitBtn;
    Query6: TQuery;
    QExport3ASCII6: TQExport3ASCII;
    DataSource6: TDataSource;
    Query7: TQuery;
    DataSource7: TDataSource;
    QExport3ASCII7: TQExport3ASCII;
    Query6entite: TStringField;
    Query6type_trans: TStringField;
    Query6NUM_TRANS: TFloatField;
    Query6DATE_TRANS: TDateField;
    Query6CODE_CLIEN: TStringField;
    Query6CODE_PROD: TStringField;
    Query6Num_Lot: TStringField;
    Query6peremp: TDateField;
    Query6Qte_Trans: TFloatField;
    Query6VAL_HT: TFloatField;
    Query6Val_Rz: TFloatField;
    Query6VAL_TVA: TFloatField;
    Query6PU_achat: TFloatField;
    Query6PU_PPA: TFloatField;
    Query6PU_Demi: TFloatField;
    Query6PU_CESS: TFloatField;
    Query6Ix_Ligne: TStringField;
    Query6Hre_Trans: TStringField;
    Query7entite: TStringField;
    Query7type_trans: TStringField;
    Query7NUM_TRANS: TFloatField;
    Query7DATE_TRANS: TDateField;
    Query7CODE_CLIEN: TStringField;
    Query7CODE_PROD: TStringField;
    Query7Num_Lot: TStringField;
    Query7peremp: TDateField;
    Query7Qte_Trans: TFloatField;
    Query7VAL_HT: TFloatField;
    Query7Val_Rz: TFloatField;
    Query7VAL_TVA: TFloatField;
    Query7PU_achat: TFloatField;
    Query7PU_PPA: TFloatField;
    Query7PU_Demi: TFloatField;
    Query7PU_CESS: TFloatField;
    Query7Ix_Ligne: TStringField;
    Query7Hre_Trans: TStringField;
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Query16: TQuery;
    Query16entite: TStringField;
    Query16code_clien: TStringField;
    Query16NOM: TStringField;
    Query16code_wil: TStringField;
    Query16cod_activ: TStringField;
    Query16activite: TStringField;
    Query16cod_sect: TStringField;
    Query16secteur: TStringField;
    Query16cod_com: TStringField;
    Query16commercial: TStringField;
    Query16cod_superv: TStringField;
    Query16superv: TStringField;
    Query16obj_an: TFloatField;
    Query16veille: TStringField;
    Query16raison_veil: TStringField;
    Query16sup_veille: TStringField;
    Query16rai_sveil: TStringField;
    Query16cvn_client: TStringField;
    Query16chq_gar: TStringField;
    QExport3ASCII16: TQExport3ASCII;
    BitBtn3: TBitBtn;
    DataSource16: TDataSource;
    Label13: TLabel;
    Query21: TQuery;
    QExport3ASCII21: TQExport3ASCII;
    DataSource21: TDataSource;
    BitBtn4: TBitBtn;
    Label21: TLabel;
    Query26: TQuery;
    Query21entite: TStringField;
    Query21code_prod: TStringField;
    Query21num_lot: TStringField;
    Query21peremp: TDateField;
    Query21ETA: TFloatField;
    Query21STA: TFloatField;
    Query21IDV: TFloatField;
    Query21RIDV: TStringField;
    Query21IDV_2: TFloatField;
    Query21RIDV_2: TStringField;
    Query21IDV_3: TFloatField;
    Query21RIDV_3: TStringField;
    Query21IDV_4: TFloatField;
    Query21IDV_5: TFloatField;
    Query21cvn_prod: TStringField;
    Query21code_labo: TStringField;
    Query21code_frs: TStringField;
    Query21notre_mrg: TFloatField;
    Query21mrg_pharm: TFloatField;
    Query21PVU0: TFloatField;
    Query21PVU1: TFloatField;
    Query21PU_revient: TFloatField;
    Query21PU_vente: TFloatField;
    Query21PU_PPA: TFloatField;
    Query21tarif_ref: TFloatField;
    Query26entite: TStringField;
    Query26code_prod: TStringField;
    Query26nom_produit: TStringField;
    Query26code_dci: TStringField;
    Query26lib_dci: TStringField;
    Query26forme: TStringField;
    Query26dosage: TStringField;
    Query26Tarif_ref: TStringField;
    Query26PU_TRef: TFloatField;
    Query26zone: TStringField;
    Query26adresse: TStringField;
    Query26cvn_prod: TStringField;
    Query26cat_cvn: TStringField;
    Query26importe: TStringField;
    Query26code_labo: TStringField;
    Query26laboratoire: TStringField;
    Query26ETA: TFloatField;
    Query26STA: TFloatField;
    Query26IDV: TFloatField;
    Query26IDV_2: TFloatField;
    Query26IDV_3: TFloatField;
    Query26IDV_4: TFloatField;
    Query26IDV_5: TFloatField;
    Query26IDV_6: TFloatField;
    Query26interd_imp: TStringField;
    DataSource26: TDataSource;
    QExport3ASCII26: TQExport3ASCII;
    Label26: TLabel;
    Query31: TQuery;
    DataSource31: TDataSource;
    QExport3ASCII31: TQExport3ASCII;
    Label31: TLabel;
    Query36: TQuery;
    DataSource36: TDataSource;
    QExport3ASCII36: TQExport3ASCII;
    Label36: TLabel;
    BitBtn5: TBitBtn;
    Query41: TQuery;
    DataSource41: TDataSource;
    QExport3ASCII41: TQExport3ASCII;
    Label41: TLabel;
    BitBtn6: TBitBtn;
    Query46: TQuery;
    DataSource46: TDataSource;
    QExport3ASCII46: TQExport3ASCII;
    Label46: TLabel;
    BitBtn7: TBitBtn;
    Label4: TLabel;
    Label5: TLabel;
    Query2: TQuery;
    QExport3ASCII2: TQExport3ASCII;
    DataSource2: TDataSource;
    Label6: TLabel;
    Button1: TButton;
    Query2entite: TStringField;
    Query2sens_transaction: TStringField;
    Query2LNMVT: TFloatField;
    Query2LDMVT: TDateField;
    Query2LCPROD: TStringField;
    Query2LSUIT: TStringField;
    Query2LNLOT: TStringField;
    Query2LCMRC: TStringField;
    Query2LQTE: TFloatField;
    Query2LPVU0: TFloatField;
    Query2LPVU1: TFloatField;
    Query2LPVU2: TFloatField;
    Query2LTVA: TFloatField;
    Query2LPVU3: TFloatField;
    Query2LPVU4HT: TFloatField;
    Query2LPVU4A: TFloatField;
    Query2LSHP4: TFloatField;
    Query2LPVU4: TFloatField;
    Query2LMRG1: TFloatField;
    Query2LMRG2: TFloatField;
    Query2LMRG3: TFloatField;
    Query2LMRG4: TFloatField;
    Query2LPUNIT: TFloatField;
    Query2LPEREMP: TDateField;
    Query2LFRS1: TStringField;
    Query2LLIBFRS1: TStringField;
    Query2ECFRS: TStringField;
    Query2ELFRS: TStringField;
    Query2ENFACT: TStringField;
    Query2EDFACT: TDateField;
    Query20: TQuery;
    Label18: TLabel;
    QExport3ASCII20: TQExport3ASCII;
    DataSource20: TDataSource;
    Query20Entite: TStringField;
    Query20sens: TStringField;
    Query20num_BR: TFloatField;
    Query20date_BR: TDateField;
    Query20code_frs: TStringField;
    Query20fournisseur: TStringField;
    Query20num_facture: TStringField;
    Query20date_facture: TDateField;
    Query20total_HT: TFloatField;
    Query20total_TVA: TFloatField;
    Query20total_TTC: TFloatField;
    Query20prix_achat: TFloatField;
    Query20prix_ventes: TFloatField;
    Query20prix_PPA: TFloatField;
    Query20Valideur: TStringField;
    Query20date_valid: TDateField;
    Query20heure_valid: TStringField;
    Query20saisie_par: TStringField;
    Query20date_saisie: TDateField;
    Query20heure_saisie: TStringField;
    DataSource3: TDataSource;
    creances: TQuery;
    creancesentite: TStringField;
    creancesCOD_CLI: TStringField;
    creancesSPRV: TStringField;
    creancesCMRCL: TStringField;
    creancesNOM_CLI: TStringField;
    creancesDU_ANTER: TFloatField;
    creancesCA_HT: TFloatField;
    creancesCA_TTC: TFloatField;
    creancesREGLE_NET: TFloatField;
    creancesTFACT: TFloatField;
    creancesTAVOI: TFloatField;
    creancesIAVOI: TFloatField;
    creancesTACPT: TFloatField;
    creancesIACPT: TFloatField;
    creancesCREANC_NET: TFloatField;
    creancesDETTE_NET: TFloatField;
    creancesECHU_NET: TFloatField;
    creancesCR_00_45: TFloatField;
    creancesCR_45_60: TFloatField;
    creancesCR_60_90: TFloatField;
    creancesCR_90_120: TFloatField;
    creancesCR_120_150: TFloatField;
    creancesCR_150_180: TFloatField;
    creancesCR_180_365: TFloatField;
    creancesCR_365_999: TFloatField;
    creancesREJETS: TFloatField;
    QExport3ASCII3: TQExport3ASCII;
    QExport3ASCII4: TQExport3ASCII;
    date_calcule: TQuery;
    date_calculeentite: TStringField;
    date_calculedate_calcule: TStringField;
    DataSource4: TDataSource;
    Button2: TButton;
    Label7: TLabel;
    DBEdit1: TDBEdit;
    DataSource5: TDataSource;
    mvtlot: TQuery;
    mvtlotentite: TStringField;
    mvtlotcode_prod: TStringField;
    mvtlotproduit: TStringField;
    mvtlotnum_lot: TStringField;
    mvtlotdate_peremp: TDateField;
    mvtlotQ_initial: TFloatField;
    mvtlotQ_achat: TFloatField;
    mvtlotQ_av_cli: TFloatField;
    mvtlotQ_ventes: TFloatField;
    mvtlotQ_ret_frs: TFloatField;
    mvtlotQ_E_div: TFloatField;
    mvtlotQ_E_reaj: TFloatField;
    mvtlotQ_E_correction: TFloatField;
    mvtlotQ_S_Div: TFloatField;
    mvtlotQ_S_reaj: TFloatField;
    mvtlotQ_S_personel: TFloatField;
    mvtlotQ_S_perime: TFloatField;
    mvtlotPU0: TFloatField;
    mvtlotPU1: TFloatField;
    mvtlotPU2: TFloatField;
    mvtlotPU3: TFloatField;
    mvtlotPU_PPA: TFloatField;
    mvtlotIDV1: TFloatField;
    mvtlotIDV2: TFloatField;
    mvtlotIDV3: TFloatField;
    mvtlotIDV4: TFloatField;
    mvtlotIDV5: TFloatField;
    mvtlotcode_labo: TStringField;
    mvtlotlaboratoire: TStringField;
    mvtlotcode_frs: TStringField;
    mvtlotfournisseur: TStringField;
    QExport3ASCII5: TQExport3ASCII;
    QExport3ASCII8: TQExport3ASCII;
    date_mvtlot: TQuery;
    date_mvtlotentite: TStringField;
    date_mvtlotperiode_cal: TStringField;
    DataSource8: TDataSource;
    DataSource9: TDataSource;
    reclamation: TQuery;
    reclamationentite: TStringField;
    reclamationB_NAVOIR: TFloatField;
    reclamationB_DATAVO: TDateField;
    reclamationB_NCLI: TStringField;
    reclamationB_NOMCLI: TStringField;
    reclamationB_CPROD: TStringField;
    reclamationB_NLOT: TStringField;
    reclamationB_DATPER: TDateField;
    reclamationB_QTEREN: TFloatField;
    reclamationB_QTELIV: TFloatField;
    reclamationB_QTEREST: TFloatField;
    reclamationB_QTEREIN: TFloatField;
    reclamationB_PUNIT: TFloatField;
    reclamationB_PVU0: TFloatField;
    reclamationB_CESS: TFloatField;
    reclamationB_GROS: TFloatField;
    reclamationB_DEMI: TFloatField;
    reclamationB_PVU4HT: TFloatField;
    reclamationB_PVU4A: TFloatField;
    reclamationB_SHP4: TFloatField;
    reclamationB_PVU4: TFloatField;
    reclamationB_PVU5: TFloatField;
    reclamationB_VALRZ: TFloatField;
    reclamationB_TAURZ: TFloatField;
    reclamationB_VALHT: TFloatField;
    reclamationB_VALTVA: TFloatField;
    reclamationB_SUIT: TStringField;
    reclamationB_DES0: TStringField;
    reclamationB_NFAC: TFloatField;
    reclamationB_DATFAC: TDateField;
    reclamationB_QTEFAC: TFloatField;
    reclamationB_NOPM: TFloatField;
    reclamationB_DATOPM: TDateField;
    reclamationB_DEPOT: TStringField;
    reclamationB_CRCL: TStringField;
    reclamationB_LRCL: TStringField;
    reclamationB_CDEC: TStringField;
    reclamationB_LDEC: TStringField;
    reclamationB_CTRT: TStringField;
    reclamationB_LTRT: TStringField;
    reclamationB_CEXE: TStringField;
    reclamationB_LEXE: TStringField;
    reclamationB_REFEXE: TFloatField;
    reclamationB_DATEXE: TDateField;
    QExport3ASCII9: TQExport3ASCII;
    Button3: TButton;
    Label8: TLabel;
    DBEdit2: TDBEdit;
    QRCSVFilter1: TQRCSVFilter;
    QRTextFilter1: TQRTextFilter;
    QRExpr1: TQRExpr;
    QRExpr2: TQRExpr;
    QRExpr3: TQRExpr;
    procedure BitBtn1Click(Sender: TObject);
    procedure BitBtn2Click(Sender: TObject);
    procedure BitBtn3Click(Sender: TObject);
    procedure BitBtn4Click(Sender: TObject);
    procedure BitBtn5Click(Sender: TObject);
    procedure BitBtn6Click(Sender: TObject);
    procedure BitBtn7Click(Sender: TObject);
    procedure Button1Click(Sender: TObject);
    procedure Button2Click(Sender: TObject);
    procedure Button3Click(Sender: TObject);
    procedure FormCreate(Sender: TObject);
  private
    { Déclarations privées }
  public
    { Déclarations publiques }
  end;
 
var
  Form1: TForm1;
 
implementation

qu'es qui manque que doit je ajouter ?


merci
Je pense que tu as mal installé Qreport

Voila ce que tu dois faire pour ajouter les composants QuickReports sur la palette des composants Delphi 7

1. Tu dois installer le package QuickReports (dclqrt70.bpl).
2. Dans Delphi 7, selectionne le menu Composant | Installer Paquets...
3. Clique sur Ajouter et selectionne le fichier dclqrt70.bpl (que tu trouveras dans le répertoire Delphi7\Bin ). Clique Ouvrir et OK.

enfin les composants quickreports sont installés....
sniper501 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/12/2012, 08h58   #11
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
bonjour

je fait toutes les étapes que tu as cités et sa donne la même chose ?!!


merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/12/2012, 10h21   #12
SergioMaster
Modérateur
 
Avatar de SergioMaster
 
Homme Serge Girard
Développeur informatique
Inscription : janvier 2007
Messages : 4 207
Détails du profil
Informations personnelles :
Nom : Homme Serge Girard
Âge : 56
Localisation : France

Informations professionnelles :
Activité : Développeur informatique
Secteur : Industrie

Informations forums :
Inscription : janvier 2007
Messages : 4 207
Points : 7 265
Points : 7 265
il faut quickreport pro , je ne pense pas que les fonctionnalités d'export soient fournies avec la version standard fournie par Delphi
__________________
La seule chose absolue dans un monde comme le nôtre, c'est l'humour. » Albert Einstein
J'entends et j'oublie. Je vois et je me souviens. Je fais et je comprends . Confucius
Si votre seul outil est un marteau, vous aurez tendance a ne voir que des clous
SergioMaster est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/12/2012, 11h06   #13
Cl@udius
Modérateur
 
Avatar de Cl@udius
 
Homme Claude Renouleaud
Développeur informatique
Inscription : février 2006
Messages : 4 860
Détails du profil
Informations personnelles :
Nom : Homme Claude Renouleaud
Âge : 50
Localisation : France, Hautes Pyrénées (Midi Pyrénées)

Informations professionnelles :
Activité : Développeur informatique

Informations forums :
Inscription : février 2006
Messages : 4 860
Points : 9 971
Points : 9 971
@delphino

Comme tu n'as pas répondu explicitement à la toute première question de Sergio, ôte moi d'un doute:
Ton message d'erreur porte bien sur TQRExportASCII (TQR... pour QuickReport) et non TQExportASCII.
Car dans le cas contraire cette discussion ne te conduira pour l'instant nul part.
__________________
A la question technique que par MP/MV tu formuleras, la réponse aux oubliettes finira.
Cl@udius est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 23/12/2012, 10h18   #14
SergioMaster
Modérateur
 
Avatar de SergioMaster
 
Homme Serge Girard
Développeur informatique
Inscription : janvier 2007
Messages : 4 207
Détails du profil
Informations personnelles :
Nom : Homme Serge Girard
Âge : 56
Localisation : France

Informations professionnelles :
Activité : Développeur informatique
Secteur : Industrie

Informations forums :
Inscription : janvier 2007
Messages : 4 207
Points : 7 265
Points : 7 265
@Cl@udius , regarde la liste des uses
Citation:
QRExport, Mask, DBCtrls,
QExport3, QExport3DBF, QExport3ASCII,
QuickRpt, QRCtrls;
il y a bien un Quickreport qui traine , dire maintenant que les unités QExportxxx sont des unités génériques de Quickreport , c'est possible , cela fait longtemps que je n'ai pas refait de QReport et je n'ai jamais utilisé ce dernier pour faire des fichiers ASCII ni autres conversions d'ailleurs !
[Edit]
Après une recherche rapide sur google , j'ai trouvé une archive qui contient ces classes Ici cela n'aurait donc rien a voir avec quickreport
__________________
La seule chose absolue dans un monde comme le nôtre, c'est l'humour. » Albert Einstein
J'entends et j'oublie. Je vois et je me souviens. Je fais et je comprends . Confucius
Si votre seul outil est un marteau, vous aurez tendance a ne voir que des clous
SergioMaster est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/01/2013, 10h24   #15
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
@Cl@udius

bonjour


Citation:
@delphino

Comme tu n'as pas répondu explicitement à la toute première question de Sergio, ôte moi d'un doute:
Ton message d'erreur porte bien sur TQRExportASCII (TQR... pour QuickReport) et non TQExportASCII.
Car dans le cas contraire cette discussion ne te conduira pour l'instant nul part.
je confirme le message d'erreur c'est bien TQExportASCII. et non QuickReport) !!!

que dois je faire alors ?

merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/01/2013, 10h50   #16
SergioMaster
Modérateur
 
Avatar de SergioMaster
 
Homme Serge Girard
Développeur informatique
Inscription : janvier 2007
Messages : 4 207
Détails du profil
Informations personnelles :
Nom : Homme Serge Girard
Âge : 56
Localisation : France

Informations professionnelles :
Activité : Développeur informatique
Secteur : Industrie

Informations forums :
Inscription : janvier 2007
Messages : 4 207
Points : 7 265
Points : 7 265
Citation:
Envoyé par SergioMaster Voir le message
Après une recherche rapide sur google , j'ai trouvé une archive qui contient ces classes Ici cela n'aurait donc rien a voir avec quickreport
Télécharger (pas facile mais faisable) et installer ces paquets

Bonne année et meilleurs vœux binaires
__________________
La seule chose absolue dans un monde comme le nôtre, c'est l'humour. » Albert Einstein
J'entends et j'oublie. Je vois et je me souviens. Je fais et je comprends . Confucius
Si votre seul outil est un marteau, vous aurez tendance a ne voir que des clous
SergioMaster est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/01/2013, 11h49   #17
Kaféine
Membre chevronné
 
Avatar de Kaféine
 
Homme Akim Merabet
Inscription : avril 2007
Messages : 569
Détails du profil
Informations personnelles :
Nom : Homme Akim Merabet
Localisation : France

Informations forums :
Inscription : avril 2007
Messages : 569
Points : 695
Points : 695
il me semble que c'est http://www.sqlmanager.net/fr/product...advancedexport
mais pas sûr...
__________________
Akim Merabet
Kaféine est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 17/01/2013, 10h33   #18
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
bonjour

quelqu'un a d'autre informations ?
parce que la je ss bloquer !!!

merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 17/01/2013, 14h55   #19
SergioMaster
Modérateur
 
Avatar de SergioMaster
 
Homme Serge Girard
Développeur informatique
Inscription : janvier 2007
Messages : 4 207
Détails du profil
Informations personnelles :
Nom : Homme Serge Girard
Âge : 56
Localisation : France

Informations professionnelles :
Activité : Développeur informatique
Secteur : Industrie

Informations forums :
Inscription : janvier 2007
Messages : 4 207
Points : 7 265
Points : 7 265
Bonjour ,

je croyais que c'était résolu ! avez vous téléchargez les composants que j'indiquais ceux là
__________________
La seule chose absolue dans un monde comme le nôtre, c'est l'humour. » Albert Einstein
J'entends et j'oublie. Je vois et je me souviens. Je fais et je comprends . Confucius
Si votre seul outil est un marteau, vous aurez tendance a ne voir que des clous
SergioMaster est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 17/01/2013, 16h01   #20
delphino7
Membre du Club
 
Inscription : mars 2008
Messages : 286
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 286
Points : 44
Points : 44
re

je viens de telecharger
aprés le telechargement je l'extrait ou ?





merci
delphino7 est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse
Outils de la discussion

Navigation rapide


Fuseau horaire GMT +2. Il est actuellement 20h00.


 
 
 
 
Partenaires

Hébergement Web