Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Select id, city, client_name ;
from (yourtable) ;
sort by city ;
into cursor foo
Select Foo
Do While Not EOF()
filename = Trim(foo.city)
Copy To &filename TYPE XLS While Trim(foo.city) = filename
Enddo
Copy To &filename TYPE XLS While Trim(foo.city) = filename
Copy To &filename TYPE XLS [b]FOR[/b] Trim(foo.city) = filename