> > 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()
That looks very easy and very VFP-like indeed. Thanks! Ken -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.6/708 - Release Date: 3/2/2007 4:19 PM _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
