FMPRO-L Archives

June 2015, Week 4

FMPRO-L@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
BEVERLY VOTH <[log in to unmask]>
Reply To:
FileMaker Pro Discussions <[log in to unmask]>
Date:
Tue, 23 Jun 2015 20:36:46 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (77 lines)
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 <[log in to unmask]> 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 <[log in to unmask]> 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 <[log in to unmask]>
>> 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: [log in to unmask]
>> 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 <[log in to unmask]>
>> 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
>> 
>> ------------------------------
> 

ATOM RSS1 RSS2