<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Cleveland Consulting Support Forum</title>
	<link>http://clevelandconsulting.com/support/</link>
	<description>Support for Cleveland Consulting                                                                                                                                                                                                                               </description>
	<managingEditor>court@clevelandconsulting.com</managingEditor>
	<webMaster>court@clevelandconsulting.com</webMaster>
	<lastBuildDate>Fri, 09 May 2008 23:08:41 GMT</lastBuildDate>
<item>
	<title>Custom Functions :: Registry function</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3505#3505</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=651&quot; target=&quot;_blank&quot;&gt;Pat_rick&lt;/a&gt;&lt;br /&gt;
Subject: Registry function&lt;br /&gt;
Posted: Fri May 02, 2008 5:49 am (GMT -9)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Good day everyone
&lt;br /&gt;

&lt;br /&gt;
i was just wondering if, from FileMaker, i can look for a specific key in the registry to see if it exists or not. Add litle code that says if found =1 else =0.
&lt;br /&gt;

&lt;br /&gt;
I dont know if anyone every came across this, but it would hlp me out in geting FMP to trouble shout for me if maybe im missing that key and require to activate it.
&lt;br /&gt;

&lt;br /&gt;
Thx
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Support :: RE: Finder Scripts</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3504#3504</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Court Bowman&lt;/a&gt;&lt;br /&gt;

Posted: Sun Apr 20, 2008 5:31 pm (GMT -9)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Your use of the term Finder is a bit confusing, as that is what the Mac OS calls the application running as the graphical layer of the OS. The desktop if you will.
&lt;br /&gt;

&lt;br /&gt;
However if I understand you correctly, you can use insert calculated result to insert the local variable you have defined into a field in find mode.
&lt;br /&gt;

&lt;br /&gt;
I hope that helps.
&lt;br /&gt;_________________&lt;br /&gt;Court Bowman, President
&lt;br /&gt;
Cleveland Consulting, Inc.
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.clevelandconsulting.com/&quot; target=&quot;_blank&quot;&gt;http://www.clevelandconsulting.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Support :: Finder Scripts</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3503#3503</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=648&quot; target=&quot;_blank&quot;&gt;glhein&lt;/a&gt;&lt;br /&gt;
Subject: Finder Scripts&lt;br /&gt;
Posted: Sun Apr 13, 2008 11:54 am (GMT -9)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Can I have arguments in a Finder script function? This script doers what I need done but I have to define the $trip and $pref manually. It would be really nice Finder would use that arguments.  If I specify the arguments in Finder they show as text.
&lt;br /&gt;

&lt;br /&gt;
Show All Records
&lt;br /&gt;
Set Variable [ $trip; Value:1 ]
&lt;br /&gt;
Loop
&lt;br /&gt;
Set Variable [ $pref; Value:1 ]
&lt;br /&gt;
Loop
&lt;br /&gt;
Enter Find Mode [ ]
&lt;br /&gt;
[ Pause ]
&lt;br /&gt;
#How can I make $pref and $trip be arguments to the Find?
&lt;br /&gt;
Perform Find [ ]
&lt;br /&gt;
Enter Browse Mode
&lt;br /&gt;
Pause/Resume Script [ Indefinitely ]
&lt;br /&gt;
Set Variable [ $pref; Value:$pref + 1 ]
&lt;br /&gt;
Exit Loop If [ $pref &amp;#8805; 7 ]
&lt;br /&gt;
End Loop
&lt;br /&gt;
Set Variable [ $trip; Value:$trip + 1 ]
&lt;br /&gt;
Exit Loop If [ $trip &amp;#8805; 15 ]
&lt;br /&gt;
End Loop
&lt;br /&gt;_________________&lt;br /&gt;ghein&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Custom Functions :: RE: Finding duplicate values using a custom function</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3502#3502</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Court Bowman&lt;/a&gt;&lt;br /&gt;

Posted: Sun Apr 06, 2008 12:57 pm (GMT -9)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Greetings,
&lt;br /&gt;

&lt;br /&gt;
There is a custom function on the site here:
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.clevelandconsulting.com/support/viewtopic.php?t=54&quot; target=&quot;_blank&quot;&gt;http://www.clevelandconsulting.com/support/viewtopic.php?t=54&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
it gets the count of each word in a field.  It could easily be reworked to accomplish your goals I think.  If you run into troubles, let us know and I can work something up.
&lt;br /&gt;_________________&lt;br /&gt;Court Bowman, President
&lt;br /&gt;
Cleveland Consulting, Inc.
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.clevelandconsulting.com/&quot; target=&quot;_blank&quot;&gt;http://www.clevelandconsulting.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Custom Functions :: RE: Finding duplicate values using a custom function</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3501#3501</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=17895&quot; target=&quot;_blank&quot;&gt;kbernstein&lt;/a&gt;&lt;br /&gt;
Subject: A relationship will not work&lt;br /&gt;
Posted: Thu Apr 03, 2008 1:14 pm (GMT -9)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;That is a good idea, I considered it but it will not work for my needs.  I need to check for duplicates within a found set.  The relationship will relate to records that are within the found set or part of the entire table.
&lt;br /&gt;

&lt;br /&gt;
I need to check for duplicates within a relatively small found set, so I do not think the speed or 10,000 recursion limit will have an affect.
&lt;br /&gt;

&lt;br /&gt;
My table of records will have duplicates.  I just need to make sure that a found set within that table does not have duplicate, that is why I need to check.
&lt;br /&gt;

&lt;br /&gt;
Thanks for posting.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Custom Functions :: RE: Finding duplicate values using a custom function</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3500#3500</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=145&quot; target=&quot;_blank&quot;&gt;Ender&lt;/a&gt;&lt;br /&gt;

Posted: Thu Apr 03, 2008 1:07 pm (GMT -9)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;It seems easier to use a relationship to a second TO of the table to locate duplicates:
&lt;br /&gt;

&lt;br /&gt;
Table &amp;lt;=&amp;gt; Table 2
&lt;br /&gt;
Table::TableID  &amp;#8800; Table 2::TableID
&lt;br /&gt;
AND Table::Field = Table 2::Field
&lt;br /&gt;

&lt;br /&gt;
Use a calc to report the presence of a duplicate:
&lt;br /&gt;

&lt;br /&gt;
If(Table 2::TableID; Field; &quot;NotADup&quot;)
&lt;br /&gt;

&lt;br /&gt;
If you want a list of them, you could then use a List() or recursive CF to put them all together.
&lt;br /&gt;

&lt;br /&gt;
This should perform much better than a CF that has to check every other record for a duplicate recursively (I think the recursive CF would take O(n^2) time, and would have significant limitations on the number of records it could process).
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Custom Functions :: Finding duplicate values using a custom function</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3499#3499</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=17895&quot; target=&quot;_blank&quot;&gt;kbernstein&lt;/a&gt;&lt;br /&gt;
Subject: Finding duplicate values using a custom function&lt;br /&gt;
Posted: Thu Apr 03, 2008 10:17 am (GMT -9)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-style: italic&quot;&gt;This is a great place/forum to learn about custom functions.  I have used a lot of the posting here to gather my knowledge about this powerful FMP tool.  Thanks for providing this superlative resource  about CF&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
In various places there is outstanding available custom functions that eliminate duplicate values in a list of records. I am trying to do something a little different, leaving me a bit stymied. 
&lt;br /&gt;

&lt;br /&gt;
I would like to use a custom function to loop through a found set of records and detect a duplicate value in a text field. The result of the custom function would be a listing of those values that are duplicate. If There are no duplicates the result would be blank. 
&lt;br /&gt;

&lt;br /&gt;
A sample file is attached that contains the below. 
&lt;br /&gt;

&lt;br /&gt;
Lets say I have a found set of 5 records 
&lt;br /&gt;

&lt;br /&gt;
Apple 
&lt;br /&gt;
Pear 
&lt;br /&gt;
peach 
&lt;br /&gt;
Pear 
&lt;br /&gt;
Grape 
&lt;br /&gt;

&lt;br /&gt;
I am looking for a result that shows: 
&lt;br /&gt;

&lt;br /&gt;
NotADup 
&lt;br /&gt;
Pear 
&lt;br /&gt;
NotADup 
&lt;br /&gt;
Pear 
&lt;br /&gt;
NotADup 
&lt;br /&gt;

&lt;br /&gt;
I want the custom function to compare itself to every other found record (except itself) to test for a duplicate. 
&lt;br /&gt;

&lt;br /&gt;
Here is my flawed CF as it stands now: 
&lt;br /&gt;

&lt;br /&gt;
Let([ 
&lt;br /&gt;

&lt;br /&gt;
TotalNum = Found; 
&lt;br /&gt;

&lt;br /&gt;
CurrentNum = Found; 
&lt;br /&gt;

&lt;br /&gt;
TestNum = Found; 
&lt;br /&gt;

&lt;br /&gt;
CurrentRecord = GetNthRecord(Field;$CurrentNum); 
&lt;br /&gt;

&lt;br /&gt;
TestRecord = GetNthRecord(Field;$TestNum)]; 
&lt;br /&gt;

&lt;br /&gt;
Case( 
&lt;br /&gt;

&lt;br /&gt;
CurrentNum &amp;lt; 1; 
&lt;br /&gt;

&lt;br /&gt;
Case( 
&lt;br /&gt;

&lt;br /&gt;
TestNum &amp;lt; 1; 
&lt;br /&gt;
Found &amp;amp; DupCheck(Field;CurrentNum - 1); 
&lt;br /&gt;

&lt;br /&gt;
CurrentNum=TestNum; 
&lt;br /&gt;
DupCheck(Field;TestNum-1); 
&lt;br /&gt;

&lt;br /&gt;
CurrentRecord = TestRecord; 
&lt;br /&gt;
CurrentRecord &amp;amp; &quot;Â¶&quot;&amp;amp; DupCheck(Field;TestNum-1); 
&lt;br /&gt;

&lt;br /&gt;
CurrentRecord &amp;lt;&amp;gt; TestRecord; 
&lt;br /&gt;
&quot;NotADup&quot; &amp;amp; &quot;Â¶&quot;&amp;amp; DupCheck(Field;TestNum-1); 
&lt;br /&gt;

&lt;br /&gt;
CurrentRecord 
&lt;br /&gt;

&lt;br /&gt;
))) 
&lt;br /&gt;

&lt;br /&gt;
The problem as I see it; using the recursive nature of CF I can only advance one field at a time. I have no problem advancing the &quot;TestNum&quot; variable, but at the end of the first loop, I need to reset the &quot;TestNum&quot; variable back to &quot;Found&quot; and the &quot;CurrentNum&quot; variable to Found - 1. How can I change two variables at one time? 
&lt;br /&gt;

&lt;br /&gt;
Any assistance would be appreciated, editing this logic or taking a new approach to resolving my DeDuping issue. 
&lt;br /&gt;

&lt;br /&gt;
Thank you.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Custom Functions :: RE: Date Recursive Help</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3498#3498</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Court Bowman&lt;/a&gt;&lt;br /&gt;

Posted: Sun Mar 30, 2008 4:08 am (GMT -9)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;First of all, sorry for the delay in replying, you caught us on a particularly busy week here at CCI.
&lt;br /&gt;

&lt;br /&gt;
The simplest approach, which doesn't really need a custom function, is to brute force it. Something along these lines.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;If &amp;#40; 
&lt;br /&gt;

&lt;br /&gt;
DateFilterField = &amp;quot;Past Two Days&amp;quot; ; 
&lt;br /&gt;
Get &amp;#40; CurrentDate &amp;#41; &amp;amp; &amp;quot;¶&amp;quot; &amp;amp; Get &amp;#40; CurrentDate &amp;#41; -1 ;
&lt;br /&gt;

&lt;br /&gt;
DateFilterField = &amp;quot;Past Week&amp;quot; ; 
&lt;br /&gt;
Get &amp;#40; CurrentDate &amp;#41; &amp;amp; &amp;quot;¶&amp;quot; &amp;amp; Get &amp;#40; CurrentDate &amp;#41; -1 &amp;amp; &amp;quot;¶&amp;quot; &amp;amp; Get &amp;#40; CurrentDate &amp;#41; -2 &amp;amp; &amp;quot;¶&amp;quot; &amp;amp; Get &amp;#40; CurrentDate &amp;#41; -3 &amp;amp; &amp;quot;¶&amp;quot; &amp;amp; Get &amp;#40; CurrentDate &amp;#41; -4 &amp;amp; &amp;quot;¶&amp;quot; &amp;amp; Get &amp;#40; CurrentDate &amp;#41; -5 &amp;amp; &amp;quot;¶&amp;quot; &amp;amp; Get &amp;#40; CurrentDate &amp;#41; -6 ;
&lt;br /&gt;

&lt;br /&gt;
Etc...
&lt;br /&gt;

&lt;br /&gt;
&amp;#41;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Try that approach, and let us know if you have any trouble.
&lt;br /&gt;_________________&lt;br /&gt;Court Bowman, President
&lt;br /&gt;
Cleveland Consulting, Inc.
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.clevelandconsulting.com/&quot; target=&quot;_blank&quot;&gt;http://www.clevelandconsulting.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Custom Functions :: Date Recursive Help</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3497#3497</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=17341&quot; target=&quot;_blank&quot;&gt;jacobe01&lt;/a&gt;&lt;br /&gt;
Subject: Date Recursive Help&lt;br /&gt;
Posted: Tue Mar 25, 2008 8:06 am (GMT -9)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'm looking for a UI field that allows the user to select the following.
&lt;br /&gt;

&lt;br /&gt;
Past Two days
&lt;br /&gt;
Past Week
&lt;br /&gt;
Past Two weeks
&lt;br /&gt;
Past Month
&lt;br /&gt;
etc.
&lt;br /&gt;

&lt;br /&gt;
I'm looking for something that allows me to use a exploded date key to filter a portal based upon the above choices.
&lt;br /&gt;

&lt;br /&gt;
Example...
&lt;br /&gt;
I select the past week.
&lt;br /&gt;

&lt;br /&gt;
The CF looks at the Get (CurrentDate) Mar 25/2008
&lt;br /&gt;

&lt;br /&gt;
Result is 
&lt;br /&gt;
Mar 25/2008
&lt;br /&gt;
Mar 24/2008....
&lt;br /&gt;
Mar 18/2008
&lt;br /&gt;

&lt;br /&gt;
I'm new to CF so I haven't had a chance to work on this myself.  I can't seem to grasp the other examples yet either because some of them are to confusing.
&lt;br /&gt;

&lt;br /&gt;
Thanks for your help and in educating me.
&lt;br /&gt;

&lt;br /&gt;
What are general rules to CF recursive functions.  Any whitepapers out there with a simplified example(s).  
&lt;br /&gt;

&lt;br /&gt;
Are there places you would use a Recursive CF and places you would not.  
&lt;br /&gt;

&lt;br /&gt;
My background is in science (biochem/microbiology/chemistry/genetics/medicine)
&lt;br /&gt;

&lt;br /&gt;
First post in this forum...so hello to all!
&lt;br /&gt;

&lt;br /&gt;
Mike
&lt;br /&gt;
FMP 9.0 Advanced
&lt;br /&gt;
Mac OS 10 Panther
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Support :: RE: Advertisement: JAFA Plugin for FileMaker</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3495#3495</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=13669&quot; target=&quot;_blank&quot;&gt;fmstack.com&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jan 29, 2008 10:51 am (GMT -9)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks Court &lt;img src=&quot;http://clevelandconsulting.com/support/images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
I'm new to the FM forum spaces.
&lt;br /&gt;
I appreciate your placing of the ad in the general forum.
&lt;br /&gt;_________________&lt;br /&gt;FileMaker &amp;lt;-&amp;gt; Java integrations&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Support :: RE: Advertisement: JAFA Plugin for FileMaker</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3494#3494</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Court Bowman&lt;/a&gt;&lt;br /&gt;
Subject: Ads&lt;br /&gt;
Posted: Tue Jan 29, 2008 3:48 am (GMT -9)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Greetings,
&lt;br /&gt;

&lt;br /&gt;
Ads are not normally allowed on this forum without prior consent, however I like the promise of your plug-in and left the ad.
&lt;br /&gt;

&lt;br /&gt;
Please contact us in advance before placing an ad. I moved the topic to the general forum which would be the appropriate place in any event.
&lt;br /&gt;_________________&lt;br /&gt;Court Bowman, President
&lt;br /&gt;
Cleveland Consulting, Inc.
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.clevelandconsulting.com/&quot; target=&quot;_blank&quot;&gt;http://www.clevelandconsulting.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Support :: Advertisement: JAFA Plugin for FileMaker</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3493#3493</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=13669&quot; target=&quot;_blank&quot;&gt;fmstack.com&lt;/a&gt;&lt;br /&gt;
Subject: Advertisement: JAFA Plugin for FileMaker&lt;br /&gt;
Posted: Sat Jan 26, 2008 10:55 pm (GMT -9)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;JAFA Plugin for FileMaker, &lt;a href=&quot;http://www.fmstack.com/&quot; target=&quot;_blank&quot;&gt;http://www.fmstack.com/&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
JAFA is a FileMaker Plugin that allows Java developers to write Functions using the Java Programming Language.
&lt;br /&gt;
This means that Users can Script inside FileMaker to your in-process Java components and services.
&lt;br /&gt;

&lt;br /&gt;
The JAFA 'Function Provider Toolkit' allows Java developers to code, build, deploy, digitally sign and then sell licenses for their own functions. And, this is all managed within a FileMaker database itself !!
&lt;br /&gt;

&lt;br /&gt;
'Function' can mean almost anything Java.
&lt;br /&gt;
Some functions perform only local processing.
&lt;br /&gt;
Other functions introduce enterprise-level integrations using transport layers supported by the Java technology stack.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
The toolkit has just been released.
&lt;br /&gt;

&lt;br /&gt;
If you are interested in using the Toolkit to write your own JAFA functions, then view the 'JAFA Development' pages at 
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.fmstack.com&quot; target=&quot;_blank&quot;&gt;http://www.fmstack.com&lt;/a&gt;
&lt;br /&gt;
 You can request a trial license.
&lt;br /&gt;

&lt;br /&gt;
If you are interested in learning about existing and in-development JAFA functions for your own use, then view the 'JAFA 
&lt;br /&gt;

&lt;br /&gt;
Function Provider' pages at &lt;a href=&quot;http://www.fmstack.com&quot; target=&quot;_blank&quot;&gt;http://www.fmstack.com&lt;/a&gt;
&lt;br /&gt;
 In the first week, 2 functions have already been released by cybersack.com 
&lt;br /&gt;

&lt;br /&gt;
-&lt;a href=&quot;http://www.cybersack.com/jafa/collections/JAFACollections.v1.Release.zip&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Collections&lt;/a&gt;
&lt;br /&gt;
- NumericSort.
&lt;br /&gt;

&lt;br /&gt;
If you would like to get us to perform a FileMaker -&amp;gt; Java integration, using our toolkit, on your behalf, then drop us a line from the 'Contact' page
&lt;br /&gt;_________________&lt;br /&gt;FileMaker &amp;lt;-&amp;gt; Java integrations&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Support :: RE: checkbox set control question</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3492#3492</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=13204&quot; target=&quot;_blank&quot;&gt;catman&lt;/a&gt;&lt;br /&gt;

Posted: Mon Jan 21, 2008 10:16 am (GMT -9)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Court,
&lt;br /&gt;

&lt;br /&gt;
Very helpful indeed. javascript:emoticon('&lt;img src=&quot;http://clevelandconsulting.com/support/images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;')
&lt;br /&gt;

&lt;br /&gt;
Thanks much.
&lt;br /&gt;

&lt;br /&gt;
Catman
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Support :: RE: checkbox set control question</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3491#3491</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Court Bowman&lt;/a&gt;&lt;br /&gt;

Posted: Mon Jan 21, 2008 5:30 am (GMT -9)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Catman,
&lt;br /&gt;

&lt;br /&gt;
If you can change the three fields to one field, with three values in the value list, it will likely serve you better, however if you can't for some other reason, there is still an option.
&lt;br /&gt;

&lt;br /&gt;
You will need to create a script, and assign it to the field as a button.
&lt;br /&gt;

&lt;br /&gt;
The script will simple check the value of the field clicked, set it to the other option, then set the other two fields to the appropriate value.
&lt;br /&gt;

&lt;br /&gt;
So for the field positive it would be:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;Set Field - Positive
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;If &amp;#40; Positive = &amp;quot;Positive&amp;quot; ; &amp;quot;&amp;quot; ; &amp;quot;Positive&amp;quot; &amp;#41;
&lt;br /&gt;
Set field - Negative
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;&amp;quot;
&lt;br /&gt;
Set Field - Undecided
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;&amp;quot;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
You would have a similar script for the other two fields.  Not for the clever out there, there are more dynamic ways to do this with script parameters, but this is the easiest for a beginner to deploy.
&lt;br /&gt;

&lt;br /&gt;
Hope that helps.
&lt;br /&gt;_________________&lt;br /&gt;Court Bowman, President
&lt;br /&gt;
Cleveland Consulting, Inc.
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.clevelandconsulting.com/&quot; target=&quot;_blank&quot;&gt;http://www.clevelandconsulting.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Support :: RE: Help with conditional color fill</title>
	<link>http://clevelandconsulting.com/support/viewtopic.php?p=3490#3490</link>
	<description>Author: &lt;a href=&quot;http://clevelandconsulting.com/support/profile.php?mode=viewprofile&amp;u=13158&quot; target=&quot;_blank&quot;&gt;Larry&lt;/a&gt;&lt;br /&gt;

Posted: Thu Jan 17, 2008 5:48 pm (GMT -9)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks, I will upgrade to 9.
&lt;br /&gt;_________________&lt;br /&gt;Larry&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

