Search results

  1. B

    Accessing a PROGRESS DB via an ODBC driver using SqlConnection in the code behind C#

    Hi, firstly to the moderator my apologies in this is in the incorrect forum. I have developed a web portal using ASP.NET to perform enquiries on our PROGRESS DB via an ODBC driver (32 bit). All the SQL queries work fine coded within the ".aspx" pages. However, I am now required to merge the...
  2. B

    ODBC driver for clent only.

    Hi, Is is possible to install just the Progress ODBC driver components without having to install the whole Progress client package. Thanks.
  3. B

    Query string of "DateTime" format using ASP.NET

    Hi, I am having problems passing a query string over to another URL page with the URL page expecting that one of the fields being passed to be of type "DateTime" when the field is actually only a standard PROGRESS "Date" field. SQL does not allow you to declare a field as "Date" only. I need...
  4. B

    Creating a footer on an EXCEL document.

    I have a rather large EXCEL oducment which I am required to use as a DELIVERY NOTE. The document is divided into a header, product line details and a footer. The document can be one or several pages long. I am required to print the footer only on the first page. I can print the header okay...
  5. B

    Creating a footer on an EXCEL document.

    I have a rather large EXCEL oducment which I am required to use as a DELIVERY NOTE. The document is divided into a header, product line details and a footer. The document can be one or several pages long. I am required to print the footer only on the first page. I can print the header okay...
  6. B

    Field validation expression.

    Would appreciate if anyone has an answer on this: If a field in a table has a validation expression against it and you want to change that validation, does that mean a schema change and hence all programs have to be recompiled? Nasty and time consuming if so …. L I cannot test this as I...
  7. B

    Menu and Browser active at the same time.

    I am a character user and wish to have a menu bar active and a browser active at the same time. Is this possible? Have been able to have one or the other active, but not both. Perplexed...... Barry.
Top