0
Participant
,
/t5/framemaker-discussions/getting-the-name-of-a-new-document-returns-empty-string/td-p/8325215
May 16, 2016
May 16, 2016
Copy link to clipboard
Copied
When I try to get the name of a new document name an empty string is returned.
Why this is happening? Is it possible to get the "Untitled1.fm" that I see in Adobe FM 2015 application?
This is the FDK API call I use:
F_ApiGetString(FV_SessionId, docId, FP_Name);
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Expert
,
May 16, 2016
May 16, 2016
Try FP_Label instead of FP_Name.
Community Expert
,
LATEST
/t5/framemaker-discussions/getting-the-name-of-a-new-document-returns-empty-string/m-p/8325216#M46569
May 16, 2016
May 16, 2016
Copy link to clipboard
Copied
Try FP_Label instead of FP_Name.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

