GetTable function
Vansh Singh
vsingh at us.counterp.com
Fri Aug 21 11:08:25 CDT 2009
Yes, I tried to use the syntax as you specified in Mantis and it didn't
work. But then I looked for GetTable under V4MD_Reference_3_en.pdf and
V4MD_Reference_4_en.pdf files and could not find it in them.
I also looked for it on the dokuwiki
Can you please point me to where I might see some documentation on
GetTable and GetField functions?
Vansh
-----Original Message-----
From: valentina-bounces+vsingh=us.counterp.com at lists.macserve.net
[mailto:valentina-bounces+vsingh=us.counterp.com at lists.macserve.net] On
Behalf Of Ruslan Zasukhin
Sent: Thursday, August 20, 2009 10:34 PM
To: valentina at lists.macserve.net
Subject: Re: GetTable function
On 8/21/09 2:10 AM, "Vansh Singh" <vsingh at us.counterp.com> wrote:
Hi Vansh,
> I am using the GetTable function in my code for turning the
IndexByWords
> property to true for a table column. The statement looks like this:
>
>
>
_global.gDatabase.GetTable("MS_TRACK_INDEX").GetField("SEARCH_INDEX").In
> dexByWords = true
>
>
> It is giving me a runtime error saying 'Handler not found in object'.
I
> put this code right after opening the database. Anyone know what the
> problem here is?
>
> A screen shot of the error is at
> http://thinman.freshground.com/uppm/handler_not_found.jpg
Such error usually happens if some object was not found.
ADVICE, split this command to several on several lines
tbl = _global.gDatabase.GetTable("MS_TRACK_INDEX")
fld = tbl.GetField(...)
fld.IndexByWords
If you just follow to my text in tickets,
Please note it needs check API Refer of V4MD for correct syntax of these
commands, I have write it from head.
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina
More information about the Valentina
mailing list