PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Combo qui se mets toujours sur la 1er ligne
Combo qui se mets toujours sur la 1er ligne
Iniciado por Ferdy, 22,abr. 2005 13:30 - 5 respuestas
Publicado el 22,abril 2005 - 13:30
Bonjours,

Suite à une migration web7 à 9. J'ai une fenetre ou tous les combo ne fonctionne plus.
En effet, ils se mettent tous à la premiere ligne du combo.

Si je fais un bouton avec listeselect(combo,5) il ne se met pas sur la 5eme ligne mais sur la 1er.
J'ai supprimer les combos pour les recreer -> ne marche pas.


Qqu'un peut il me dire s'il y a un pb.

Mes combos sont en type dynamique.

Help.
Publicado el 22,abril 2005 - 13:52
Salut,

c'est un bug de la version actuelle lié à l'utilisation de la propriété ..Visible dans certains cas.
Ce sera corrigé dans la version 90033 qui doit paraître dans quelques jours.

En attendant, 2 solutions :
1- ne plus utiliser la propriété ..Visible
2- utiliser une variable globale à ta page, et faire ListeSelectPlus avec cette variable dans le onload de la page (code
navigateur).

Bon dev,

Olivier

Ferdy a couché sur son écran :

Bonjours,

Suite à une migration web7 à 9. J'ai une fenetre ou tous les combo ne fonctionne plus.
En effet, ils se mettent tous à la premiere ligne du combo.

Si je fais un bouton avec listeselect(combo,5) il ne se met pas sur la 5eme ligne mais sur la 1er.
J'ai supprimer les combos pour les recreer -> ne marche pas.


Qqu'un peut il me dire s'il y a un pb.

Mes combos sont en type dynamique.

Help.

Publicado el 20,junio 2005 - 22:15
I’ve updated to the 30-90033T version and the problem steel remains
Publicado el 21,junio 2005 - 13:58
Hi,

please contact the technical support in that case.

Have you tried to define the Combo as Dynamic ? and the command : Project -> Other Actions -> Repare Project (not sure
of the exact translation).

Best regards,

Olivier

Nuno wrote :


I've updated to the 30-90033T version and the problem steel remains
Publicado el 21,junio 2005 - 20:00
In fact the combo was set as Dynamic, and that was part of the problem:
1st: I've replaced the property ..visible for the property ..state (visible(visible=true), invisible(visible=false))
2nd: I’ve set the combo's property from Dynamic to Automatic

Now... "sa marche bien"
Publicado el 22,junio 2005 - 11:30
OK Excellent !

Nice to hear that !

Nuno wrote :

In fact the combo was set as Dynamic, and that was part of the problem:
1st: I've replaced the property ..visible for the property ..state (visible(visible=true), invisible(visible=false))
2nd: I've set the combo's property from Dynamic to Automatic

Now... "sa marche bien"