Précédent   Forum du club des développeurs et IT Pro > Logiciels > Solutions d'entreprise > Business Intelligence > SAP Crystal Reports
SAP Crystal Reports Forum d'entraide sur Crystal Reports. Avant de poster --> FAQ Crystal, Tutoriels Crystal
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 05/08/2004, 09h59   #21
speed034
Membre habitué
 
Inscription : février 2004
Messages : 279
Détails du profil
Informations forums :
Inscription : février 2004
Messages : 279
Points : 128
Points : 128
bonjour,

J'ai mis, enfin je pensais, toutes les dll ki mété utilent. Mais ken je lance mon programme il me dit : failed to open document. (cr activeX designer)

Je vais y placer toutes les dll possible et peut etre ke un jour j'i arriverai.
Vivement que ca marche!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Enfin bonne journée a tous

Speed
Ps : de bon matin ca fait du bien de s'exprimer
speed034 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 09/08/2004, 10h47   #22
sur_uix
Membre expérimenté
 
Avatar de sur_uix
 
Inscription : mai 2002
Messages : 379
Détails du profil
Informations personnelles :
Localisation : Suisse

Informations forums :
Inscription : mai 2002
Messages : 379
Points : 509
Points : 509
Un soft bien sympa pour connaitre les DLL chargé par un programme :
Process Explorer
http://www.sysinternals.com/ntw2k/freeware/procexp.shtml

Ainsi sur ton poste de développement tu peut connaitre les DLL que tu as besoin.
sur_uix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 09/08/2004, 10h49   #23
speed034
Membre habitué
 
Inscription : février 2004
Messages : 279
Détails du profil
Informations forums :
Inscription : février 2004
Messages : 279
Points : 128
Points : 128
merci beaucoup je regarde ca desuite

bonne journée

++speed
speed034 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/01/2005, 08h34   #24
claude
Membre du Club
 
Inscription : avril 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : avril 2002
Messages : 140
Points : 43
Points : 43
Bonjour à tous,
j'ai ajouté et enregistré les Dll nécessaires en suivant vos conseils et quand je lance mon application je n'accède pas aux reports même pas un report Blanc. Est-ce que quelqu'un peu m'aider je ne comprend plus rien.
Merci
claude est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/01/2005, 08h31   #25
sur_uix
Membre expérimenté
 
Avatar de sur_uix
 
Inscription : mai 2002
Messages : 379
Détails du profil
Informations personnelles :
Localisation : Suisse

Informations forums :
Inscription : mai 2002
Messages : 379
Points : 509
Points : 509
Hello,
mais est-ce que tu as le même moteur que dans l'explication de ce poste ?
Je rappel que ce poste fait référence au moteur RDC de Crystal. DLL craxdrt.
sur_uix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/01/2005, 10h48   #26
claude
Membre du Club
 
Inscription : avril 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : avril 2002
Messages : 140
Points : 43
Points : 43
J'utilise CRPE32 et mon programme est en Delphi7
claude est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/01/2005, 12h04   #27
sur_uix
Membre expérimenté
 
Avatar de sur_uix
 
Inscription : mai 2002
Messages : 379
Détails du profil
Informations personnelles :
Localisation : Suisse

Informations forums :
Inscription : mai 2002
Messages : 379
Points : 509
Points : 509
Citation:
Envoyé par claude
J'utilise CRPE32 et mon programme est en Delphi7
Pour la CRPE32 il faut ceci :

crpe32.dll
\Program Files\Common Files\Crystal Decisions\xx\bin
Interface to the Crystal Report Engine

crqe.dll
\Program Files\Common Files\Crystal Decisions\xx\bin
Crystal Query Engine

Implode.dll
\Program Files\Common Files\Crystal Decisions\xx\bin
Compression Library

msvcrt.dll
\Windows\system32 or \WINNT\system32 (NT only)
Microsoft (R) C Runtime Library

querybuilder.dll
\Program Files\Common Files\Crystal Decisions\xx\bin
Crystal Query Builder

riched20.dll
\Windows\system32 or \WINNT\system32 (NT only)
Rich Text Edit Control, v3.0

ufmanager.dll
\Program Files\Common Files\Crystal Decisions\xx\bin
Manager for loading UFL's

unicows.dll
See the note below.
Unicode Layer for Win9x

usp10.dll
\Windows\system32 or \WINNT\system32 (NT only)
Uniscribe Unicode script processor


et peut-être aussi
crwrap32.dll
\Program Files\Common Files\Crystal Decisions\xx\bin
Print Engine Wrapper (intended as a sample of how to prototype structured calls for languages that do not support structures)
sur_uix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/01/2005, 14h11   #28
sur_uix
Membre expérimenté
 
Avatar de sur_uix
 
Inscription : mai 2002
Messages : 379
Détails du profil
Informations personnelles :
Localisation : Suisse

Informations forums :
Inscription : mai 2002
Messages : 379
Points : 509
Points : 509
une petite remarque concernant mon dernier message. sur l'ordinateur sans Crystal il faudra surement mettre les DLL du moteur CRPE32 sous le répertoire windows\system (ou system32)
sur_uix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/01/2005, 14h21   #29
claude
Membre du Club
 
Inscription : avril 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : avril 2002
Messages : 140
Points : 43
Points : 43
j'avais déjà mis crpe32.dll dans c:\WinNt\system32. (Win2000)

Mais rien ne change

Quand tu dis \Program Files\Common Files c'est pour moi \Program Files\Fichiers Communs

Je pense à quelquechose, il faut peut-être enregistrer CRPE32.DLL avec
Code :
regsvr32.exe /S "c:\WinNt\system32\crpe32.dll "
claude est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/01/2005, 15h13   #30
sur_uix
Membre expérimenté
 
Avatar de sur_uix
 
Inscription : mai 2002
Messages : 379
Détails du profil
Informations personnelles :
Localisation : Suisse

Informations forums :
Inscription : mai 2002
Messages : 379
Points : 509
Points : 509
Citation:
Envoyé par claude
Quand tu dis \Program Files\Common Files c'est pour moi \Program Files\Fichiers Communs
OUI.

Mais j'y pense tu ne nous à pas encore dis avec quel version de CR tu travail ?

Donne moi ton adresse emial par MP je vais t'envoyer un programme de test. (Si tu le veux biensur!!!!)
sur_uix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/01/2005, 15h55   #31
claude
Membre du Club
 
Inscription : avril 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : avril 2002
Messages : 140
Points : 43
Points : 43
Désolé j'utilise CR9 developper
je t'envoi mon email
claude est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 12/01/2005, 11h07   #32
claude
Membre du Club
 
Inscription : avril 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : avril 2002
Messages : 140
Points : 43
Points : 43
j'ai recopier les dlls utilisée dans bin. J'accède bien à mon programme maintenant mais je n'arrive toujours pas à avoir le preview.
Qu'est ce qui permet de le lancer?
On parle souvent de RDC, mais qu est ce c'est?

Merci pour ton aide
claude est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 13/01/2005, 07h57   #33
sur_uix
Membre expérimenté
 
Avatar de sur_uix
 
Inscription : mai 2002
Messages : 379
Détails du profil
Informations personnelles :
Localisation : Suisse

Informations forums :
Inscription : mai 2002
Messages : 379
Points : 509
Points : 509
Alors le RDC c'est un autre moteur pour utiliser Crystal dans ton application.

C'est un objet COM dual interface, apartment model.
Alors que la CRPE32 est une API,

A la base RDC a été écris pour VB et CRPE32 pour C.

Au sujet du preview avec la CRPE32 tout est dans la DLL. Je vois pas trop pourquoi tu ne peux pas avoir de preview.

Et avec le programme que je t'ai envoyé tu as pu faire qlq chose ?
sur_uix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 13/01/2005, 09h00   #34
claude
Membre du Club
 
Inscription : avril 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : avril 2002
Messages : 140
Points : 43
Points : 43
OUI, J'ai exécuter ProcessExplorer sur mon ordi de développement et j'ai pu voir exactement les Dlls qui me sont nécessaire. Et comme ceci plus de problème tout fonctionne.
C'est super MERCI BEAUCOUP sur_uix
claude est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 04/03/2005, 11h25   #35
franck.cvitrans
Candidat au titre de Membre du Club
 
Inscription : février 2003
Messages : 17
Détails du profil
Informations forums :
Inscription : février 2003
Messages : 17
Points : 13
Points : 13
Bonjour à tous,

J'ai parcuru toutes vos réponses mais tout cela a l'air très compliqué. Pour ma part, j'utilise la version 8.5 de crystal report. dans le dossier 'C:\Program Files\Seagate Software\Crystal Reports\Developer Files\Help' il y a un fichier "runtime.hlp" qui liste toutes les dll et autres utiles pour le déploiement de crystal report.
franck.cvitrans est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 04/03/2005, 12h09   #36
sur_uix
Membre expérimenté
 
Avatar de sur_uix
 
Inscription : mai 2002
Messages : 379
Détails du profil
Informations personnelles :
Localisation : Suisse

Informations forums :
Inscription : mai 2002
Messages : 379
Points : 509
Points : 509
Citation:
Envoyé par franck.cvitrans
Bonjour à tous,

J'ai parcuru toutes vos réponses mais tout cela a l'air très compliqué. Pour ma part, j'utilise la version 8.5 de crystal report. dans le dossier 'C:\Program Files\Seagate Software\Crystal Reports\Developer Files\Help' il y a un fichier "runtime.hlp" qui liste toutes les dll et autres utiles pour le déploiement de crystal report.
Oui tu as raison et les batch d'install on été écrit grâce au fichier Runtime.hlp.
L'avantage du batch est de pouvoir automatiser le procédure.
sur_uix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 25/05/2005, 09h29   #37
gaucher
Candidat au titre de Membre du Club
 
Inscription : avril 2005
Messages : 51
Détails du profil
Informations forums :
Inscription : avril 2005
Messages : 51
Points : 12
Points : 12
Par défaut et avec CR8

et avec CR8 quels sont les changements dans les DLL
merci
gaucher est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 05/07/2005, 18h04   #38
pick ouic
Candidat au titre de Membre du Club
 
Inscription : juin 2005
Messages : 14
Détails du profil
Informations forums :
Inscription : juin 2005
Messages : 14
Points : 13
Points : 13
Hello,
je vous mets en place la liste des dlls à prendre en compte pour la version 10. j'en ai un peu bavé pour trouver les dlls manquantes, normal certaines n'étaient meme pas renseignées sur l'aide en ligne...
à vous de trouver les petites différences...

Bon, ca fonctionne bien. J'ai effectué une installation sur un poste vierge,
sous win2000.

A+

------------------------------------------------------------

Kit Installation RDC Crystal 10


// recupération des fichiers de la version 10 de crystal
// necessaire pour l'installation du kit

Echo off

SET CR10_WINDIR=C:\WINNT
SET CR10_PFILES=C:\Program Files
SET CR10_PCS=C:\INSTALL\CRYSTAL_10

ECHO Create directory
md "%CR10_PCS%\TO_COMMONFILES"
md "%CR10_PCS%\TO_COMMONFILES\2Register"
md "%CR10_PCS%\TO_SYSTEM"

eCHO COPY FILES
copy "%CR10_WINDIR%\SYSTEM32\msvcrt.dll" "%CR10_PCS%\TO_SYSTEM"
copy "%CR10_WINDIR%\SYSTEM32\riched20.dll" "%CR10_PCS%\TO_SYSTEM"
copy "%CR10_WINDIR%\SYSTEM32\usp10.dll" "%CR10_PCS%\TO_SYSTEM"
copy "%CR10_WINDIR%\SYSTEM32\dbghelp.dll" "%CR10_PCS%\TO_SYSTEM"
copy "%CR10_WINDIR%\SYSTEM32\cxlib-1-6.dll" "%CR10_PCS%\TO_SYSTEM"
copy "%CR10_WINDIR%\SYSTEM32\cxlibw-1-6.dll" "%CR10_PCS%\TO_SYSTEM"
copy "%CR10_WINDIR%\SYSTEM32\cxlibw7-1-6.dll" "%CR10_PCS%\TO_SYSTEM"
copy "%CR10_WINDIR%\SYSTEM32\msvcp70.dll" "%CR10_PCS%\TO_SYSTEM"
copy "%CR10_WINDIR%\SYSTEM32\msvcr70.dll" "%CR10_PCS%\TO_SYSTEM"

copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\craxdrt.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\craxdrt_res_fr.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\craxdrt.dep" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\crystalreportviewers10\ActiveXControls\crviewer.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crtowords_fr.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\ufmanager.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\sscsdk80.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\sscsdk80_res_fr.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\CRAnalyzer.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\sscdlg.dll" "%CR10_PCS%\TO_COMMONFILES"

copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\Implode.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crqe.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crqe_res_fr.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\querybuilder.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\querybuilder_res_fr.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\exlate32.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crheapalloc.dll" "%CR10_PCS%\TO_COMMONFILES"

echo Export dlls
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crxf_pdf.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crxf_pdf_res_fr.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crxf_xls.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crxf_xls_res_fr.dll" "%CR10_PCS%\TO_COMMONFILES"

copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u2ftext.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u2ddisk.dll" "%CR10_PCS%\TO_COMMONFILES"

copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\ExportModeller.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crtslv.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\gdiplus.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\ReportRenderer.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\pageObjectModel.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\webReporting.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"

echo Keycode dll
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\keycode.dll" "%CR10_PCS%\TO_COMMONFILES\2Register"

echo Deploy registry file
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crdeploy.reg" "%CR10_PCS%"

echo ufmanager.dll
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u2l2000.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u2lcom.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u2ldts.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u2lexch.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u2lfinra.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u252000.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u25dts.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\u25samp1.dll" "%CR10_PCS%\TO_COMMONFILES"

copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crdb_p2ssyb10.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crdb_p2s_res_fr.dll" "%CR10_PCS%\TO_COMMONFILES"
copy "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crdb_pc_res_fr.dll" "%CR10_PCS%\TO_COMMONFILES"

PAUSE


*******************************************************

// installation du kit RDC 10

Echo off

SET CR10_WINDIR=C:\WINNT
SET CR10_PFILES=C:\Program Files
SET CR10_PCS=C:\INSTALL\CRYSTAL_10

ECHO Create directory
md "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\"

eCHO COPY FILES
copy "%CR10_PCS%\TO_COMMONFILES\*.*" "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\*.*"
copy "%CR10_PCS%\TO_COMMONFILES\2Register\*.*" "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\*.*"

echo COPY FILES - Dependency Files for Craxdrt.dll
copy "%CR10_PCS%\TO_SYSTEM\msvcrt.dll" "%CR10_WINDIR%\system32"
copy "%CR10_PCS%\TO_SYSTEM\riched20.dll" "%CR10_WINDIR%\system32"
copy "%CR10_PCS%\TO_SYSTEM\usp10.dll" "%CR10_WINDIR%\system32"
copy "%CR10_PCS%\TO_SYSTEM\dbghelp.dll" "%CR10_WINDIR%\system32"
copy "%CR10_PCS%\TO_SYSTEM\cxlib-1-6.dll" "%CR10_WINDIR%\system32"
copy "%CR10_PCS%\TO_SYSTEM\cxlibw-1-6.dll" "%CR10_WINDIR%\system32"
copy "%CR10_PCS%\TO_SYSTEM\cxlibw7-1-6.dll" "%CR10_WINDIR%\system32"
copy "%CR10_PCS%\TO_SYSTEM\msvcp70.dll" "%CR10_WINDIR%\system32"
copy "%CR10_PCS%\TO_SYSTEM\msvcr70.dll" "%CR10_WINDIR%\system32"

Echo Runtime engine
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\Crqe.dll"
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\craxdrt.dll"
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crviewer.dll"
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\keycode.dll"

echo Export formats
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\ReportRenderer.dll"
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\pageObjectModel.dll"
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\webReporting.dll"
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\ExportModeller.dll"
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\crtslv.dll"

echo Charts
regsvr32.exe /S "%CR10_PFILES%\Fichiers communs\Crystal Decisions\2.5\bin\CRAnalyzer.dll"

REGEDIT "%CR10_PCS%\crdeploy.reg"


PAUSE
pick ouic est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 05/07/2005, 18h11   #39
speed034
Membre habitué
 
Inscription : février 2004
Messages : 279
Détails du profil
Informations forums :
Inscription : février 2004
Messages : 279
Points : 128
Points : 128
Super merci

++sandrine
speed034 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/07/2005, 09h00   #40
KrusK
Membre régulier
 
Inscription : mai 2005
Messages : 192
Détails du profil
Informations personnelles :
Localisation : France, Calvados (Basse Normandie)

Informations forums :
Inscription : mai 2005
Messages : 192
Points : 75
Points : 75
avec CR11 il ne doit pas y avoir grand chose a changer ?

je vais essayer d'ici quelques jours, je vous tiendrai au courant
KrusK 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 11h15.


 
 
 
 
Partenaires

Hébergement Web