At 03:26 PM 4/13/2005, Richard Croy wrote:
This is the BACKUP.RMD file, and I have not made any changes in it
from yesterday's use to today's:
-- Backup Database
DISCONNECT
PAUSE 2 USING 'Database Backup in Progress' +
CAPTION 'Database Backup' ICON CONFIRM AT CENT CENT
COPY <dbname>.rb? C:\RBTI\RBG7\<dbname>Backup\<dbname>.rb?
CONNECT <dbname> IDENTIFIED BY NONE
PAUSE 2 USING 'Database Backups Completed!' +
CAPTION 'Database Backup' ICON INFO AT CENTER CENTER
RETURN
Has something changed between the two versions of R:Base 7.1 which
cause the RMD file not to run?
Dick,
A few suggestions:
01. Try the same command file at the R> prompt, using the TRACE
options and see what you get.
Example:
TRACE Backup.RMD
02. What results you get when using the same commands, one at a time,
at the R> prompt.
03. Before using that command file, make sure that the CHARacter
SETtings match with the QUOTE CHARacter used in the command
file.
Let us know.
Very Best R:egards,
Razzak.
Tip:
When using the PAUSE, CHOOSE or DIALOG commands in R:BASE 7.1,
7.5 or V-8 "Turbo" for Windows, you don't need to use the option
of "AT CENTER CENTER", as all dialogs are centered be default.