On Monday 01 October 2007 09:41, Ed Leafe wrote:
> On Oct 1, 2007, at 12:03 PM, johnf wrote:
> > You would expect that it would be faster after all it by passes some
> > of the Framework.
>
>       Wrong. Assuming that the both take a value and return the formatted
> version:
>
> bizobj.formatValue(val)
> -and-
> dGridDataTableSubclass.formatValue(val)
>
 But Larry is using the getters and setters of the display.
> ...would perform identically.
>
> > I believe Ed sees this as a totally useless request due to the fact
> > that
> > other means are available.
>
>       Not useless, just a waste of time.
>
> > I'd just like to see an easy way for the
> > developer to setup a display only field at the DataSet level.
>
>       And I've already explained how to do just that, even though you'd be
> putting UI logic into your data layer.
>
> -- Ed Leafe

OK
BTW this is how I wanted to do it
myvalue=self.Form. somefunction()
self.lkgrid.Columns[0].DataField = myvalue

But in Larry's case I did not know how to take input for the cell.  Recall 
Larry's case was both display and input from the user covered.  So he used 
the setter and getter of the cell.  

Anyway, thanks for hearing me out.
                

-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to