Jiri,

If I put the following code in the OnLoad event, I get a working DataGridView

        private void LocationList_Load( object sender, EventArgs e )
        {
            // TODO: This line of code loads data into the
'_PTS_Fairfield_fdbDataSet.LOCATIONS' table. You can move, or remove
it, as needed.
            _PTS_Fairfield_fdbDataSetTableAdapters.LOCATIONSTableAdapter
lta = new 
PTS_Fairfield._PTS_Fairfield_fdbDataSetTableAdapters.LOCATIONSTableAdapter();
            _PTS_Fairfield_fdbDataSet.LOCATIONSDataTable ldt = lta.GetData();
            LocationsDG.DataSource = ldt;
      }
This work around will allow me to continue, but I still wonder what
the problem is.

Thanks for your help.

Marv

On 3/31/07, Jiri Cincura <[EMAIL PROTECTED]> wrote:
> If you add empty DataGridView and the add BindingSource (i.e. from
> SmartTag and following wizard), are column generated?
>
>
> --
> Jiri {x2} Cincura
> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Firebird-net-provider mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to