Leemi
Wed Nov 05 10:38:14 CST 2003
Hi Bernie:
Have you taken a look at Mark McCasland's cursoradapter tool on
www.universalthread.com? This is in the Download section (VFP product),
and the Download ID is 17264. Also, take a look at the code in this
article:
814184 INFO: How To Update Data By Using the TableUpdate Function with the
http://support.microsoft.com/?id=814184
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003
>I'm trying to use a native cursoradapter instead of a
>local view so that the retrieval of data is the same no
>matter what the backend is. The problem is when I call
>the cursorfill method, a browse appears of the cursor.
>Press a key and the browse disappears and my form loads.
>This doesn't happen when I call cursorfill for an ODBC
>cursoradapter. Does anyone know how to suppress this
>browse? I can't see any obvious properties to set.
>>Thanks.
>Bernie