At 09:26 AM 1/14/2011, Coxen, Dayle wrote:
I am using R:base 7.6.
I am trying to unload a form recently converted from 6.5++.
In Database Explorer, I am trying to use the speed menu
(right click, unload) to unload the form.
I am then prompted to "Save As".
But when I press the Save button I get the message:
-ERROR- Syntax is incorrect for the command OUTPUT (2045)
That is the typical symptom of having your database IDQUOTES
setting defined as NULL.
At the R> prompt, SHOW CHAR will reveal the current setting
for IDQUOTES.
You will need to fix the IDQUOTES settings to `, that is the
single reversed quote "`" underneath the tilde "~" on your
keyboard.
Here's how:
01. CONNECT dbname
02. At the R> prompt:
SET IDQUOTES=`
03. SHOW CHAR
Confirm the setting for IDQUOTES
04. Now try to UNLOAD the same form using Database Explorer
and see what you get.
That's all there is to it!
Very Best R:egards,
Razzak.
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]
(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
================================================