<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>27 Feb 2020 14:46:41 Z</lastBuildDate><pubDate>27 Feb 2020 14:46:41 Z</pubDate><description>Bonjour, voici la table que j'ai crée;&#13;
https://hostimage.windev.io/images/Table_52cc50235be73a15218593c8520206c4.jpg&#13;
Le texte d'entête des catégories est en blanc. voici le code pour enregistrer ma table;&#13;
[code:wl]&#13;
nNoLigne est entier = 1&#13;
POUR TOUT LIGNE DE TABLE_Entetes&#13;
	SI TABLE_Entetes = 1 ALORS		// Nom des employés&#13;
		ARCHIVE_LI_DÉTAIL_PLANIF.NoLigne			= nNoLigne&#13;
		ARCHIVE_LI_DÉTAIL_PLANIF.Date				= dDateDébut&#13;
		ARCHIVE_LI_DÉTAIL_PLANIF.IDArchive_Planif	= nRésultat&#13;
		ARCHIVE_LI_DÉTAIL_PLANIF.Ligne				= sNomContact&#13;
		SI HAjoute(ARCHIVE_LI_DÉTAIL_PLANIF) = Faux ALORS&#13;
			Info("Erreur d'écriture dans la base de donnée")&#13;
			SORTIR&#13;
		FIN&#13;
	SINON		// Ligne de données&#13;
		ARCHIVE_LI_DÉTAIL_PLANIF.IDArchive_Planif 	= nRésultat&#13;
		ARCHIVE_LI_DÉTAIL_PLANIF.Date				= dDateDébut&#13;
		ARCHIVE_LI_DÉTAIL_PLANIF.NoLigne			= nNoLigne&#13;
		ARCHIVE_LI_DÉTAIL_PLANIF.Ligne				= TABLE_Entetes[nNoLigne]&#13;
		SI HAjoute(ARCHIVE_LI_DÉTAIL_PLANIF) = Faux ALORS&#13;
			Info("Erreur d'écriture dans la base de donnée")&#13;
			SORTIR&#13;
		FIN&#13;
	FIN&#13;
	nNoLigne += 1&#13;
FIN&#13;
[/code] Voici maintenant le résultat dans le centre de Contrôle HFSQL;&#13;
https://hostimage.windev.io/images/TableHfsql_aa75d9b08dfa32e71e78b76cba3f8eed.jpg&#13;
Le texte d'entête est aussi en blanc dans la table HFSQL, ce qui rend mon fichier très difficile à lire.&#13;
Comment faire pour faire apparaitre le texte en noir dans la table HFSQL sans modifier la couleur de ma table utilisateur?&#13;
&#13;
Merci&#13;
&#13;
--&#13;
Jean Turcotte&#13;
WX 25&#13;
Android 8.0 sur Galaxy S8&#13;
Laptop Lenovo I7 12GB Ram</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237346-text-rtf-dans-table-hfsql/read.awp</link><title>Text RTF dans une table HFSQL</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
