I have a form that creates a temp table- tinventorytab, to enter new inventory. 
 
I am trying to use this on a new upgrade and get the message "cannot create 
tinventorytab" if I try to run from a compiled app as follows:
--Main startup file 9.5
dis
set error messages off
SET SCRATCH TMP
SET STATICDB ON
set fastlock on
set qualcols 2
set autocommit on
set multi on
con consign
RUN SELECT CCData FROM commoncode WHERE CCName = 'MainStartUp'
RETURN

If however I run from compiled app like this:
con consign
RUN SELECT CCData FROM commoncode WHERE CCName = 'MainStartUp'
RETURN 
or directly from full Rbase it works
I think it has to do with the staticb and fastlock but I have never had this 
problem on 4 other apps which are all identical
I am using the very latest 9.5 version and compiler

Tom Hart

Reply via email to