Re: I really hate .NET especially inside Delphi



Nick Hodges (Borland/DTG) wrote:
Great message, Chad -- exactly the kind of stuff I've been looking
for.

Thanks. Do you guys want me to start on serious IDE faults regarding
..NET now? :)

I'm not talking about bugs - but serious "misunderstandings" about how
certain things should work - and how they have lead to some parts being
nearly useless.

I havent tried this in 2006 - but I'm told its unchanged.

Consume a webservice that exposes a typed dataset. Delphi imports it
ok. But now try to drop it on a form - VCL or Winform. Cant? Ok so next
step. Winforms has the designers for binding to datasets. But you cant
drop a typed on on a form - and untyped ones, well uh they dont have
the info needed for binding. :) So unless you manually load an XML file
or something.. which is not the normal way.....

In VS - its simple. Drop the consumed dataset - bind away...


--
"Programming is an art form that fights back"
http://www.KudzuWorld.com/
Need a professional technical speaker at your event? See www.woo-hoo.net
.



Relevant Pages

  • Typed Dataset Column Assignment
    ... currentRow= APersonsName ... 'But since its a typed dataset, I shouldnt have to put "PersonName" in quotes. ... I cant quite figure out what the proper syntax is to convert the 'working line' so I can reference a field in the table without using quotes. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Dual Combo box binding problem (relation involved)
    ... I understand that when you bind comboboxes to data ... this might be caused by incorrect binding of data. ... Because when using typed DataSet, ... we can ensure that correct schema has been created, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: accessing fields in typed dataset
    ... I'm using a BindingManagerBase and binding context with the ... .AddNew() (which is supposed to automatically create new row on datatable ... 'NewXXXXTableRow' property of the typed dataset to get a handle to the new ... but any assignments I try to do on columns there give me Invalid Casts ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: typed DataSet-bound DataGrid sorting
    ... Yea that seems to be the problem because binding to a typed dataset happens ... I just dragged and dropped a DataView object to the page and ... I tried setting the Sort property of the ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Typed DataSet and group by
    ... I have a typed DataSet with 3 DataTables containing master-detail detail. ... I need to perform variable levels of group by on this data - and pointers to ... I something in my MSDN library ages ago that grouping on datatables but cant ...
    (microsoft.public.dotnet.framework.adonet)