Tracy,

>Is it possible to suppress this dialog?
>Convert Memos?
>Remove dBASE 'soft' carriage returns from memos?

You can get part way there with SET COMPATIBLE ON NOPROMPT, but you will
probably have to stuff a "Y" into the keyboard buffer to clear the prompt
about carriage returns. I haven't found another workaround yet:

* work around DBase memo format problem
* This prevents message "Convert to FoxPro format?"
SET COMPATIBLE ON NOPROMPT
* SET COMPATIBLE (above) does not completely solve the 
* dBASE memo problem, however. We still get a prompt asking 
* to Remove dBASE 'soft' carriage return. So, to clear that 
* automatically, clear TYPEAHEAD, send a "Y" answer before the
* USE command and clear the TYPEAHEAD after, in case it was not needed
CLEAR TYPEAHEAD
KEYBOARD "Y"
USE whatever
CLEAR TYPEAHEAD

David Stevenson 
http://talkingfox.blogspot.com

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 269.3.0/758 - Release Date: 4/12/2007
11:52 AM
 



_______________________________________________
Post Messages to: [EMAIL PROTECTED]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to