Re: Delphi7 / ADO - 'Origin' property of TQuery blank




I'm working on converting an application from DBISAM to ADO (using MSSQL
2005), and the labels on various dialogs and lists are set by reference to
the 'origin' property in the current dataset. For TADOTable based objects
setting the 'Origin' property is easy, but it's much more difficult for
TADOQuery objects - in fact, I was hoping there was a method of doing this
at run-time. It's not practical to work my way through the many screens
involved to manually set the 'Origin' property of each TQuery at design time.
Tfields have an Organ property but I don't know of one for datasets.
The tfield.Orgin property of a query should reflect the base table where the
field came from. Why would you wan't to modify that?
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages

  • Using list values as variable in secondary formulae... best way?
    ... to see how people who answered this question answered Question 43. ... that selection cause both the vertical key (labels) and data points to ... reference those values from the various dependant cells. ... lists that can be shared between sheets? ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Maintain list of attached event handlers (.Net 1.1)
    ... Your requirement to unsubscribe when the event fires is completely independent of how you unsubscribe other events later. ... A basic rule of event management is that when you subscribe the first handler, the reference to the event has to be instantiated. ... While you didn't actually post any code that showed such an enumeration, I will take as granted that somewhere you actually do. ... It's simple, it works, and is MORE performant than trying to maintain a list or lists or other data structures as various events are raised and unsubscribed from. ...
    (microsoft.public.dotnet.framework)
  • Re: Call by value, but (please check my hypothesis)
    ... objects are passed by reference in Lisp. ... > to lists ... SETF actually understands the syntax of the (GETF ...
    (comp.lang.lisp)
  • Re: [PATCH 2.6.23.14] SCSI : scsi_device_lookup/scsi_device_lookup_by_target return NULL for an exis
    ... because there is some outstanding command holding a reference to it. ... scanning will go ahead and try to add a new scsi_device to the devices lists. ... the consensus was to resurrect the sdev from the SDEV_DEL state back ... - that patches for the resurrection where implemented post this thread ...
    (Linux-Kernel)
  • Re: [PATCH] mm: use-once cleanup
    ... The idea is to mark a page PG_useonce on pagecache entry and modify the ... It wouldn't hurt to write what problem useonce fixes directly into the source ... fault time or when scanning the lists for reclaim in shrink_page_list. ... make the reference bit for all active pages have the same lifetime. ...
    (Linux-Kernel)