Search results

  1. C

    Run Non-WebSpeed Procedure

    Can WebSpeed run an existing Progress procedure that is used with one of our existing desktop applications? I tried adding the following to the Main Block in my CGI Wrapper: RUN cp.p. Is this possible? Thanks, CR Junk
  2. C

    Beginner Question - For Each

    I figured out my problem after re-inserting the LEAVE event. I had tried using the LEAVE event earlier, but it didn't seem to have any effect. It seems that some code in my my trigger event was incorrect. Thanks, CR Junk
  3. C

    Beginner Question - For Each

    I have a "For Each" statement in my code that I'm running. Once a certain condition has been met inside the "For Each" statement, I would like to kill the "For Each" statement. What syntax is used to stop a "For Each" statement? Thanks, CR Junk
  4. C

    Read String Character by Character

    Thanks! CR Junk
  5. C

    Read String Character by Character

    This is really simple, but I'm having problems finding out the correct syntax and function in the Help files for reading a string character by character. Basically I want to get get the lenght of the string and then use a Do loop to read the the string character by character. ASSIGN MyItem =...
  6. C

    Using JavaScript Confirm Pop Up

    Thanks for your help. My problem is that I overlooked the obvious! I tried to make thing more complicated than they were. CR Junk
  7. C

    Using JavaScript Confirm Pop Up

    Sorry for the delay. I've been out of the office for a week due to power loss from Hurricane Katrina. The record will already be loaded in the form. I have a "Process Record" button on the form that I would like to have run a Java Script that displays a confirm pop-up window asking the user...
  8. C

    Using JavaScript Confirm Pop Up

    I would like to write a JavaScript that will launch a confirmation widow asking the user if they want to process their record. If they click yes, then my Progress code runs. If they click no, then nothing happens. First of all, is this possible? If so, can someone refer me to a sample of this...
  9. C

    Obtain Unique Record with For Each Statement

    I understand the Break By and Last Of statements. I guess my hangup is how to get each unique city code. Thanks, CR Junk
  10. C

    Obtain Unique Record with For Each Statement

    Can someone show or refer me to an example that will accomplish this? I'll try my best to explain what I would like to do. I want to obtain the last Customer record in my table using a FOR EACH where the city is unique, ordered by Cust, City. For instance, if this is the data in my Customer...
  11. C

    Beginner Output To Question

    Thanks tekstylez! That did it. I had tried using the VALUE statement earlier, but it didn't seem to work. Maybe I had something wrong in my code. Oh well, it work now. Thanks again! CR Junk
  12. C

    Beginner Output To Question

    I'm not having much luck on finding out how to do this. I'm new to Progress and I'm still not very familiar with the syntax. I'm writing data out to a text file. I want to give the text file a 4 digit random number, but I can't figure out how to pass this to the OUTPUT TO statement. This is...
  13. C

    Adding Include Files

    Thanks for your help! I was able to determine with the Agent Variables tool in Web Tools that my propath was set to d:\webspeed\tty. It now seems to be finding the include file whenever I compile the program. Sincerely, CR Junk
  14. C

    Adding Include Files

    This is a newbie question that I have. I'm trying to reference an include (.i) file in my CGI Wrapper, but I am receiving a " pdf_inc.i was not found. (293)" error. Can someone tell me how to reference an include file? I've placed the pdf_inc.i file in the following location on the WebSpeed...
  15. C

    Display Report as PDF

    Thanks everyone! From what I've looked at, I think pdfinclude is what I need. Thanks again! CR Junk
  16. C

    Obtain Values From ASP Pages

    The front-end of our extranet uses an ASP web page to log a user into our system so that they can see our list of online applications. Each user account has a unique ID that is used to query only their records. I am able to pass this ID to other ASP online applications through a session...
  17. C

    Display Report as PDF

    I need to create report as a PDF through WebSpeed. I'm new to WebSpeed so this is all one big learning process for me. This will be an invoice that users will print out and mail in to us. Is it possible to run a CrystalReport through WebSpeed and have it return a PDF to the browser? Are there...
  18. C

    Connect to Progress with ASP.NET

    I'm new to Progress and I was wondering if there are any problems connecting to a Progress database or if there are any limitations. I'm thinking of using ASP.NET and Progress together. In the past, I've always used SQL Server 2000 when working with ASP.NET. Are there any big differences...
Back
Top