On Mar 3, 2007, at 10:15 AM, Ken Dibble wrote:

> Just for experimentation purposes, and to learn more about how the  
> bizobj
> works, I'd like to show the full set of records in the grid and  
> just one
> from the same table in the textbox.

        Ok, here's where a VFP background comes in handy. Get your dataset  
for the grid, and then in your button handler, instead of requerying,  
try something like:

val = self.keyBox.Value
self.PrimaryBizobj.seek(val, "pkid")
self.update()

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to