Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting a DBase V table to VFP without prompt
Message
From
09/03/2001 11:43:09
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00483496
Message ID:
00483548
Views:
12
>I have a dBaseV table that has a memo file. When I issue:
>
>SET EXCL ON
>SET COMPATIBLE DB4 NOPROMPT
>USE mytable
>
>I receive a prompt to "Remove dBase 'soft' carriage return from memos?". Is there a way to avoid this prompt?
>
>Thanks.

I ran into this a while ago and came up with this;
  SET TYPEAHEAD TO 0
  SET TYPEAHEAD TO 2
  KEYBOARD '{ENTER}'
  KEYBOARD '{ENTER}'
  USE dbasefile IN 0
Previous
Reply
Map
View

Click here to load this message in the networking platform