Top Questions - fmoverflow most recent 30 from http://www.fmoverflow.net 2010-09-09T09:27:56Z http://www.fmoverflow.net/feeds http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://www.fmoverflow.net/questions/6/generate-pdf-in-fm10-runtime Generate PDF in FM10 Runtime Greg 2009-10-07T15:48:32Z 2010-08-05T00:42:57Z <p>Has anyone found a solution to creating an encrypted PDF in a runtime? I have used Affiler in the past, but they are gone, and do not support anything after WinXP. Shubec is also gone as of July. There are plenty of PDF generators around, but all are controlled bu a COM interface. I am NOT a programmer, so this is beyond me.</p> http://www.fmoverflow.net/questions/21/biometric-plgin Biometric Plgin Javier Miranda 2010-05-12T21:10:40Z 2010-05-12T21:10:40Z <p>Hi friends, I´m looking for a plugin that allows the use of fingerprint hardware with FileMaker. Any suggestion? It´s surprising how difficult is to find such solution.</p> <p>Saludos,</p> <p>Javier</p> http://www.fmoverflow.net/questions/20/enviroment-differences-when-deploying-php-api-web-apps Enviroment differences when deploying PHP API web apps David Snyder 2010-03-23T21:00:34Z 2010-03-23T21:00:34Z <p>What, if any, development hitches am I likely to run into developing a PHP API app on a Snow Leopard Mac and then deploying on a 2K3 Server Install? What about server differences (FM9/10/11)?</p> <p>In essence I'd like to develop on my Mac without the hassle of a virtual machine, but I don't want to introduce an additional source of problems.</p> http://www.fmoverflow.net/questions/13/audit-software-question audit software question Lynda 2009-10-16T21:46:04Z 2009-11-23T17:13:27Z <p>We need audit software for a FMP solution we are running on FMP Server 10. Easiest to implement and least intrusive are 2 good qualities that we are looking for. Thanks for any suggestions!</p> http://www.fmoverflow.net/questions/17/calculated-applescript calculated AppleScript Joe Mele 2009-11-19T16:37:43Z 2009-11-23T17:09:01Z <p>I want to rename a file on MAC OS X. the name will be different everytime. However my applescript calculstion is bad. The new name is in $$ApplCMD </p> <p>"tell application \"Terminal\" do script [\"mv /Library/screenshot.jpg /Library/" &amp; $$ApplCMD &amp;"\"]</p> <p>end tell"</p> <p>I keep getting an error -2741</p> http://www.fmoverflow.net/questions/5/server-side-plugins Server side plugins mark 2009-10-07T14:59:29Z 2009-11-15T18:02:35Z <p>How Do I implement a serverside plugin?</p> http://www.fmoverflow.net/questions/1/filemaker-server-10-advanced Filemaker server 10 advanced Michael 2009-10-06T23:32:02Z 2009-11-06T00:18:40Z <p>just bought a new dell server for my filemaker server 10 install. I found out that 1 gig of memory is not enough to keep 10 operating at peak ( using windows 2008 server)</p> <p>Couldn't open files/ console/ transmit data throughout network-- this surprised me!</p> <p>I put four extra gig of ram in my system and it flew.</p> <p>Filemaker seems to be a memory hog?</p> <p>Would anyone like to share their hardware experiences? special settings to make filemaker more managible on less memory within a server envirnment?</p> <p>Do people like the apple X-serve better to host filemaker server 10?</p> <p>not sure what to recommend to my future clients? help?</p> http://www.fmoverflow.net/questions/11/seeing-a-found-list-in-a-portal Seeing a found list in a portal Eddie 2009-10-09T19:17:54Z 2009-10-10T12:29:05Z <p>Hi all, can you help with the following:</p> <p>I have a pretty basic list of contact names (experts) including an extra field listing their expertise (keywords) on a form layout. Is there a way of doing a search where the list of names resulting from that search appears in a permanently positioned portal on that same form layout? </p> <p>Secondly, let's say I see a list of 8 names that result from that search, I then want to peruse that list in the portal and have the ability to then click on one of the 8 names so I can see their entire record on that same form layout page. </p> <p>I realise I can create a script where the resulting list can be viewed as a list or table in a different layout but I want the ability to not change from the original form layout if that is possible...</p> <p>Any thoughts? </p> http://www.fmoverflow.net/questions/3/loops-in-custom-functions Loops in custom functions Joe Mele 2009-10-07T14:53:02Z 2009-10-08T04:10:58Z <p>I want to do a loop in a custom function. All I see is recursion?</p> http://www.fmoverflow.net/questions/4/convert-cfstring-to-byte-array-in-a-plugin Convert CFString to byte array in a plugin? Joe Mele 2009-10-07T14:55:18Z 2009-10-07T14:55:18Z <p>Hi How do I take a CFstring* to an array of bytes?? I need this on windows and MACOS X</p>