Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What will be select in grid
Message
De
04/10/2004 03:52:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00948186
Message ID:
00948372
Vues:
17
>thanks cetin,
>i am puting a speak agent in grid. atually i want to speak a column from top to end.
>thanks

You mean you want it to speak all the values in a specific column? If so that column still have a controlsource like myAlias.myField, right?
* I don't think you'd want it to ever speak over 65000 values
local ix
local array arrValues[1]
select myField from (thisform.myGrid.Recordsource) into array arrValues 
for ix=1 to _Tally
 thisform.myAgent.Speak(arrValues[m.ix])
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform