I must be losing it! <G>
The same problem repeated itself yesterday before I tried Razzak's suggestions.
When I then ran them, both step-by-step and as the complete RMD file, everything worked as I designed the RMD and as it did before the problem.
All of the code and settings checked out properly. And it still works correctly this morning.
All I can figure is that on Wednesday I downloaded and installed the latest security upgrade for Windows XP Pro from Microsoft, and something may not have settled itself in right on Wednesday.
Ah, computers! <G>
Dick Croy Richard S. Croy [EMAIL PROTECTED] ========================================= This message has been scanned for viruses using the most-current Norton Anti-Virus. =========================================
A. Razzak Memon wrote:
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.
