Jan, Do disconnect anywhere? Can you insert an EDI * FROM temptable in the second CFA to see if the table is still there or not? Can you trace and see what is happening?
Claudine :) -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jan johansen Sent: Thursday, February 07, 2008 3:03 PM To: RBASE-L Mailing List Subject: [RBASE-L] - REFF Form Actions Having a challenge that I just can't understand. I have 3 debugged command files that are intended to be run right after the other. If I run them at the R> everything works fine. WeekTot1.rmd WeekTot2.rmd -- runs some processes based on the prior made temp tables WeekTot3.rmd If I now place these in an REFF form as form actions as such CallWeekTot1 CallWeekTot2 CallWeekTot3 The REFF form now has a menu selection that does the following. PROPERTY RBASE_FORM_ACTION CallWeekTot1 ' ' PROPERTY RBASE_FORM_ACTION CallWeekTot2 ' ' PROPERTY RBASE_FORM_ACTION CallWeekTot3 ' ' RETURN The problem is that the first call works but then when the second call runs it's like my TEMP tables are no longer there because I get bad information displayed (I know it's bad). Any ideas why the rmd's would work fine but not work in a form action? Jan

