Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What the correct behavior should be?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01411200
Message ID:
01411232
Vues:
36
>>Hi everybody,
>>
>>I have the form set up like this
>....
>
>>When I select a different option in a Picklist, I refresh the Makes available / selected (by selected I mean already existing in the table).
>>
>>The question is - what should I do with the information for Models and with my grid? Should I clear all the selections from the previous selection?
>
>Sure, you should. The new selection have nothing common with new one.
>

Yes, I'm thinking this is the way to go.

I found a problem / bug in the mover and I believe it may be related to the fact I'm using InteractiveChange to refresh dependents suggested by Hugo.

I remember long time ago my colleague Mike Asherman had similar problems and as far as I remember he used click method of the Listbox.

Or When event - I forgot exactly.

In any case, looks like now I have to work a bit on the mover control again - add a new method and also fix some little inconsistency in its behavior.

>
>>
>>The other little problem - I'm not yet sure how to solve and if it needs to be solved (I think it does). If I select the same Option in the Picklist as was selected, I would not want to fire the logic, correct? I need to somehow figure a way to see, if the change was really made here.
>
>*** GotFocus Event:
>this.Tag = TRANSFORM(this.Value)
>**** IAC event:
>IF NOT this.Tag === TRANSFORM(this.Value)
>   *** Refresh
>ENDIF
>
>
>>
>>Do you see the interface I'm trying to create here and have some suggestions? The interface was outlined by the customer this way, BTW.
>>
>>Thanks.

I programmed it slightly different way, but the idea is the same, essentially.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform