YuVa47
280 pts. | Sep 23 2009 1:31PM GMT
Another way is to save the indicator in a work-field before you clear the option 5 and move the work-field indicator back before you write to the sub-file. Something like this:
#Inwk = *in50 // red line indicator do what you want here… *in50 = #Inwk write subfile
Vatchy
670 pts. | Sep 24 2009 2:23PM GMT
The indicator is not set off automatically - the program sets it off after the record is written so that all following records are not set to red if they needn’t be. One way to take care of this is to define a hidden field in the subfile record and copy the red indicator into that field when you write the record. When you need to re-write the record just copy the hidden field to the indicator.






