Hi,
All is in the code below ... any idea for a work around?
Thanks,

set asserts on
use tastrade!customer_rview nodata && replace by any of your remote views
assert RecCount() = 0
assert CursorSetProp("fetchAsNeeded", .T.)
assert CursorSetProp("fetchSize", 20)
assert CursorSetProp("MaxRecords", 30)
assert Requery() = 1
go 21
assert Recno() = 21
assert RecCount() = 30 && pulls in MaxRecords above
*
assert CursorSetProp("MaxRecords", 50)* && this instruction seems ignored

go 31 && should pull in another set of 20 records but no -- "record is out of range" error
assert CursorSetProp("fetchAsNeeded", .F.)
go 31 && still no

--

Thierry Nivelet
FoxInCloud
Give your VFP app a second life in the cloud
http://foxincloud.com/
*LA FRANCE N'A PAS PEUR*



--- StripMime Report -- processed MIME parts ---
multipart/alternative
 text/plain (text body -- kept)
 text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to