Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Voice Commands in VFP6
Message
 
À
29/04/1999 23:13:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00212491
Message ID:
00214452
Vues:
32
John,

If I understand your message correctly, if you are trying to merge a text with the value of a control then you need to merge the two componentes together,

mv="hello "+this.control.value

if value is say client.givennames and given names holds 'Wayne'
this would speak 'Hello Wayne'.

If you want to speak the type of control as well as contents ie:
'Testbox client given names wayne'
it is best to set up a table with all controls in it and what is to be spoken.
once an object has focus a routine looks up the table for the control that has focus and speaks the contents of the field ie(this is the given name field)plus the actual contents (value of the field), ie 'Wayne'.
I hope this helps, keep in touch.
Wayne Williams
Developer VFP
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform