Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Where is toolbar is hiding, pls. let me know?

Avatar

Level 8

Hello,

I am launching the adobe form on our browser, the form is part of our SAP app. Our Adobe reader ver. is 10.1.3. When the form is rendering on the browser i don't see the adobe's toolbar at all (like, SAVE, PRINT, ZOOM/SIZE options)!! where its hiding!! pls. see the below JPEG pic., pls. help me how to fix it (i put the below JS in INITIALIZATION event of at my_form_1 level,

order to switch OFF the DEFAULT HIGHLITING EXISTING FIELDS option)

No toolbar.jpg

This issue of hiding is occuring sometimes (seems ...if already another adobe reader file is opned), other times its OK!!

Last week itself i upgraded from ver. 9 to 10. In my old / ver 9 its fine, i don't see this issue

Do i need to put any settings / JS to get the tool bar is available in all scenarios, if so, pls. suggest me the JS or any settings?

THANK YOU

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

HI srinivas1506

--> when pressing CTRL+H (make sure you click on the PDF first),

otherwise the key event will be directed to the internet browser.

View solution in original post

5 Replies

Avatar

Level 8

Sorry its not working, i tried CNTRL + H (coming Favorites list), CNTRL-H (zoom down to 50% of right bottom corner)

Any help pls?

Thank you

Avatar

Level 2

On Preview...Try this

Reset Toolbars Alt+F8

Hide Toolbars F8

Just a try though

Avatar

Correct answer by
Former Community Member

HI srinivas1506

--> when pressing CTRL+H (make sure you click on the PDF first),

otherwise the key event will be directed to the internet browser.

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----