[V4RB] VText and Unique property

Stan Busk maxprog at mac.com
Thu Feb 19 20:52:54 CST 2004


Hi,

One of my tables has following field:
myID = new VText("myID", 128, "ASCII", kV_Unique)
but I can create as many duplicate I wish. Can the 'Unique' property be 
applied to VText?
or do I need to use myID = new VText("myID", 128, "ASCII", kV_Indexed + 
kV_Unique)?
I just don't remember the latter... :)

~/Stan



More information about the Valentina mailing list