Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Getting the name of a new document returns empty string.

Participant ,
May 16, 2016 May 16, 2016

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
240
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 16, 2016 May 16, 2016

Try FP_Label instead of FP_Name.

Translate
Community Expert ,
May 16, 2016 May 16, 2016
LATEST

Try FP_Label instead of FP_Name.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines