Description: Je viens de créer une base de données dans lequel il y un champ images. Au début tout fonctionnait très bien puis vers environ 80 fiches, lorsque j'ajoute des photos dans le formulaire après avoir rajouté des fiches dans la table, celui-ci se bloque. je suis obligé de redémarrer Libre Office et les dernières fiches créées n'ont plus leur image dans le champ approprié. Steps to Reproduce: 1.créer de nouvelles fiches dans la table 2.ouvrir le formulaire 3.ajouter l'image dans le champ approprié. 4.Enregistrer Actual Results: plantage Expected Results: plantage Reproducible: Always User Profile Reset: No Additional Info: Sauvegarder les enregistrements
Please translate this bug to English.
Sophie, please help us :-)
(In reply to Robert Großkopf from comment #1) > Please translate this bug to English. I don't speak english
Translation: ---------------------- Description: I created a database containing a picture field. At the beginning everything was working well but around 80 records, when adding pictures in the form after adding records in the table, it is freezing. I have to relaunch LibreOffice and the last records have lost their picture in the appropriate field. Steps to reproduce: 1. Create a new record in the table 2. Open the form 3. Add a picture in the field 4. Save ------------------------ Sophie
Could be this is a duplicate of bug 92936 : FILESAVE: HSQLDB:Inserting big image in a form destroys all input since last opening of *.odb-file
C'est probablement la taille excessive des fichiers images qui cause ce problème. Comment créer une base de données qui ne charge pas toutes les images en mémoire ?
This is a problem of the internal HSQLDB together with Base. You would better save the images in a folder and link them (by the image-control) to a char-field of the database. So you could see the images in the form an could also get the original images without any problems. Images, which are imported in the database, couldn't be exported without help of macros.
Le problème dans cette méthode est que le chemin indiqué dans le lien est un chemin absolu. Donc si je déplace le dossier contenant les images il faudra recréer tous les liens.
(In reply to Bernard from comment #8) > Le problème dans cette méthode est que le chemin indiqué dans le lien est un > chemin absolu. Donc si je déplace le dossier contenant les images il faudra > recréer tous les liens. External images would be saved by relative path. So it won't be a problem to open use the database on other systems together with the folder of the images in the same path. Have a look here: http://robert.familiegrosskopf.de/lo_hb_en/External_Images.zip I will mark this bug as duplicate of bug 92936 *** This bug has been marked as a duplicate of bug 92936 ***
thank you Pour moi le problème a trouvé sa solution avec le lien que vous fournissez. Merci