Problem getting value of "Where Within Source"
Posted: 08 Jun 2015 04:34
Hi all,
In my plugin, I have the following code:
local strCit = fhGetValueAsText(fhGetItemPtr(ptrCitation, '~.AUTH'))
local strTitle = fhGetValueAsText(fhGetItemPtr(ptrCitation,'~.TITL'))
local strPubl = fhGetValueAsText(fhGetItemPtr(ptrCitation,'~.PUBL'))
local strPage = fhGetValueAsText(fhGetItemPtr(ptrCitation,'~.PAGE'))
All works as expected, except for the last line, which always returns an empty string, even though there is text in "Where Within Source."
Your help is appreciated.
Shoshana
In my plugin, I have the following code:
local strCit = fhGetValueAsText(fhGetItemPtr(ptrCitation, '~.AUTH'))
local strTitle = fhGetValueAsText(fhGetItemPtr(ptrCitation,'~.TITL'))
local strPubl = fhGetValueAsText(fhGetItemPtr(ptrCitation,'~.PUBL'))
local strPage = fhGetValueAsText(fhGetItemPtr(ptrCitation,'~.PAGE'))
All works as expected, except for the last line, which always returns an empty string, even though there is text in "Where Within Source."
Your help is appreciated.
Shoshana