IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

 Delphi Discussion :

TQExportASCII non trouvé ?


Sujet :

Delphi

  1. #1
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    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

  2. #2
    Rédacteur/Modérateur

    Avatar de SergioMaster
    Homme Profil pro
    Développeur informatique retraité
    Inscrit en
    Janvier 2007
    Messages
    15 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 67
    Localisation : France, Loire Atlantique (Pays de la Loire)

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

    Informations forums :
    Inscription : Janvier 2007
    Messages : 15 031
    Points : 40 930
    Points
    40 930
    Billets dans le blog
    62
    Par défaut
    Il ne s'agirait pas plutôt de TQRExportASCII ? composant de Quickreport Pro
    MVP Embarcadero
    Delphi installés : D3,D7,D2010,XE4,XE7,D10 (Rio, Sidney), D11 (Alexandria), D12 (Athènes)
    SGBD : Firebird 2.5, 3, SQLite
    générateurs États : FastReport, Rave, QuickReport
    OS : Window Vista, Windows 10, Windows 11, Ubuntu, Androïd

  3. #3
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    peut etre donc il faut ajouter le quickreport pro ? comment je fait ?



    merci

  4. #4
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    j'ai installer le quickrepot mais je ne trouve pas le composant TQExportASCII ?

    merci

  5. #5
    Futur Membre du Club
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Décembre 2009
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    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 : 5
    Points
    5
    Par défaut
    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+

  6. #6
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    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

  7. #7
    Futur Membre du Club
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Décembre 2009
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    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 : 5
    Points
    5
    Par défaut
    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+

  8. #8
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    ok je vais le faire maintenant

    merci

  9. #9
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    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 : Sélectionner tout - Visualiser dans une fenêtre à part
    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

  10. #10
    Futur Membre du Club
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Décembre 2009
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    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 : 5
    Points
    5
    Par défaut
    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 : Sélectionner tout - Visualiser dans une fenêtre à part
    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....

  11. #11
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    bonjour

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


    merci

  12. #12
    Rédacteur/Modérateur

    Avatar de SergioMaster
    Homme Profil pro
    Développeur informatique retraité
    Inscrit en
    Janvier 2007
    Messages
    15 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 67
    Localisation : France, Loire Atlantique (Pays de la Loire)

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

    Informations forums :
    Inscription : Janvier 2007
    Messages : 15 031
    Points : 40 930
    Points
    40 930
    Billets dans le blog
    62
    Par défaut
    il faut quickreport pro , je ne pense pas que les fonctionnalités d'export soient fournies avec la version standard fournie par Delphi
    MVP Embarcadero
    Delphi installés : D3,D7,D2010,XE4,XE7,D10 (Rio, Sidney), D11 (Alexandria), D12 (Athènes)
    SGBD : Firebird 2.5, 3, SQLite
    générateurs États : FastReport, Rave, QuickReport
    OS : Window Vista, Windows 10, Windows 11, Ubuntu, Androïd

  13. #13
    Expert éminent sénior
    Avatar de Cl@udius
    Homme Profil pro
    Développeur Web
    Inscrit en
    Février 2006
    Messages
    4 878
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 61
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Matériel informatique

    Informations forums :
    Inscription : Février 2006
    Messages : 4 878
    Points : 10 008
    Points
    10 008
    Par défaut
    @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.

  14. #14
    Rédacteur/Modérateur

    Avatar de SergioMaster
    Homme Profil pro
    Développeur informatique retraité
    Inscrit en
    Janvier 2007
    Messages
    15 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 67
    Localisation : France, Loire Atlantique (Pays de la Loire)

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

    Informations forums :
    Inscription : Janvier 2007
    Messages : 15 031
    Points : 40 930
    Points
    40 930
    Billets dans le blog
    62
    Par défaut
    @Cl@udius , regarde la liste des uses
    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
    MVP Embarcadero
    Delphi installés : D3,D7,D2010,XE4,XE7,D10 (Rio, Sidney), D11 (Alexandria), D12 (Athènes)
    SGBD : Firebird 2.5, 3, SQLite
    générateurs États : FastReport, Rave, QuickReport
    OS : Window Vista, Windows 10, Windows 11, Ubuntu, Androïd

  15. #15
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    @Cl@udius

    bonjour


    @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

  16. #16
    Rédacteur/Modérateur

    Avatar de SergioMaster
    Homme Profil pro
    Développeur informatique retraité
    Inscrit en
    Janvier 2007
    Messages
    15 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 67
    Localisation : France, Loire Atlantique (Pays de la Loire)

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

    Informations forums :
    Inscription : Janvier 2007
    Messages : 15 031
    Points : 40 930
    Points
    40 930
    Billets dans le blog
    62
    Par défaut
    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
    MVP Embarcadero
    Delphi installés : D3,D7,D2010,XE4,XE7,D10 (Rio, Sidney), D11 (Alexandria), D12 (Athènes)
    SGBD : Firebird 2.5, 3, SQLite
    générateurs États : FastReport, Rave, QuickReport
    OS : Window Vista, Windows 10, Windows 11, Ubuntu, Androïd

  17. #17
    Membre éclairé Avatar de Kaféine
    Homme Profil pro
    Inscrit en
    Avril 2007
    Messages
    569
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Avril 2007
    Messages : 569
    Points : 736
    Points
    736
    Par défaut
    il me semble que c'est http://www.sqlmanager.net/fr/product...advancedexport
    mais pas sûr...
    Akim Merabet

  18. #18
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    bonjour

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

    merci

  19. #19
    Rédacteur/Modérateur

    Avatar de SergioMaster
    Homme Profil pro
    Développeur informatique retraité
    Inscrit en
    Janvier 2007
    Messages
    15 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 67
    Localisation : France, Loire Atlantique (Pays de la Loire)

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

    Informations forums :
    Inscription : Janvier 2007
    Messages : 15 031
    Points : 40 930
    Points
    40 930
    Billets dans le blog
    62
    Par défaut
    Bonjour ,

    je croyais que c'était résolu ! avez vous téléchargez les composants que j'indiquais ceux là
    MVP Embarcadero
    Delphi installés : D3,D7,D2010,XE4,XE7,D10 (Rio, Sidney), D11 (Alexandria), D12 (Athènes)
    SGBD : Firebird 2.5, 3, SQLite
    générateurs États : FastReport, Rave, QuickReport
    OS : Window Vista, Windows 10, Windows 11, Ubuntu, Androïd

  20. #20
    Membre régulier
    Inscrit en
    Mars 2008
    Messages
    312
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 312
    Points : 92
    Points
    92
    Par défaut
    re

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





    merci

Discussions similaires

  1. [Plugin] Classe non trouvée au runtime
    Par toto_toto dans le forum Eclipse Platform
    Réponses: 1
    Dernier message: 15/02/2005, 10h36
  2. Création version client - fichiers non trouvés
    Par Pascal dans le forum WinDev
    Réponses: 7
    Dernier message: 03/12/2004, 11h34
  3. [debutant][Classpath][Linux] Classe non trouvée
    Par oghma777 dans le forum Général Java
    Réponses: 5
    Dernier message: 15/10/2004, 21h26
  4. COleDispatchDriver et Afx.h -> LPCSTR non trouvé
    Par Bayard dans le forum C++Builder
    Réponses: 2
    Dernier message: 25/09/2004, 08h42
  5. [Debutant][Install][VS]erreur sur fichier non trouvé.
    Par silvermoon dans le forum DirectX
    Réponses: 4
    Dernier message: 16/07/2004, 20h59

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo