Altering table

Ivan Smahin IvanSmahin at public.kherson.ua
Sat Jul 2 22:47:29 CDT 2005


Hello jda,

Saturday, July 2, 2005, 8:53:18 PM, you wrote:

j> vdb.Table("bibAndDoc").StringField("propertyName").indexByWords =
j> false
j>           
j> vdb.Table("bibAndDoc").Field("propertyName").isIndexed = false

The reversed sequence is working.
E.g.

vdb.Table("bibAndDoc").Field("propertyName").isIndexed = false
vdb.Table("bibAndDoc").StringField("propertyName").indexByWords = false


-- 
Best regards,
 Ivan                            mailto:IvanSmahin at public.kherson.ua



More information about the Valentina-beta mailing list