If you make use of 9.1 you are able to put this kind of files in your compiled 
program and it is part of your EXE

This applies also to your forms, reports and so on.

It is wonderful.

You are able to update your program without making any adjustments to  your 
database.

 

Tony

 

From: [email protected] [mailto:[email protected]] On Behalf Of TOM HART
Sent: vrijdag 30 september 2011 22:53
To: RBASE-L Mailing List
Subject: [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