Re: dbGo in Delphi 2006



Mac Davis schrieb:
Am I going crazy?

I just installed Delphi 2006.

I have a table that populates a grid. When a TAdoQuery is opened in the IDE, the grid is populated.

However, if I leave the table closed on startup and the issue dm.qry_software.open nothing happens.

In the same vein, if I leave the table open and try to close it programatically, nothing happens. What's up?

Thanks,

Mac



Maybe you have created your datamodule twice?
It sound to me that you're controls are connected to one instance and you are manipulating the other one at runtime. Would be be a classic ;)

Ralf
.



Relevant Pages

  • Re: dbGo in Delphi 2006
    ... I just installed Delphi 2006. ... I have a table that populates a grid. ... property of the DBGrid and the DataSet property of the DataSource ...
    (borland.public.delphi.database.ado)
  • Re: Format grid column to display "" instead of datetime DBNull (1
    ... I think it refers to the TableStyles object within the Grid. ... Carlos Lozano ... >> I have a grid that populates from a table on SQL Server. ... >> sTable, string sColumn) ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Format grid column to display "" instead of datetime DBNull (1
    ... Carlos Lozano wrote: ... I know the grid is not the problem as I can see it after it is populated. ... I have a grid that populates from a table on SQL Server. ... DataGridColumnStyle newColStyle; ...
    (microsoft.public.dotnet.languages.csharp)
  • dbGo in Delphi 2006
    ... I have a table that populates a grid. ... When a TAdoQuery is opened in the ... IDE, the grid is populated. ...
    (borland.public.delphi.database.ado)
  • Steuerelement kopieren
    ... Ich habe ein Steuerelement (ein Grid) geschrieben, ... Beim Kopieren werden nur die Verweise kopiert, ... Welche Methode ruft die IDE auf, um eine Kopie des Grid's zur Designzeit ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)