Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What will be select in grid
Message
From
04/10/2004 03:52:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00948186
Message ID:
00948372
Views:
16
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform