Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Equivalent of AfterRowColChange in List Boxes
Message
De
13/10/2008 07:49:17
 
 
À
13/10/2008 07:40:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01354517
Message ID:
01354525
Vues:
22
This message has been marked as a message which has helped to the initial question of the thread.
>>>Either I'm very rusty or it doesn't exist but is there an equivalent of the .AfterRowColChange() event in List Boxes?
>>>
>>>Because grids don't have mover buttons I'm displaying records in a list (the user needs to be able to change their order).
>>>
>>>But, as with a grid, I want the static fields on the form, pertaining to those in the list, to change as the user selects a different "row" in the list.
>>>
>>>IOW I want my list to behave like a grid.
>>>
>>>'ppreciate it.
>>>
>>>Terry
>>
>>
>>InteractiveChange() ?
>
>Thanks guys.
>
>That's where I originally put my code, being rusty and thinking in terms of .AfterRowColChange(), then I realised that .IRC():
>
>"Occurs when the user changes the value of a control using the keyboard or the mouse."
>
>Further
>
>This event occurs each time the object's value changes interactively. For example, as a user types in a text box, the InteractiveChange event is triggered after each keystroke.
>
>Now I'm not programmatically or otherwise changing a value in the list - merely selecting a different value

???

When the user selects another item in the listbox - the value is different
&& listbox.interactivechange
acti screen
?m.this.Value
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform