Larry Mine is working but I do not have the -> before SEARCH Just a WAG
Marc ----- Original Message ----- From: Lawrence Lustig To: RBASE-L Mailing List Sent: Tuesday, July 15, 2008 4:31 PM Subject: [RBASE-L] - Property Table Search Problem 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

