Jan,

As Charlie said, since this an "External form" no database is connected and
therefore no commands that require table creation or modification make
sense.  Sorry, you'll have to move this into some kind of form.

Paul Buckley


> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jan
> johansen
> Sent: Thursday, February 07, 2008 4: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
> 
> 


Reply via email to