Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a cursor using a command.
Message
 
 
À
03/09/2009 12:03:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01422453
Message ID:
01422461
Vues:
90
>I need to create a cursor using a command line. I understand the command "Create cursor XXXX" but I don't know how to specify a data type of character binary. It's not in the help file. I need a field to store non standard characters.
>

The character/binary is a memo/character field with NOCPTRANS attribute. IOW, it's character field with code page translation disabled. VFP8 doesn't have any binary field types (besides GENERAL).
CREATE CURSOR crsTest (MyKindOfBinaryMemo M NOCPTRANS, MyKindOfBinaryChar C(50) NOCPTRANS)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform