I never thought of  putting them in the compiled app, if I do that does the 
file 
have to reside somewhere on the computer or does it reside in the compiled app

Tom Hart




________________________________
From: A.G. IJntema <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Fri, September 30, 2011 3:44:25 PM
Subject: [RBASE-L] - RE: Timeout question


It’s just an idea, but you are able to find out where you are with 
(CVAL(‘CURRDIR’)). Put this in a variable and link it to the RMD file.
In that case you will find your RMD file.
Other possibility is making use of findfiles, tou find out where your RMD is 
situated.
 
The last one (most probably there are more knowing R:base) is put it your 
compiled application under Additional Resources | misc. files
 
 
Tony
From:[email protected] [mailto:[email protected]] On Behalf Of TOM HART
Sent: vrijdag 30 september 2011 20:53
To: RBASE-L Mailing List
Subject: [RBASE-L] - Timeout question
 
In the help example it shows this:
SET VARIABLE RBTI_TIMEOUTTEXT = 'c:\CustDB\cleanup.rmd' 
 
If running this on a network do I have to set  c:\CustDB\cleanup.rmd  to  
networkdrive\CustDB\cleanup.rmd

I have been setting RBTI_TIMEOUT TEXT = 'cleanup.rmd' and it seems to work 
properly sometimes but not 

others, or can I have the cleanup.rmd on each workstation and set it that way:  
set RBTI_TIMEOUT TEXT = c:\cleanup.rmd

Tom Hart

Reply via email to