I'm trying out the PROPERTY command to search a table for the next matching record.
My code is: -- PAUSE 2 USING .fCM_SelCustNum SET VAR fTemp_CustNum = (CTXT(.fCM_SelCustNum)) PROPERTY TABLE 'Customer->SEARCH->CustNum->' .fTemp_CustNum RETURN If I uncomment the PAUSE statement I see that fCM_SelCustNum does hold a correct customer number. Does anyone have this function working? The column CustNum in type INT, is that allowed in SEARCH->? -- Larry

