Search results

  1. B

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

    Re: Accessing a PROGRESS DB via an ODBC driver using SqlConnection in the code behind Hi Marian, I'll try that tomorrow when I get to work and let you know the result. Thx, Barry.
  2. B

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

    Re: Accessing a PROGRESS DB via an ODBC driver using SqlConnection in the code behind Hi RHD, the XML is correct but when I copied and pasted it, I dropped a space before the "providerName". Also, the password is blank, hence a space character. There is nothing wrong with the connection...
  3. 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...
  4. B

    Query string of "DateTime" format using ASP.NET

    Hi Tom, right. In the code behind on the first page I had to put the following: protected void LinkButton1_Click(object sender, EventArgs e) { string BusPartner = DropDownList1.Text + "!" + TextBox3.Text; string shipto = TextBox4.Text; if (shipto == "") { BusPartner = BusPartner +...
  5. B

    ODBC driver for clent only.

    Thx for that Rob, we are currently in the processing of contacting our rep to determine if we need licences for each instance of a client. We are in need of the driver for various EXCEL dashboards the business has written. Regards, Barry.
  6. 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.
  7. B

    Query string of "DateTime" format using ASP.NET

    Hi, Was in the middle of replying to you yesterday when I accidentally hit the ALT key and ProgressTalk locked-up and I had to crash it ….. :( Anyway, sorry to be so late in my response but since I have created this web portal for the business they have bombarded me with requests for new work...
  8. 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...
  9. B

    Open file pdf

    You might find the following link useful. http://www.oehive.org/pdfinclude Regards, Barry.
  10. B

    Creating a footer on an EXCEL document.

    Hi Rob, haven't been ignoring you just that this site was down for a few days and secondly I had to figure another way of producing the so-called footer as I wanted more than just a page number, date and time and a file name - which is all EXCEL can give you. Below is a copy of what I wanted...
  11. 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...
  12. 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...
  13. B

    Field validation expression.

    To all of those who have enhanced my knowledge on validation expressions, I thank you. I try to learn somehting new every day. Regards, Barry.
  14. B

    Field validation expression.

    =================================================== Tom, thanks for that. Understand and am in agreement with you on what you have stated above. However, just to explain myself a bit further, in my case I do not necessarily want to amend the validation expression on the current schema...
  15. B

    Field validation expression.

    Thanks for that. I created a table with two fields, one of which I set with a validation expression of "Lookup (cu-freq,"N,W,F,M,Q") > 0". I then created a record with a "cu-freq = 'x'". At this point I am confused with what the validation expression is suppoed to do? Apart from my...
  16. 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...
  17. 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