Tom,

 

I must say I am not sure about it. I cannot find anything about this in the 
documentation.

If you add a file to this option you will see  the system is referring to the 
original path.

So my assumption is you still have to refer to the path where the file is 
situated in case of the non compiled version.

 

So my advice is give it a try using a very short time-out period.

I am also interested in the results

 

Tony

 

From: [email protected] [mailto:[email protected]] On Behalf Of TOM HART
Sent: zondag 2 oktober 2011 0:20
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Timeout question

 

If I put it in the compiled app do I:

SET VARIABLE RBTI_TIMEOUT TEXT = 'cleanup.rmd' 

 

Will that cover the required path on the workstations?

Tom Hart

  _____  

From: TOM HART <[email protected]>
To: [email protected]
Sent: Fri, September 30, 2011 3:52:31 PM
Subject: Re: [RBASE-L] - RE: Timeout question

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_TIMEOUT TEXT = '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