PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV (versiones precedentes) → URGENT: comment on sélectione dans une table combo? [WD7.0]
URGENT: comment on sélectione dans une table combo? [WD7.0]
Iniciado por petalele, 30,jun. 2004 17:20 - No hay respuesta
Publicado el 30,junio 2004 - 17:20
Bonjour,

J'ai un gros problème que j'ai résolu une fois mais je n'arrive pas à retrouver
comment...

Voilà, J'ai une table qui contient entre autre une colonne combo. Lorsque
je remplit ma table, je ne c plus comment on fait pour sélectionner le bon
enregistrement dans ma combo.

J'ai essayer:
TANTQUE PAS HEnDehors(mareq)
TableAjoute(Tab,mareq.nom+TAB+ListeCherche(Tab.collib,mareq.libelle)+TAB+mareq.prenom)
HlitSuivant(mareq)
FIN

ou :
i=1
TANTQUE PAS HEnDehors(mareq)
TableAjoute(Tab,mareq.nom+TAB+""+TAB+mareq.prenom)
u est entier=ListeCherche(Tab.collib,mareq.libelle)
ListeSelectPlus(collib[i],u)
HlitSuivant(mareq)
i=i+1
FIN

RIEN NE MARCHE...