yes, FM14. What is your calc calling the globals in WV? and it works ok "as is" in FM13?
beverly On Jun 23, 2015, at 7:07 PM, Tami Williams <[email protected]> wrote: >> If( Get(WindowMode) = 0 ; your calcs here ; "" ) > > Doesn't fix it. Using FM14. > > NOTE: in FM13 the "There is no application set to open the URL > applewebdataL//(a string of numbers and letters)/" message never happens, > with or without If( Get(WindowMode) = 0 ; your calcs here ; "" ). > > > On Jun 23, 2015, at 6:00 PM, FMPRO-L automatic digest system > <[email protected]> wrote: > >> There are 3 messages totaling 371 lines in this issue. >> >> Topics of the day: >> >> 1. Webviewer applewebdata message (2) >> 2. [ANN] Troi Dialog Plug-in 6.1.1 and Troi File Plug-in 8.0.2 for FileMaker >> Pro 14 >> >> ---------------------------------------------------------------------- >> >> Date: Tue, 23 Jun 2015 03:36:10 -0400 >> From: Tami Williams <[email protected]> >> Subject: Webviewer applewebdata message >> >> I have Webviewers with calculations that reference global fields that hold >> javascript and css code. I get this message 1x for each webviewer when >> switching between Browse and Layout mode: >> >> "There is no application set to open the URL applewebdataL//(a string of >> numbers and letters)/" >> >> >> How do I stop FileMaker from giving me that message when I switch between >> Browse and Layout mode? >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> "It's better to burn out than to fade away." >> >> Tami Williams >> Creative Computing >> Let us help you make frustrating, costly, and inefficient processes more >> efficient, less costly and scalable. >> Lasso, MySQL and FileMaker specialists. >> >> Tel/Fax: 770.457.3221 >> E-Mail: [email protected] >> Web: http://www.asktami.com/ >> LinkedIn: http://www.linkedin.com/in/asktami >> Twitter: http://twitter.com/asktami >> iChat/AIM/Skype: tamiwilliamsusa >> >> FileMaker Business Alliance Member | Lasso Professional Alliance Member | >> Certified Lasso Developer | FileMaker 11, 12 & 13 Certified Developer >> >> ------ >> >> If you want to receive sporadic email from Creative Computing regarding news >> at the company and announcements about upcoming Lasso webinars and online >> classes, please opt-in at http://tinyurl.com/yj7eqlg >> >> ------------------------------ >> >> Date: Tue, 23 Jun 2015 06:48:18 -0400 >> From: BEVERLY VOTH <[email protected]> >> Subject: Re: Webviewer applewebdata message >> >> Tami, Add this to the calculation in each web viewer: >> >> If( Get(WindowMode) = 0 ; your calcs here ; "" ) >> >> this makes it so it only calculates in Browse Mode. >> >> beverly >> >> ------------------------------ >
