User Profile

Collapse

Profile Sidebar

Collapse
agasca
agasca
Last Activity: Oct 17 '07, 04:00 PM
Joined: Mar 31 '07
Location: San Luis Potosi, Mexico
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • agasca
    started a topic Problem with ShowDialog() in different thread
    in .NET

    Problem with ShowDialog() in different thread

    Hi.
    i'm using c# in net 2.0. winxp-sp2 machine.

    I have a form, say FormGrid in that i have to do some work... there is a problem, related to datagridview and the datatable in the DataSource, and this problem require to work with the datatable in the same thread the dataridview is.

    So, i make another thread with another form, say FormWatch to see the progress in formGrid. something like this:

    In...
    See more | Go to post
    Last edited by agasca; May 12 '07, 03:00 AM. Reason: more info

  • How to use an especific instance of excel for COM purposes

    Hi.

    i'm using c# 2 to do things with excel u(pasting data mostly), and currently im using COM, something like this:

    Code:
    xlApp =
    	(Excel.Application)
    	Marshal.GetActiveObject("Excel.Application");
    The problem now is that the user wants to select, from several of the excel running instances...

    and i'm lost with this...

    Any help?

    Thanks...
    See more | Go to post

  • Oh... that's horrible...

    well... there is a way access remembers the scale of the field...
    meaby this is a dao bug? and/or jet bug? does any one knows a report exist in microsoft?

    Thanks...
    See more | Go to post

    Leave a comment:


  • agasca
    replied to C# .NET ===> postgreSQL
    Do you consider to use npgsql ?

    with that you can connect to the database simply making this (example from the user manual):

    Code:
    using System;
    using System.Data;
    using Npgsql;
    
    public class NpgsqlUserManual
    {
      public static void Main(String[] args)
      {
        NpgsqlConnection conn = new NpgsqlConnection("Server=127.0.0.1;Port=5432;User Id=joe;Password=secret;Database=joedata;");
    ...
    See more | Go to post

    Leave a comment:


  • Problem retrieving number of decimals on dbDecimal field type

    Hi.

    Im trying to use DAO 3.6 (in c#, net 2) to obtain the precision and scale of a field of type dbDecimal, but no success.

    I found that the property CollatingOrder of the field objet has the precision of the field, but cant' figure how to obtain the scale.

    Thanks

    Alejandro
    See more | Go to post
No activity results to display
Show More
Working...