
NickOE
Members-
Posts
29 -
Joined
-
Last visited
Everything posted by NickOE
-
Getting lots of crashes caused by ScriptMaster on all versions of Windows: - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Application Error" /> <EventID Qualifiers="">1000</EventID> <Level>2</Level> <Task>100</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2016-04-13T19:18:17.000000000Z" /> <EventRecordID>21531</EventRecordID> <Channel>Application</Channel> <Computer>FrontDesk1-PC</Computer> <Security /> </System> - <EventData> <Data>FileMaker Pro.exe</Data> <Data>14.0.5.505</Data> <Data>56a2e6d5</Data> <Data>360Works_ScriptMaster.fmx</Data> <Data>0.0.0.0</Data> <Data>550aeae2</Data> <Data>c0000005</Data> <Data>00008a10</Data> <Data>1850</Data> <Data>01d195b93a3d2f39</Data> <Data>C:\Program Files (x86)\FileMaker\FileMaker Pro 14\FileMaker Pro.exe</Data> <Data>C:\Users\Front Desk 1\AppData\Local\FileMaker\FileMaker Pro\14.0\Extensions\360Works_ScriptMaster.fmx</Data> <Data>79ac135e-01ac-11e6-9a3a-543530d427a6</Data> </EventData> </Event>
-
The web browser does not care if you have <html>, <head>, or <body> All web browsers will take any text that is given to it and views it as HTML
-
I have a vertical solution that is designed to fit on screens that are 1024 pixels in height or higher. I have a client with several computers that have resolutions of 1080 pixels in height, but our solution does not fit correctly. The FileMaker window is maximized and if I run the function Get ( WindowDesktopHeight ) it returns 641. Has anyone ever seen this before? Is there a fix for this problem? OS: Windows 7
-
Raybaudi, I tried your function and it works perfectly. Thank you!
-
Thank you for the reply. That function does not get specific values. It gets every 2nd or 3rd or 4th and so on.
-
I am looking for a custom function that will get values based upon a list of value numbers. Example: Data = a¶b¶c¶d¶e¶f¶g Value Numbers = 3¶5¶6 Result should be = c¶e¶f Or if I can choose my own separator, that would be great. Any help I can get would be greatly appreciated.
-
I have a CSS Gradient in a Web Viewer. It works great on all web browsers except IE10. It will not display if IE10 is installed. Here is the code in the web viewer: "data:text/html," & "<style>body { border: 0; margin: 1; background: -webkit-linear-gradient(top, #16517c 0%,#174a74 100%); background: -ms-linear-gradient(top, #16517c 0%,#174a74 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16517c', endColorstr='#174a74',GradientType=0 ); } </style>" If I use the same code in an html page it displays in IE10. I just will not display in the web viewer. Here is the code for an html page: <html> <head> <style>body { border: 0; margin: 1; background: -webkit-linear-gradient(top, #16517c 0%,#174a74 100%); background: -ms-linear-gradient(top, #16517c 0%,#174a74 100%); background: linear-gradient(to bottom, #16517c 0%,#174a74 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16517c', endColorstr='#174a74',GradientType=0 ); }</style> </head> <body> </body> </html> I would really appreciate any help.
-
We have a solution that we are storing documents in a shared folder on the Mac server and use a calculated path to show the documents in FileMaker. The file permissions for the folder are set to Read and Write for everyone and is set to make all subfolders and files inherit the permissions. When a user adds a document to the database we copy the document to the shared folder, but the permissions do not get set correctly on that file. When a user wants to view a document we export the file from the record to their Temp directory. When computers other that the one that imported the document try to view it they get an error that the file cannot be created on this disk. I have to go to the server and propagate the permissions to the subfolders and files. After doing that the other computers can then view the file. Is there some setting I am missing on the server? I think I can use AppleScript to change permissions on the file after it is imported, but if there is a simple setting on the server I missed that would be better. Workstations - OS 10.7 Server - OS 10.7 Server
-
I have been using FTPeek for awhile and have had no problems with it until now. I have to change the address that we send regular uploads to. I can get the PublicKey from this address, but when I try to connect I get an error. The first time I try to connect I will get this message: "The transport protocol is not connected". Then I will start getting this error: "The message store has reached EOF". I can connect using a standard FTP client on the same computer. Please help.
-
Insert pdf file to container by script
NickOE replied to Dani R's topic in Script Workspace and Script Triggers
You need to use filemac in place of imagemac Then use Insert File -
I have heard from several sources that the FileMaker Pro cache should be set to 256 MB. I would like to heard recommendations on cache size for FM Pro 9 and the following memory sizes: 1 GB 2 GB 4 GB Any help would be appreciated.
-
Need Advice which Windows Server version to use - 2008 or 2011?
NickOE replied to WestCoaster's topic in FileMaker Server 11
I would recommend Server Standard 2008 64-bit. FMS 11 will run perfectly fine on 64-bit Server. 64-bit Server can run both 64-bit and 32-bit applications. I have installed FMS on many 64-bit servers and have never had a problem. I would not get 32-bit, because then you are limited to 4 GB of memory. FMS 11 will also run on SBS 2008. SBS is Windows Server with additional programs included with it like SQL and Exchange. Although I would not recommend SBS because in my experience SBS runs much slower than Server Standard. Most likely due to the extra programs that are running on it are using up resources. I have not used SBS 2011 yet, so I do not know if there are any issues with FMS. I would not recommend using it. -
It was not my intent to put down SuperContainer. It is actually a really great product. We do not use it because we have been storing images and documents long before SC came around and already had a solution in place to manage them.
- 5 replies
-
- network folder
- path
-
(and 1 more)
Tagged with:
-
The features of SC that I would use I can accomplish by setting up a web server on the FM server and using web viewers. Also, I have tried SC and when you have 12 different images on one layout, using calculated fields is faster than SC.
- 5 replies
-
- network folder
- path
-
(and 1 more)
Tagged with:
-
Thank you for the reply. I have tried that and unfortunately it does not work on FileMaker Go.
- 5 replies
-
- network folder
- path
-
(and 1 more)
Tagged with:
-
I have a desktop solution that has images that are stored in a shared folder on the server. To view the images I mount the shared folder on each workstation and use calculation fields to display the images. Here are examples of the calculations: imagewin:/O:/Images/1100231/Initial/Portrait Profile.jpg imagemac:/OEFiles/Images/1100231/Initial/Portrait Profile.jpg I am writing a FileMaker Go solution to work alongside our desktop solution. I need to display the same images in FileMaker Go and have tried numerous ways. Examples: image:/192.168.1.9/OEFiles/Images/1100231/Initial/Portrait Profile.jpg image://192.168.1.9/OEFiles/Images/1100231/Initial/Portrait Profile.jpg image:///192.168.1.9/OEFiles/Images/1100231/Initial/Portrait Profile.jpg file:/192.168.1.9/OEFiles/Images/1100231/Initial/Portrait Profile.jpg I have given full access to Guests on the shared folder. I do not want to use SuperContainer. I do not want to store the images in container fields (our clients can have 1-40 GB of images, which causes other problems for us). I know I can setup a web server to share the images, then use web viewers to display them, but I would like to see if it is possible to display them using calculations first. Does anyone know how to accomplish this?
- 5 replies
-
- network folder
- path
-
(and 1 more)
Tagged with:
-
Thank you for all the replies. I know I could have gotten it figured out with help from the forum. Unfortunately, when I start a project all I think about 24/7 is that project, which leads me to investigate all leads I can find. I hope you did not take my comment that I would help other people to mean that I was not getting help from the forum. I simply meant I know the basics of it now and could help others.
-
I have resolved this issue. If anyone else needs help with this I would be happy to help.
-
This problem has been resolved. I found contact information for the author of the tutorial I was using and she was very nice and helpful. If anyone else comes across this problem I would be happy to help them.
-
I would like to use the Autofill feature that is built into browsers. In Safari if you go to a form field that has a name tag like the following: <input type="text" name="FirstName" /> When you start typing your name, Safari will ask you if you want to Autofill the rest of your info. If you choose Autofill it will fill in all the fields that your computer knows (Last name, address, email, phone). The problem is that in my PHP code the name tag has code for connecting to FileMaker, like the following: <input type="text" name="<?php echo getFieldFormName('hh_pt_name_first', 0, $record);?>" value="<?php echo $record->getField('hh_pt_name_first', 0) ;?>"> So the Autofill will sometimes pop up and if you click Autofill it puts the information in the wrong fields. Does anyone know how to make the Autofill work?
-
Thank you for the reply comment. I found this tutorial on how to create the XSLT stylesheet. I can now get the data from the parent table to export how I want. I can also get related fields to export, but it will only export the first related record. The tutorial says that you can export all related records, but I am having trouble with it. Here is the example XSLT stylesheet from the tutorial: <?xml version='1.0' encoding='UTF-8' ?> <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:fm="http://www.filemaker.com/fmpdsoresult" exclude-result-prefixes="fm"> <xsl:output version='1.0' encoding='UTF-8' indent='yes' method='xml' /> <xsl:template match="/"> <customers> <xsl:for-each select="fm:FMPDSORESULT/fm:ROW"> <customer> <xsl:attribute name="ID"><xsl:value-of select="./fm:ID" /></xsl:attribute> <name><xsl:value-of select="./fm:Name" /></name> <city><xsl:value-of select="./fm:City" /></city> <orders> <xsl:for-each select="./fm:ID_Orders_CustomerID.OrderID/fm:DATA"> <order> <xsl:attribute name="ID"><xsl:value-of select="." /></xsl:attribute> </order> </xsl:for-each> </orders> </customer> </xsl:for-each> </customers> </xsl:template> </xsl:stylesheet> The part in green font is the section for exporting related records. After looking at the example files here (converting them to .fp7) the part "ID_Orders_CustomerID.OrderID" appears to be how they get from one TO to the other. "ID" is the field in the parent table used in the relationship "Orders" is the second TO "CustomerID" is the field in the child table used in the relationship "OrderID" is the field in the child table that is to be exported I have tried this with my database replacing "ID_Orders_CustomerID.OrderID" with my TO's and fields, but it I cannot get it to work. Please help.
-
I don't know a lot about XML, but I need to export records in XML format similar to this: <?xml version="1.0"?> <DemandForce ...> <Business ...> <Extract .../> <Firmographics .../> <Customer ...> <Demographics firstName=”Sam” lastName=”Beckett” middleName=”A” salutation=”Mr.” gender=”1” birthday=”1980-19-05T00:00:00” address1=”777 Millenium Way” address2=”Apt8” city=”Quantum” state=”AZ” zip=”89089” countryCode=”US” email=”sam.beckettjr@yahoo.com” workPhone=”4085551111” homePhone=”4085552222” cellPhone=”4085553333” otherPhone1=”4085554444” otherPhone2=”4085555555” pager=”4085556666” instantMessage=”yahoo:sambeckett” alias=”Sammy”/> <Transaction .../> <Transaction .../> <Transaction .../> <Appointment ...>...</Appointment> <Appointment ...>...</Appointment> ... <Appointment ...>...</Appointment> </Customer> <Customer ...>...</Customer> <Customer ...>...</Customer> <Customer ...>...</Customer> </Business> </DemandForce> The only data that is in my FileMaker database is what is in quotes above. All the other data is the XML schema. Without building all the XML schema using calculations or scripting is there a way to export the records in this format using the Export to XML? I can pay anyone for their time if they can help me with this.
-
I need to be able to find the version of Internet Explorer that is installed from a FileMaker script, so that I can prompt my users to install the latest version of IE. I have done a lot of research and have found a way to do it on WinXP and Server 2003, but that method does not work on Vista, 7, and Server 2008. Any help would be appreciated.
-
I tried this, and in FM 11 it exports the contents as a PDF. So when I try to open the PNG it will not open, but if you open it in a text editor it is clearly a PDF.