Skip to main content
Ch__Efstathios
Inspiring
May 16, 2016
Answered

Getting the name of a new document returns empty string.

  • May 16, 2016
  • 1 reply
  • 294 views

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);

This topic has been closed for replies.
Correct answer frameexpert

Try FP_Label instead of FP_Name.

1 reply

frameexpert
Community Expert
frameexpertCommunity ExpertCorrect answer
Community Expert
May 16, 2016

Try FP_Label instead of FP_Name.

www.frameexpert.com