Recent content by PD24

  1. P

    How do i remove problems?

    How do i remove problems? Errors from Architect? I have 2000 problems that remain there and its confusing! pls help.. thanks
  2. P

    Creating a generic test plan?

    Hi i want to create a generic test plan. What sort of things could i check on the GUI to create such a plan? If you know of any test scripts or can provide me with more info that would be great! Thanks
  3. P

    Testing / Debugging?

    Its not very good to be honest.
  4. P

    Testing / Debugging?

    Yep its a total sham! Thought all the repsonse.write type behavior of showing messages had gone? Its time to learn a REAL Microsoft.NET language. Not this junk
  5. P

    Testing / Debugging?

    why is debugging so long winded? All i want to do is run the code i wrote in debug mode and then click through my application and then hover over some stuff in the code to see how everything is working. Its silly to have write statements and to use alert boxes to "display" your findings. I have...
  6. P

    Testing / Debugging?

    Hi, thanks for the swift reply. Where is this book that you speak of?
  7. P

    Testing / Debugging?

    I want to debug my application but i want to use the debugger in Progress Open Edge so that i may see how the data is flowing through the code. I remember doing such debugging in Visual Studio 2008. Where by you step into the code and then highlight with the mouse of a variable and it will tell...
  8. P

    Write tram line to output transaction details...?

    the problem a despatch of goods has exactly 1 invoice assigned to it. However 2 were created. The 2nd invoice some how is currupted. I want to write a query to find all the despatches that how more than 1 invoice allocated to them.
  9. P

    Write tram line to output transaction details...?

    I think what i want to do is make a transaction and then grab the values and populate a temp table, then i want to out the values on screen or output it to a file. In ASP/SQL we would grab the values via the request.form and then write the values into a cookie. However i am unsure with pure...
  10. P

    Write tram line to output transaction details...?

    Hello, i am fairly new to progress open edge 10.2B and i need to write a tram line to output transaction details into a temp-table. How can this be done? is there any code out there that i can use? Thanks..
Back
Top