Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a cursor using a command.
Message
 
 
To
03/09/2009 12:03:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01422453
Message ID:
01422461
Views:
91
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform