Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting a DBase V table to VFP without prompt
Message
De
09/03/2001 11:43:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00483496
Message ID:
00483548
Vues:
11
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform