What are the cases under which progress does not update an index?

Questions by Remasri   answers by Remasri

Showing Answers 1 - 6 of 6 Answers

ravi gupta

  • Sep 14th, 2011
 

Progress does not update an index if the value you try to assign to the index field is the same as the current value of the index field. You can change the name of an index at any time.

  Was this answer useful?  Yes

Sanjeev Sharma

  • Nov 2nd, 2016
 

Could you please explain with an example?

Code
  1. FOR EACH customer WHERE cust-num = 1 EXCLUSIVE-LOCK:

  2.     ASSIGN cust-num  = 1.

  3.     /*

  4.     DISPLAY customer WITH 1 COL SCROLLABLE.*/

  5. END.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions