<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Jul 2020 14:49:07 Z</lastBuildDate><pubDate>29 Jul 2020 10:36:55 Z</pubDate><description>Bonjour,&#13;
je rencontre un problème avec un TableCherche :&#13;
&#13;
j'ai une table fichier/requête.&#13;
Certaines colonnes sont alimentées par la requête grâce à leur onglet liaison (ex Nom, Prénom) ; &#13;
d'autres colonnes sont alimentées par programmation dans le code affichage d'une ligne de la table (ex NompPrénom).&#13;
&#13;
Si je fais un TableCherche sur une colonne alimentée par requête, aucun problème.&#13;
Mais je veux aussi faire un TableCherche sur une colonne alimentée par programmation. &#13;
Là ça fonctione pour les n premiers enregistrements (lettres A à C) mais pas pour les suivants, l'entier retourné est -1.&#13;
&#13;
J'ai lu les sujets du forum et essayé de décocher l'ascenseur proportionnel, de décocher la fonction Hfiltre etc, sans succès.&#13;
Avez-vous rencontré le pb et auriez-vous SVP une piste pour le résoudre ??&#13;
&#13;
Affectation de la colonne NompPrénom :&#13;
[code:wl]&#13;
Table_REQ_DOSSIERS[Table_REQ_DOSSIERS].NomPrénom = Table_REQ_DOSSIERS[Table_REQ_DOSSIERS].Nom+" "+Table_REQ_DOSSIERS[Table_REQ_DOSSIERS].Prenom&#13;
[/code]&#13;
&#13;
Recherche sur Nom (colonne de la requête) : ok&#13;
[code:wl]&#13;
ent1 est un entier&#13;
ent1 = TableCherche(Table_REQ_DOSSIERS.Nom,MoiMême,rechercheCommencePar)&#13;
[/code]&#13;
&#13;
Recherche sur NomPrénom (colonne par programmation) : KO&#13;
[code:wl]&#13;
ent1 = TableCherche(Table_REQ_DOSSIERS.NomPrénom,MoiMême,rechercheCommencePar)&#13;
TableSelectPlus(Table_REQ_DOSSIERS,ent1)&#13;
[/code]</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier/read.awp</link><title>problème avec TableCherche sur table Fichier</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Céline</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241519/read.awp</comments><pubDate>30 Jul 2020 14:49:07 Z</pubDate><description>En fait, on avait une table mémoire (il n'y avait effectivement pas ce problème de recherche) et on est passés à une table fichi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241519/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241519/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier/read.awp">problème avec TableCherche sur table Fichier</source><title>Re: problème avec TableCherche sur table Fichier</title></item><item><author>test</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241508/read.awp</comments><pubDate>29 Jul 2020 22:57:20 Z</pubDate><description>une solution simple est d'exécuter la requete  et de remplir une table méoire par code en bouclant dessus... Dans la boucel tu d…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241508/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241508/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier/read.awp">problème avec TableCherche sur table Fichier</source><title>Re: problème avec TableCherche sur table Fichier</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241507/read.awp</comments><pubDate>29 Jul 2020 18:57:59 Z</pubDate><description>La deuxième requête à l'avantage de faire coup double. Elle va t'éviter de boucler sur l'ensemble de la table pour avoir tous le…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241507/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241507/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier/read.awp">problème avec TableCherche sur table Fichier</source><title>Re: problème avec TableCherche sur table Fichier</title></item><item><author>Céline</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241496/read.awp</comments><pubDate>29 Jul 2020 14:05:02 Z</pubDate><description>Je voulais éviter de toucher à la requête qui est utilisée par ailleurs, mais ce n'est probablement pas possible.&#13;
En tout cas, …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241496/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241496/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier/read.awp">problème avec TableCherche sur table Fichier</source><title>Re: problème avec TableCherche sur table Fichier</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241494/read.awp</comments><pubDate>29 Jul 2020 11:10:40 Z</pubDate><description>Une autre solution est d'ajouter une condition dans ta requête.&#13;
[code:wl]&#13;
SELECT &#13;
	Client.PK_Client AS PK_Client,	&#13;
	Client.N…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241494/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241494/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier/read.awp">problème avec TableCherche sur table Fichier</source><title>Re: problème avec TableCherche sur table Fichier</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241493/read.awp</comments><pubDate>29 Jul 2020 11:01:29 Z</pubDate><description>Bonjour,&#13;
C'est logique, tu es en présence d'un champ table mixte et nom d'un champ table Fichier.&#13;
Etant donné que le calcul se…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241493/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier-241493/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241489-probleme-avec-tablecherche-sur-table-fichier/read.awp">problème avec TableCherche sur table Fichier</source><title>Re: problème avec TableCherche sur table Fichier</title></item></channel></rss>
