In a two table screen form, I'm bringing over some 6.5++ EEP code and the
old method was to go back and forth a row to refresh lower tiers. For example:

SET V vcolumnvalue = .columnvalue
NEXTROW
RECALC VARIABLES
IF vcolumnvalue <> .columnvalue THEN
  PREVROW
ENDIF

This still works fine if the cursor is on a primary table column.

What is the preferred method in RB7? 
I tried the:
PROPERTY TABLE <FormTableName> 'REFRESH'
without success.

TIA,

Dennis
*****
Dennis Fleming
IISCO
http://www.TheBestCMMS.com
Phone: 570 775-7593
Fax:   570 775-9797
Cell:  570 351-5290

Reply via email to