Hi All
I Try To link My Progress Bar With RemoteView Sql Table I Find Example In
Local Table Which use UDF To Make Record Counter But doesn't Work With
Remote Data

Any id Please

Thanks

Re: Progress Bar Linked With Data From SQL Server by Fred

Fred
Sun Apr 02 15:22:13 CDT 2006

Since your SQL executes on the server, you're not going to be able to call a
VFP function to do your progress bar.

--
Fred
Microsoft Visual FoxPro MVP


"Taha" <taha105@hotmail.com> wrote in message
news:uWyW62jVGHA.5288@TK2MSFTNGP14.phx.gbl...
> Hi All
> I Try To link My Progress Bar With RemoteView Sql Table I Find Example In
> Local Table Which use UDF To Make Record Counter But doesn't Work With
> Remote Data
>
> Any id Please
>
> Thanks
>



Re: Progress Bar Linked With Data From SQL Server by Taha

Taha
Mon Apr 03 02:51:58 CDT 2006

Thank you For Reply Fred
It's True But If you Run Query From Vfp To Load Data From Sql You Can See
progress bar
There is A way To Do This By API Maybe
Thanks

"Taha" <taha105@hotmail.com> wrote in message
news:uWyW62jVGHA.5288@TK2MSFTNGP14.phx.gbl...
> Hi All
> I Try To link My Progress Bar With RemoteView Sql Table I Find Example In
> Local Table Which use UDF To Make Record Counter But doesn't Work With
> Remote Data
>
> Any id Please
>
> Thanks
>



Re: Progress Bar Linked With Data From SQL Server by Fred

Fred
Mon Apr 03 03:00:51 CDT 2006

Sorry, I've never found a need for them. Most of the data I pull from SQL
are very small record sets, so a progress bar would be a waste. Even when I
do have a need for larger sets, I still don't use them. The only way I
could think of is to "do-it-yourself" with a loop and an asynchronous fetch.

--
Fred
Microsoft Visual FoxPro MVP


"Taha" <taha105@hotmail.com> wrote in message
news:ebkJ%23NvVGHA.1236@TK2MSFTNGP11.phx.gbl...
> Thank you For Reply Fred
> It's True But If you Run Query From Vfp To Load Data From Sql You Can See
> progress bar
> There is A way To Do This By API Maybe
> Thanks
>
> "Taha" <taha105@hotmail.com> wrote in message
> news:uWyW62jVGHA.5288@TK2MSFTNGP14.phx.gbl...
>> Hi All
>> I Try To link My Progress Bar With RemoteView Sql Table I Find Example In
>> Local Table Which use UDF To Make Record Counter But doesn't Work With
>> Remote Data
>>
>> Any id Please
>>
>> Thanks
>>
>
>