Feature Request: New Varchar flag

Frank Schima frank-list2 at mindstarprods.com
Fri Jun 4 20:09:06 CDT 2004


Hi Ruslan,


I'd like to make a feature request for Valentina 2. When creating a new 
field in the API, I would like to be able to create a Varchar field 
that is indexed but not indexed by words. Right now it requires 2 lines 
of code.

In V4RB, here is an example:

   vName = New VVarChar("Name", 504, "ASCII", kV_Nullable)
   vName.IndexByWords = False

So a new flag that indexes, but not by words, would be appreciated. I'm 
not sure of a good name for it: kV_NotIndexedByWords maybe?


Best regards,
Frank

---
Frank Schima



More information about the Valentina-beta mailing list