Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
3-tier programming, Codebook, and business classes
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00083772
Message ID:
00084592
Views:
34
>Hi Jim,
>This sounds like great approach. The only caveat I see is that it looks like the bizobj is only capable of dealing with a single record at a time. What if the host (for simplicity's sake, let's just assume this is VFP too) needs to display the records in a grid and therefore has to be capable of displaying multiple rows?

Mike,

The design would require the host to create a lcoal cursor and get data from the busobj one record (actually one field) at a time and populate the local cursor. It would need to write the dat back that way also. Essentially, grids are not really well suited for this model.

If we can get ADO working better with VFP then the issue becomes moot, just empower the busobj to send back an ADO cursor.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform