Search results

  1. P

    Data buffers

    Hi Rob, You have articulated so very clearly how to get an understanding of any specific topic. Apologies for coming across bluntly with a series of Quiz questions - it has been a while ago since I used OpenEdge and so was trying to figure out where I stand and came across this quiz type...
  2. P

    Data buffers

    It has been an interesting two days trying to attempt quizzes. Thank you Tom for your tireless responses, really appreciate.
  3. P

    Data buffers

    The question is what are called data buffers and how many types of data buffers (what are they) are used in progress. What you explained looks as though they all point to record buffer which we are referencing using explicit buffer names if necessary. Hence, as an answer to the question, I...
  4. P

    Data buffers

    So, theoretically, there is only one data buffer in progress, which is nothing but the record buffer. Is that right?
  5. P

    Data buffers

    Anyone know what are called data buffers? How many types of data buffers are used in progress? What are they?
  6. P

    Issue with Search

    Thank you - that works for now!
  7. P

    Issue with Search

    When I try to use the search to search for topics related to specific keywords, I get the above error. Anyone know how to go about searching for topics?
  8. P

    Progress Quiz 27 to 29

    Thank you - clearly I didn't read it properly!
  9. P

    Progress Quiz 19

    This is very useful to know, thanks!
  10. P

    Progress Quiz 21

    Could you please give a code snippet for this please with all three? TABLE, TABLE-HANDLE and APPEND? Both passing and receiving? Thanks
  11. P

    Progress Quiz 17

    Oh! Thank you
  12. P

    Progress Quiz 15 and 16

    When I edit and do all the indentations, when I save, everything is lost!
  13. P

    Progress Quiz 15 and 16

    I tried that, but when I copied it here, it all vanished away! Sorry
  14. P

    Progress Quiz 30

    Qn 30: Write a procedure (p1.p) that contains a function internalFunction() and a procedure internalProcedure (both returning a string). Write another (p2.p) procedure to call both the internalFunction() and the internalProcedure from the first procedure using super-procedures mechanism.
  15. P

    Progress Quiz 27 to 29

    Qn 27 and 28 are skipped. Qn 29: What messages are shown after running the following code (in both cases!) ? a. PROCEDURE p1: MESSAGE 1 AVAILABLE(customer). END PROCEDURE. PROCEDURE p2: DEFINE BUFFER customer FOR customer. MESSAGE 2 AVAILABLE(customer). END procedure. FIND FIRST customer...
  16. P

    Progress Quiz 26

    Qn 26: What is the difference between searching and filtering when using a database table? Ans: Search – searches for the records in the table – usually returns logical answer. Filter – filters out and returns the only required records – physically brings the data Not confident on the above answer!
  17. P

    Progress Quiz 25

    Qn 25: How can more values be returned from one particular function? Ans Convert the function to procedure?
  18. P

    Progress Quiz 22 to 24

    I will ignore Qn 22 as it is another include file. Qn 23 is simple. Qns 24: We have the code below. What happens when the <condition> becomes true? What block is left and how can we force to leave the other block? For EACH table1: For EACH table2: /*Do something…*/ IF condition THEN LEAVE...
  19. P

    Progress Quiz 21

    Qn 21: What are the ways to pass a temp-table as a parameter? Ans: Use TABLE FOR?
  20. P

    Progress Quiz 12

    I don't disagree at all. I just came across this series of questions, so was trying to answer each of them. But these questions are 9 years old anyway!
Top