HI , There is a workaround I.e you can call Another Page by Using Page Number and Record Like this IF CloseAction IN [ACTION::OK,ACTION::LookupOK] THEN BEGIN IF Rec.NEXT <> 0 THEN PAGE.RUNMODAL(30,Rec); //30 is Page Number END;
↧