V4RB vVarChar IndexByWords Help
alvin
alvin at ins.co.nz
Wed Mar 12 22:48:42 CST 2003
Hi,
I'm trying to turn index by words off for a field originally created in the
Valentina program itself but I cannot figure out the exact syntax to use:
dim vFld As vField
dim vchr As vVarChar
vFld = mDatabase.BaseObject("Curriculum").Field("Description")
vFld.Indexed = True
works for turning the indexing on but I cannot get vFld.IndexByWords =
False.
I can if I use:
vchr.IndexByWords = False but how do I let RealBasic know which field I want
to turn the indexing off on - which database and which field.
Any help in exact syntax would be appreciated.
Thanks very much.
Cindy
More information about the Valentina
mailing list