<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>FileMaker Forum RSS Stream</title>
	<description>FileMaker Community</description>
	<link>http://fmforums.com/forum</link>
	<pubDate>Thu, 23 Feb 2012 00:53:32 +0000</pubDate>
	<ttl>60</ttl>
	<item>
		<title>Layout Part not moving up</title>
		<link>http://fmforums.com/forum/topic/82571-layout-part-not-moving-up/</link>
		<description><![CDATA[Hi Forum.<br />
<br />
I have a Layout like this:<br />
<br />
&lt;Header&gt;<br />
&lt;&lt;singletextfield1&gt;&gt;<br />
&lt;&lt;singletextfield2&gt;&gt;<br />
SOME FIXED TEXT<br />
&lt;/Header&gt;<br />
&lt;Body&gt;<br />
[a single field] [another single field]<br />
&lt;/Body&gt;<br />
&lt;Footer&gt;<br />
some footer text<br />
&lt;/Footer&gt;<br />
<br />
singletextfield2 is a sizeable box 500 height x 150 width and it can contain one single or multiple lines of text.<br />
Thats why i make &lt;&lt;singletextfield2&gt;&gt; and SOME FIXED TEXT  "Sliding up based on, all objects above as well as, Also resize enclosing part".<br />
However when the field only contains one line, the space left between SOME FIXED TEXT and the first line of the Body is still about 450 px high.<br />
<br />
Am I doing something wrong? I want he header to contract with the field and its not doing that, essentially the header is staying exactly the same height, all the time.<br />
<br />
FM 11v03<br />
<br />
Thanks for any tipps<br />
Spongebob]]></description>
		<pubDate>Thu, 23 Feb 2012 00:53:32 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82571-layout-part-not-moving-up/</guid>
	</item>
	<item>
		<title>Find a previous Year</title>
		<link>http://fmforums.com/forum/topic/82632-find-a-previous-year/</link>
		<description>I would like to have a pull down or even a selct list to click on to have the system go out and find previous year. I already have a script for current year.  thanks in advance.</description>
		<pubDate>Thu, 23 Feb 2012 00:43:34 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82632-find-a-previous-year/</guid>
	</item>
	<item>
		<title>Many to many relationship (noob)</title>
		<link>http://fmforums.com/forum/topic/82595-many-to-many-relationship-noob/</link>
		<description><![CDATA[Ok, I guess this is a really basic question so sorry, but I'm not able to find it exactly.<br />
<br />
I just want to have 2 tables.<br />
STUDENTS with the typical personal data (name, address, phone, etc)<br />
COURSES with the name of the course, the hours, teacher, etc.<br />
<br />
A Student should be able to attend to multiple Courses and also, a Course can have multiple Students. The idea is to show a portal on a presentation for each table.<br />
<br />
I know how to make it "one to many" but not both sides.<br />
<br />
Thank you very much!]]></description>
		<pubDate>Thu, 23 Feb 2012 00:35:17 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82595-many-to-many-relationship-noob/</guid>
	</item>
	<item>
		<title>Validate Text in all Records by Checking Against a List</title>
		<link>http://fmforums.com/forum/topic/82631-validate-text-in-all-records-by-checking-against-a-list/</link>
		<description><![CDATA[I have a report. One of the fields in this report is EmployeeName, which is auto-populated by the system which generates the report. This field contains user IDs pulled from employee accounts on other in-house systems. There may be some variety. For example, John Doe might sometimes appear in the report as "John Doe," and at other times "JD.." or "jdoe001".<br />
<br />
I need a means of maintaining a list of employee names and their various aliases. I suspect a table is more appropriate than a list. This table would contain two fields: EmployeeName and __kp_Alias.<br />
<br />
Then I need a script that will systematically check the contents of EmployeeName in all records, and substitute aliases with actual employee names.<br />
<br />
I am relatively new to FM, enough that I have built a few simple scripts, but I have no idea where to begin with this challenge. Can someone point me in the right direction?]]></description>
		<pubDate>Thu, 23 Feb 2012 00:33:02 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82631-validate-text-in-all-records-by-checking-against-a-list/</guid>
	</item>
	<item>
		<title>Another One to Many to Many conundrum-</title>
		<link>http://fmforums.com/forum/topic/82589-another-one-to-many-to-many-conundrum/</link>
		<description><![CDATA[<span style='font-family: Lucida Grande'><span style='font-size: 12px;'>If anyone can help shed light on these relationships I would be forever indebted to you. With the help of an FMP expert, I’ve been trying to sort out the best way to set up the relationships between 3-4 tables. But we’ve been going around in circles for a while, and it would be great to get fresh perspectives on how best to do this.</span></span><br />
<br />
<span style='font-family: Lucida Grande'><span style='font-size: 12px;'>We are focusing on three tables: Content - Projects - Subprojects. Each piece of content can be associated with multiple Projects, some of which have multiple associated Sub-Projects. We currently have a join table connecting Content- Projects, and a direct relationship between Projects-Subprojects. So the set up is: Content - [Join-Content-Projects] - Projects – Subprojects. Additionally, we have second occurrences of Projects and Subprojects and a Join Table btw Content and Sub-projects, and the relationships are: Content – [Join-content-Subprojects] - Subprojects 2 – Projects 2.<br />
<br />
This seems to be semi-functional, but it isn’t quite as streamlined as we would like it. We want to be able to A:) Find and Sort Content based on which Project or Subprojects it is associated with. Content will have a Project, but not always a Subproject. B:) We want to be able to set up fields such that when you search for a Project, you can then select Subproject from the related list of that Project’s Subprojects (not the overall list of Subprojects). C:) We want to be able to generate list of Content, and eventually contacts, based on the connection to Projects and Subprojects.<br />
<br />
In the Content Layout we have portals to the Projects and Subprojects field, but the fact that we can’t put a portal to Subprojects inside of the portal to Subprojects seems to be making it difficult to tag our data properly.<br />
<br />
We will replicate this relationship with our Contacts table as well, so we want to make sure everything is as solid as possible. It doesn’t seem like an unusual set of relationships, but for some reason I’m having a terrible time wrapping my mind around how to make it work. I would appreciate any and all advice anyone can provide!</span></span>]]></description>
		<pubDate>Thu, 23 Feb 2012 00:19:08 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82589-another-one-to-many-to-many-conundrum/</guid>
	</item>
	<item>
		<title>Best Fonts to Use for Browselist and Data Entry Layouts</title>
		<link>http://fmforums.com/forum/topic/82597-best-fonts-to-use-for-browselist-and-data-entry-layouts/</link>
		<description><![CDATA[Hello all:<br />
<br />
I was just wondering what others use for displaying their data on browseslists and data entry screens when building an application for both Windows and Mac clients?<br />
<br />
I tend to use Arial, Helvetica or Tahoma.<br />
<br />
Thoughts ?<br />
<br />
Thanks.<br />
<br />
Dom]]></description>
		<pubDate>Thu, 23 Feb 2012 00:10:17 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82597-best-fonts-to-use-for-browselist-and-data-entry-layouts/</guid>
	</item>
	<item>
		<title>Problem with emailConnectIMAP on serverSideScript</title>
		<link>http://fmforums.com/forum/topic/82629-problem-with-emailconnectimap-on-serversidescript/</link>
		<description><![CDATA[Script that runs perfectly on client side from a remote computer, or from fmkr client installed on the server, gives me an error every time at the emailConnectIMAP script step.  <br />
<br />
The error returned is "Login failed."  <br />
There is no firewall<br />
The plugin is installed on the server<br />
The emailRegister step is returning properly<br />
I'm running the script with admin privileges]]></description>
		<pubDate>Thu, 23 Feb 2012 00:07:56 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82629-problem-with-emailconnectimap-on-serversidescript/</guid>
	</item>
	<item>
		<title>Folder Path Problem</title>
		<link>http://fmforums.com/forum/topic/77109-folder-path-problem/</link>
		<description><![CDATA[I am trying to save a PDF to a user selected folder using the ScriptMaster Choose Folder but seem to run an issue if the volume name is not included.<br />
<br />
ScriptMaster Choose Folder returns:<br />
/Users/myUser/Desktop<br />
<br />
Trying to save a PDF using the ScriptMaster supplied path to generate a $pathVariable = filemac:/Users/myUser/Desktop/myfile.pdf generates an error 800 "Can't write file".<br />
<br />
To test my pdf path process I tried using FileMaker Get(DesktopPath) which returns:<br />
/Volume/Users/myUser/Desktop/<br />
<br />
Save a PDF using the this path to generate a $pathVariable = filemac:/Volume/Users/myUser/Desktop/myfile.pdf works fine.<br />
<br />
Is it just the missing volume from the path that is causing the error and how do I get the volume using ScriptMaster?<br />
<br />
So far I am working on a Mac but will need to run on Windows as well so I don't know if drive letters will be an issue.]]></description>
		<pubDate>Wed, 22 Feb 2012 23:31:16 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/77109-folder-path-problem/</guid>
	</item>
	<item>
		<title>CreateFolder() and abolute path</title>
		<link>http://fmforums.com/forum/topic/81662-createfolder-and-abolute-path/</link>
		<description><![CDATA[Hello,<br />
<br />
working on Mac with FMP 11.<br />
<br />
I'm developping a db to help creating MS Word documents we'll have to put in some specific subfolders. To create these subfolders I'm trying to use M CreateFolder().<br />
<br />
The db will be hosted to be accessed by internet but folders (and documents) must be created on the local hd of each user.<br />
So, I try to use absolute (instead of relative) paths in createfolder parameter but it doesn't work.<br />
My hard disk is called 'HD 2' so i've tried :<br />
- /hd 2/Users/pro/thedbase/thenewfolder<br />
- /hd 2/Users/pro/thedbase/thenewfolder/<br />
- hd 2/Users/pro/thedbase/thenewfolder<br />
- hd 2/Users/pro/thedbase/thenewfolder/<br />
- filemac:/hd 2/Users/pro/thedbase/thenewfolder<br />
- filemac:/hd 2/Users/pro/thedbase/thenewfolder/<br />
but none of them functions.<br />
<br />
Where do i go wrong ?<br />
<br />
thanks]]></description>
		<pubDate>Wed, 22 Feb 2012 23:23:48 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/81662-createfolder-and-abolute-path/</guid>
	</item>
	<item>
		<title>Select File () path needs volumeName?</title>
		<link>http://fmforums.com/forum/topic/82591-select-file-path-needs-volumename/</link>
		<description><![CDATA[I have just DL'd v 4.<br />
<br />
I got it working and have the file and path (OSX) assigned to a variable: $$SelectImportFile .<br />
<br />
<a class='resized_img' rel='lightbox[383001]' id='ipb-attach-url-17371-0-87631300-1329962610' href="http://fmforums.com/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=17371" title="import file.jpg - Size: 30.76K, Downloads: 5"><img src="http://fmforums.com/forum/uploads/monthly_02_2012/post-72145-0-82436500-1329893994_thumb.jpg" id='ipb-attach-img-17371-0-87631300-1329962610' style='width:100;height:4' class='attach' width="100" height="4" alt="Attached Image: import file.jpg" /></a><br />
<br />
I try and use $$SelectImportFile as the File Source variable specified in the Specify data source dialog.<br />
<br />
<a class='resized_img' rel='lightbox[383001]' id='ipb-attach-url-17373-0-85999400-1329962610' href="http://fmforums.com/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=17373" title="specify File.jpg - Size: 177.11K, Downloads: 5"><img src="http://fmforums.com/forum/uploads/monthly_02_2012/post-72145-0-73853300-1329894116_thumb.jpg" id='ipb-attach-img-17373-0-85999400-1329962610' style='width:100;height:85' class='attach' width="100" height="85" alt="Attached Image: specify File.jpg" /></a><br />
<br />
FM DOES NOT IMPORT / FIND the file?  I thought perhaps I need to specify the volumeName in addition to the path and file name?<br />
<br />
If so, how can I get the volumeName to append to the path?  (concatination is the method I presume).<br />
<br />
Thanks]]></description>
		<pubDate>Wed, 22 Feb 2012 23:06:09 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82591-select-file-path-needs-volumename/</guid>
	</item>
	<item>
		<title><![CDATA[Can't get FMSkipRecords to work correctly]]></title>
		<link>http://fmforums.com/forum/topic/82598-cant-get-fmskiprecords-to-work-correctly/</link>
		<description><![CDATA[I'm attempting to use a form to allow users to narrow/filter results when searching our tech request system because we have quiet a few entries in our database. I'm hoping to return 15-20 requests per page and allow the user to use the FMSkipRecord feature to navigate through their returned results sorting the returned results by date/time modified. However when I perform a search that yields more than 15 results and click "next" the page loads a records found: 0, Displaying Records 1 through 0 result.<br />
<br />
Here is the code:<br />
<br />
&lt;?php<br />
<br />
// Inialize session<br />
session_start();<br />
<br />
// Value(s) from search_request.php<br />
$completed = $_POST['completed'];<br />
$database = $_POST['database'];<br />
$lastname = $_POST['lastname'];<br />
$description = $_POST['description'];<br />
$school = $_POST['school'];<br />
$problem = $_POST['problem'];<br />
$assigned = $_POST['assigned'];<br />
<br />
//Find number of records to skip and set Groupsize<br />
if (! isset($skip) || $skip == '') {$skip = 0;}<br />
if (! isset($FXE_groupSize) || strlen(trim($FXE_groupSize)) == 0) $FXE_groupSize = 15;<br />
<br />
$query = new FX($serverIP, $webCompanionPort, $dataSourceType);<br />
$query-&gt;SetDBData ("$database", "Main", "$FXE_groupSize");<br />
$query-&gt;FMSkipRecords($skip);<br />
$query-&gt;SetDBUserPass ($webUN, $webPW);<br />
$query-&gt;AddDBParam('Completed?', $completed,'eq');<br />
$query-&gt;AddDBParam('Last', $lastname, 'cn');<br />
$query-&gt;AddDBParam('Description', $description,'cn');<br />
$query-&gt;AddDBParam('School', $school,'eq');<br />
$query-&gt;AddDBParam('Type', $problem,'eq');<br />
$query-&gt;AddDBParam('Assigned_to', $assigned,'eq');<br />
$query-&gt;AddSortParam ('Date Modified','descending'); // Sort by Date Modified<br />
$query-&gt;AddSortParam ('Time Modified','descending'); // Sort by Time Modified<br />
$result = $query-&gt;FMFind();<br />
$records = $result['data'];<br />
?&gt;<br />
<br />
In the HTML body:<br />
<br />
&lt;?php<br />
<br />
echo '&lt;p class="indent"&gt;Records Found: ' .$result['foundCount'].'&lt;/p&gt;';<br />
echo '&lt;p class="indent"&gt;Displaying Records ' . ($skip + 1) . ' through ' . min(($skip + $FXE_groupSize), $result['foundCount'].'&lt;/p&gt;');<br />
echo '&lt;br /&gt;';<br />
<br />
if (strlen($result['linkPrevious']) &lt; 1) {echo "&lt;span class=\"medgraytext\"&gt;Prev&lt;/span&gt;\n";}<br />
else {echo '&lt;a href="'.$result['linkPrevious']."\" class=\"bbody\"&gt;Prev&lt;/a&gt;\n";}<br />
<br />
if (strlen($result['linkNext']) &lt; 1) {echo "&lt;span class=\"medgraytext\"&gt;Next&lt;/span&gt;\n";}<br />
else {echo '&lt;a href="'.$result['linkNext']."\" class=\"bbody\"&gt;Next&lt;/a&gt;\n";}<br />
<br />
foreach ($result['data'] as $key =&gt; $value) {<br />
<br />
// Begin the Search Table<br />
<br />
echo '&lt;table id="Searchtable" cellspacing="0" summary=""&gt;';<br />
echo '&lt;caption&gt;Job Priority: '.$value['Priority'][0].'&lt;/caption&gt;';<br />
echo '&lt;tr&gt;';<br />
echo '&lt;th scope="col" width="8%" abbr="Job Code" class="title"&gt;Job #&lt;/th&gt;';<br />
echo '&lt;th scope="col" width="25%" abbr="Submitted By" class="header"&gt;Submitted By&lt;/th&gt;';<br />
echo '&lt;th scope="col" width="25%" abbr="School" class="header"&gt;School - Location&lt;/th&gt;';<br />
echo '&lt;th scope="col" width="20%" abbr="Problem" class="header"&gt;Type of Problem&lt;/th&gt;';<br />
echo '&lt;th scope="col" width="22%" abbr="Equipment" class="header"&gt;Equipment&lt;/th&gt;';<br />
echo '&lt;/tr&gt;';<br />
<br />
echo '&lt;tr&gt;';<br />
echo '&lt;td class="start"&gt;'.$value['Job_Code'][0].'&lt;/td&gt;';<br />
echo '&lt;td&gt;'.$value['First'][0].' '.$value['Last'][0]. ' - '.$value['Phone'][0].'&lt;/td&gt;';<br />
echo '&lt;td&gt;'.$value['School'][0]. ' - '.$value['Location'][0].'&lt;/td&gt;';<br />
echo '&lt;td&gt;'.$value['Type'][0].'&lt;/td&gt;';<br />
echo '&lt;td&gt;'.$value['Machine_Type'][0].'&lt;/td&gt;';<br />
echo '&lt;/tr&gt;';<br />
echo '&lt;tr&gt;';<br />
echo '&lt;td colspan="5" class="description"&gt;&lt;span class="submitted"&gt;On '.$value['Date submitted'][0].' '.$value['First'][0].' Wrote: &lt;/span&gt;&lt;br /&gt; '.$value['Description'][0].'&lt;br /&gt;&lt;br /&gt;&lt;span class="techassigned"&gt;Currently Assigned to:&lt;/span&gt; '.$value['Assigned_to'][0].'&lt;/td&gt;';<br />
echo '&lt;/tr&gt;';<br />
echo '&lt;tr&gt;';<br />
echo '&lt;td colspan="5" class="comments" &gt;'.nl2br($value['Comments'][0]).'&lt;/td&gt;';<br />
echo '&lt;/tr&gt;';<br />
echo '&lt;p class="minispace"&gt;&lt;/p&gt;';<br />
}<br />
echo '&lt;/table&gt;';<br />
?&gt;<br />
<br />
It finds the right number of records to begin with i.e., it will state records found 20, displaying 1 through 15 records, however it just won't advance/backup any additional records. Thank you. Ken]]></description>
		<pubDate>Wed, 22 Feb 2012 22:48:38 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82598-cant-get-fmskiprecords-to-work-correctly/</guid>
	</item>
	<item>
		<title>$$Variable for Current Year</title>
		<link>http://fmforums.com/forum/topic/82628-variable-for-current-year/</link>
		<description><![CDATA[Hi, I have quite a few scripts that perform finds for "2011" as a text field.<br />
<br />
Is it possible to make a global variable $$CurrentYear so that I don't have to manually go through all these scripts every year and update the year number to the current year.<br />
<br />
Thanks,<br />
jim]]></description>
		<pubDate>Wed, 22 Feb 2012 21:57:05 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82628-variable-for-current-year/</guid>
	</item>
	<item>
		<title>Problem starting/stoping</title>
		<link>http://fmforums.com/forum/topic/82127-problem-startingstoping/</link>
		<description><![CDATA[I have a FileMaker Server Advanced 11 installed on a Mac Mini with OSX Lion Server, after install the SuperContainer (in automatic and manual mode) I can`t get login to <a href='http://serverAddress/SuperContainer.' class='bbc_url' title='External link' rel='nofollow external'>http://serverAddress/SuperContainer.</a> I get this message: Problem starting/stoping: Couldn`t get lock for /Users/Shared/SuperContainer/SuperContainer.log<br />
I need help with this problem, anybody help me?<br />
I tried with the first and second option of installation what describes the SuperContainer Documentation.<br />
<br />
Thanks so much<br />
Alexander Chozo]]></description>
		<pubDate>Wed, 22 Feb 2012 21:13:52 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82127-problem-startingstoping/</guid>
	</item>
	<item>
		<title>Portal: open webviewer from Portal?</title>
		<link>http://fmforums.com/forum/topic/82475-portal-open-webviewer-from-portal/</link>
		<description><![CDATA[Hi,<br />
<br />
<span style='font-size: 14px;'>I have a portal with PDF files (SC <span style='color: #112233'>container as unstored calc) on Layout A </span>. How do I show the PDF from the Portal in a webviewer on the same layout A?</span><br />
<br />
<br />
<span style='font-size: 14px;'>PS: I only know the basics of scripting...</span>]]></description>
		<pubDate>Wed, 22 Feb 2012 21:08:43 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82475-portal-open-webviewer-from-portal/</guid>
	</item>
	<item>
		<title><![CDATA[SC Installation problem - can't view images remotely]]></title>
		<link>http://fmforums.com/forum/topic/82596-sc-installation-problem-cant-view-images-remotely/</link>
		<description><![CDATA[I've installed SC on numerous PCs and Macs, but am having a problem getting it to work at one client site. SC works fine in the office, but we just can't see images remotely.<br />
<br />
The only thing that is different at this site is that SC is hosted on Mac Server. The host is running FileMaker Pro 11 v4. We have the latest version of SuperContainerserver.jar, we've opened port 80 and have verified that it is open via CanYouSeeMe.org. In System Preferences we have Web Sharing turned on.<br />
<br />
Is there some special setting for Mac Server? What setup step have I possibly overlooked?<br />
<br />
Thank you for your time and assistance,<br />
Will]]></description>
		<pubDate>Wed, 22 Feb 2012 21:03:51 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82596-sc-installation-problem-cant-view-images-remotely/</guid>
	</item>
	<item>
		<title>Refresh Image Thumbnails</title>
		<link>http://fmforums.com/forum/topic/71605-refresh-image-thumbnails/</link>
		<description><![CDATA[Hi.<br />
we have SC running in a mac only networked environment ( sc running on osx server with shared standard filemaker copy running on the server) and are using it for databasing images. All is working well, using the standard setup, within filemaker, using web viewer and plugin. When a user double clicks an image i have set their local mac osx to open the image in the preview App. From here they can make simple changes and hit save which saves the image back to the server. However the thumbnail displayed in the web-viewer does not show the changes, is there a way to refresh the thumbnail image?<br />
thanks]]></description>
		<pubDate>Wed, 22 Feb 2012 20:56:09 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/71605-refresh-image-thumbnails/</guid>
	</item>
	<item>
		<title>Problem with SCMove</title>
		<link>http://fmforums.com/forum/topic/82550-problem-with-scmove/</link>
		<description><![CDATA[Hello,<br />
<br />
I am trying to use the SCMove function to move a file from one directory to another inside my SuperContainer location. Currently my function call looks something like this:<br />
<br />
<pre class='prettyprint'>
SCMove("WorkingDirectory/UniqueResourceDirectory/","TargetDirectory/"&TABLE::ID)
</pre>
<br />
When I run my script, I get an error, and the supercontainer server says:<br />
<br />
Move operation failed: java.io.FileNotFoundException: No SuperContainer file for /WorkingDirectory/UniqueResourceDirectory<br />
No SuperContainer file for /WorkingDirectory/UniqueResourceDirectory<br />
<br />
I have also tried my function call like this:<br />
<br />
<pre class='prettyprint'>
SCMove("WorkingDirectory/UniqueResourceDirectory/file.pdf","TargetDirectory/"&TABLE::ID)
</pre>
<br />
In which case I get the same error but like this:<br />
<br />
Move operation failed: java.io.FileNotFoundException: No SuperContainer file for /WorkingDirectory/UniqueResourceDirectory/file.pdf<br />
No SuperContainer file for /WorkingDirectory/UniqueResourceDirectory/file.pdf<br />
<br />
I am stumped, as I have tried many variations on the above themes, putting slashes in different places, with and without the file name, etc.<br />
<br />
Can someone help? Or possibly provide a working example of how to call SCMove, since the companion plugin documentation does not have one.<br />
<br />
Thanks,<br />
Mark]]></description>
		<pubDate>Wed, 22 Feb 2012 20:52:39 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82550-problem-with-scmove/</guid>
	</item>
	<item>
		<title>Short name or long name?</title>
		<link>http://fmforums.com/forum/topic/82530-short-name-or-long-name/</link>
		<description><![CDATA[If I use external authentication with a Mac OS X Server, will users login to FileMaker with their short name or their long name, or both?<br />
<br />
If I use Get ( AccountName ), will it return the short name, long name, or does it depend on which one they used to login?]]></description>
		<pubDate>Wed, 22 Feb 2012 19:15:54 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82530-short-name-or-long-name/</guid>
	</item>
	<item>
		<title>One Contact Multiple Companies</title>
		<link>http://fmforums.com/forum/topic/82590-one-contact-multiple-companies/</link>
		<description><![CDATA[Easy straight forward approach to managing contacts is to make Contacts a direct child of Company.<br />
But many times ONE person/contact will be involved with multiple Companies.<br />
<br />
So I'm looking for some tips how to set up a oneContact to ManyCompany solution.<br />
<br />
I have made a "join" table to connect Contact to Many Companies.<br />
But this makes for an awkward contact creation experience for the user.<br />
<br />
<br />
i.e.<br />
User is viewing CompanyCogs record and does NOT see Dexter in the related Contacts list/portal.<br />
So User runs a "New Contact" script.<br />
But Dexter ALREADY exist, just has not been tied to CoCogs.<br />
So now system has TWO Dexters.<br />
<br />
Any tips or example of this done well?<br />
Thanks!]]></description>
		<pubDate>Wed, 22 Feb 2012 16:47:51 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82590-one-contact-multiple-companies/</guid>
	</item>
	<item>
		<title>Clear the Clipboard</title>
		<link>http://fmforums.com/forum/topic/81841-clear-the-clipboard/</link>
		<description><![CDATA[Little tip ...<br />
<br />
It often happens that we wish to not allow pasting in a field.<br />
<br />
It 's simple, just two steps of a script and the trigger OnObjectEnter<br />
<br />
Set Selection [ Start Position:1 ]<br />
Copy [ ]<br />
<br />
Copyng an empty selection clears the clipboard.]]></description>
		<pubDate>Wed, 22 Feb 2012 16:47:32 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/81841-clear-the-clipboard/</guid>
	</item>
	<item>
		<title>Newbie - autoclose doc scripting conundrum</title>
		<link>http://fmforums.com/forum/topic/82585-newbie-autoclose-doc-scripting-conundrum/</link>
		<description><![CDATA[First off Hi! This is my first post here.<br />
<br />
I'm new to database creation and have been working with FM8 pro on a venerable G4 mirror door Mac running Tiger to develop an estimating and works order solution for our small print business.<br />
<br />
It took me a while but I found most of the logic quite straightforward and to be fair it still is a work in progress.<br />
<br />
The estimator is reasonably versatile and seems to run really well, but occasionally when I'm out of the office there is a need for the document to run on another Mac via file sharing.<br />
<br />
All well and good but really I'd like a script to autoclose the file when it's been idle for say 15mins thus allowing it to be opened on another Mac elsewhere in the building and equally when the file has been idle on the second machine for the same amount of time then it too should autoclose.<br />
<br />
Bearing in mind I'm as green as they come when it comes to scripts any pointers would be gratefully received.<br />
<br />
In return if anyone wants pointers in producing high quality Litho print just ask ;-))]]></description>
		<pubDate>Wed, 22 Feb 2012 16:17:52 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82585-newbie-autoclose-doc-scripting-conundrum/</guid>
	</item>
	<item>
		<title>Need Simple FMP Database Written</title>
		<link>http://fmforums.com/forum/topic/82594-need-simple-fmp-database-written/</link>
		<description><![CDATA[We need a simple FMP database put together for a small business.<br />
<br />
We would provide designs as PSDs or AI files, and you write the database in FMP.<br />
<br />
- 20-30 fields (we haven't designed it yet) that keep simple job records<br />
- assign job number<br />
- information on the job needed<br />
- deadlines, whom it's assigned to<br />
- notes and follow up fields<br />
- priority<br />
- list view that sorts in order of priority or deadline<br />
- list view that sorts in order of whom it's assigned to<br />
<br />
This will be hosted on a web server so that a few people will have access to it.<br />
<br />
We know enough FMP here to be dangerous, and want someone to work on this so it works correctly without us fumbling around.<br />
<br />
If your interested in taking on the project, please respond with your email and we will send you the design files.<br />
<br />
Thanks,<br />
<br />
David]]></description>
		<pubDate>Wed, 22 Feb 2012 16:13:15 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82594-need-simple-fmp-database-written/</guid>
	</item>
	<item>
		<title>Total Inventory</title>
		<link>http://fmforums.com/forum/topic/82477-total-inventory/</link>
		<description><![CDATA[Hi,<br />
I want to know qty in hand after sold qty according with my database.<br />
I have this tables:<br />
Board:Board_ID,Board_Name,FirstQty,Price,cStockLevel<br />
Invoice:INV_ID,INV_Date,cTotalInvoice<br />
InvoiceLineItem:INL_ID,INV_ID,Board_Name,Qty,Price,cLineTotal<br />
<br />
<br />
cLineTotal=sum(FirstQty*Price)         cTotalInvoice=sum(InvoiceLineItem::cLineTotal)     cStockLevel=FirstQty-Sum(InvoiceLineItem::Qty)<br />
<br />
<br />
<br />
I need to know after sold, qty in hand =?<br />
<br />
thank you.]]></description>
		<pubDate>Wed, 22 Feb 2012 15:38:22 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82477-total-inventory/</guid>
	</item>
	<item>
		<title>Fine tunning this solution</title>
		<link>http://fmforums.com/forum/topic/82577-fine-tunning-this-solution/</link>
		<description><![CDATA[Hi<br />
<br />
Attached is a demo containing three tables:<br />
<br />
KEYWORDS<br />
VALUES<br />
KEYWORS_VALUES<br />
<br />
where if you enter a number (in the KEWYWORDS table) into the fields "Keyword_1" or "Keyword_2", a new entry into a portal is created, when you click outside the fields. To delete an entry in the portal you delete the content of "Keyword_1" or "Keyword_2" and click outside. If you add to a fields content, a new portal is created, and you are no longer able to delete the previously entered portal entry.<br />
<br />
Any other suggestions of how to do this? At the moment I'm just making demo files in order to learn some stuff in Filemaker.<br />
<br />
Thanks<div id='attach_wrap' class=''>
	<h4>Attached Files</h4>
	<ul>
		
			<li class='attachment'>
				<a href="http://fmforums.com/forum/index.php?app=core&module=attach&section=attach&attach_id=17355" title="Download attachment"><img src="http://fmforums.com/forum/public/style_extra/mime_types/zip.gif" alt="Attached File" /></a>
&nbsp;<a href="http://fmforums.com/forum/index.php?app=core&module=attach&section=attach&attach_id=17355" title="Download attachment"><strong>KEYWORDS.zip</strong></a> &nbsp;&nbsp;<span class='desc'><strong>8.68K</strong></span>
&nbsp;&nbsp;<span class="desc lighter">5 downloads</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Wed, 22 Feb 2012 14:56:06 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82577-fine-tunning-this-solution/</guid>
	</item>
	<item>
		<title>Compare records in chart</title>
		<link>http://fmforums.com/forum/topic/82582-compare-records-in-chart/</link>
		<description><![CDATA[I have a newbie question. Hoping someone can help me out, or point me in the right direction.<br />
<br />
I have a file with two main databases:<br />
1. employees<br />
2. how each employee does in sales per day.<br />
<br />
So I have nice lists with a day-to-day sale overview for each employee.<br />
<br />
Easy to make a chart for each employee - but I would like to do a graphical comparison as well.<br />
<br />
Now I would like to make a layout where I can compare "Employee #1" and "Employee #2" in a "line chart". The chart would have one lines for each employe showing sales over time. The horizontal x-axis would show dates, and the vertical y-axis would show amounts.<br />
<br />
The best solution would be a simple finished solution with two drop down menus for choosing two employees - and that this generates a chart. The chart should be look just simple like this:<br />
<br />
<a class='resized_img' rel='lightbox[382925]' id='ipb-attach-url-17360-0-92268100-1329962610' href="http://fmforums.com/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=17360" title="employee.jpg - Size: 18.8K, Downloads: 8"><img src="http://fmforums.com/forum/uploads/monthly_02_2012/post-106154-0-76233600-1329833999_thumb.jpg" id='ipb-attach-img-17360-0-92268100-1329962610' style='width:100;height:61' class='attach' width="100" height="61" alt="Attached Image: employee.jpg" /></a><br />
<br />
Does anyone know how do I make this work?<br />
<br />
<br />
Thanks,<br />
Appleskrott]]></description>
		<pubDate>Wed, 22 Feb 2012 12:19:34 +0000</pubDate>
		<guid>http://fmforums.com/forum/topic/82582-compare-records-in-chart/</guid>
	</item>
</channel>
</rss>
