I don't have much experience with external forms.  Don't Temp tables require a 
database to "live" in even if only temporarily?  Have you tried this with a 
variable form bound to a database?

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jan johansen
Posted At: Thursday, February 07, 2008 3:03 PM
Posted To: RB7-L
Conversation: [RBASE-L] - REFF Form Actions
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


Reply via email to