Search results

  1. H

    Progress SQL question

    I fix the problem: where "inv-tb"-"inv-date" >= Curdate - 365
  2. H

    Progress SQL question

    Hi, This should be easy and am sure am overlooking a progress function. I have this(part of the query): where "inv-tb"-"inv-date" = '2011-01-31' I want to do something like this: where "inv-tb"-"inv-date" = todaydate - year(or -12 months)
  3. H

    cyclical redundancy check

    I have beentesting something for the last hour and it seems to work....but am thinking Idid something wrong. Say I a database and a window to update a table in the database. 1. I compile the code 2. I add a new index to the table being updated... (This should change the csc) 3. I only run the...
  4. H

    sending mail with gmail or other

    Thanks. I went ahead and made a .Net dll to send email.
  5. H

    Using a .Net dll with OpenEdge 10.2A

    Hello, I am using OpenEdge 10.2A and Visaul Studio 2010 Pro. I have made an dll so that I can send email over both SSL and non-SSL. I did this using the System.Net and System.net.mail namespaces in .Net I have also set: "register for COM Interop = true" But am not sure how to get openedge to...
  6. H

    Help with smtp.h

    The code below works for when I have one email address in tableName.EmailList but if I have more than one email address in the field it does not send out mails. Some of the email address have an "," or ";" or a space between in the database. Edit it seem that it work with an "," or ";" between...
  7. H

    sending mail with gmail or other

    Thanks. I had a look at it. I also came across this: http://amduus.com/cms/?q=node/58
  8. H

    sending mail with gmail or other

    Hello, I have a question about sending mail without using outlook. I know how to do it with outlook. Say I have two fields in a table username and password. When the click on a button I want the user to login the user into their gmail account and start a new...the body of the email would be...
  9. H

    OpenEdge 10.1A question

    Hello, I am new to Progess only been using it like 4 days. I am going through the 4GL Essentials - OpenEdge 10 lessons right now. These lessons are made to work with OpenEdge 10.1B. I have tried to open a database that came with this lesson. The database name is "MyTryIt.db", but I get this...
Back
Top