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


Reply via email to