Top Questions - fmoverflowmost recent 30 from http://www.fmoverflow.net2010-09-09T09:27:56Zhttp://www.fmoverflow.net/feedshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://www.fmoverflow.net/questions/6/generate-pdf-in-fm10-runtimeGenerate PDF in FM10 RuntimeGreg2009-10-07T15:48:32Z2010-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-plginBiometric PlginJavier Miranda2010-05-12T21:10:40Z2010-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-appsEnviroment differences when deploying PHP API web appsDavid Snyder2010-03-23T21:00:34Z2010-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-questionaudit software questionLynda2009-10-16T21:46:04Z2009-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-applescriptcalculated AppleScriptJoe Mele2009-11-19T16:37:43Z2009-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/" & $$ApplCMD &"\"]</p>
<p>end tell"</p>
<p>I keep getting an error -2741</p>
http://www.fmoverflow.net/questions/5/server-side-pluginsServer side pluginsmark2009-10-07T14:59:29Z2009-11-15T18:02:35Z
<p>How Do I implement a serverside plugin?</p>
http://www.fmoverflow.net/questions/1/filemaker-server-10-advancedFilemaker server 10 advancedMichael2009-10-06T23:32:02Z2009-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-portalSeeing a found list in a portal Eddie2009-10-09T19:17:54Z2009-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-functionsLoops in custom functionsJoe Mele2009-10-07T14:53:02Z2009-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-pluginConvert CFString to byte array in a plugin?Joe Mele2009-10-07T14:55:18Z2009-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>