Activity Stream
-
Older Activity
-
Today, 08:10 PMeos replied to a thread Need to convert a recursive Custom Function to a Script in FileMaker 13 - All VersionsAre you, like, miffed? I was just thinking that … • a newbie might have trouble turning your suggestion into something that is accepted by the...6 replies | 105 view(s)
-
Today, 07:40 PMRobert Schaub replied to a thread Need to convert a recursive Custom Function to a Script in FileMaker 13 - All VersionsWerks fur me butt I m guessn I aint a smart as you R or as rude. BTW do with guess what the script parameter is?6 replies | 105 view(s)
-
Today, 07:32 PMeos replied to a thread Need to convert a recursive Custom Function to a Script in FileMaker 13 - All VersionsYou gotta be kidding … ;)6 replies | 105 view(s)
-
Today, 07:29 PMeos replied to a thread Need to convert a recursive Custom Function to a Script in FileMaker 13 - All VersionsThis is a better written version of the CF: Let ( ; Case ( wc < 2 ; w ; wc = 2 ; List ( LeftWords ( w ; 1 ) ; RightWords ( w ; 1 ) ; w...6 replies | 105 view(s)
-
Today, 07:17 PMRobert Schaub replied to a thread Need to convert a recursive Custom Function to a Script in FileMaker 13 - All VersionsField = AllWords = AllWordombinations (TheWords) Script Set variable $ValueCountAllWords Set Varible $Vaule Loop6 replies | 105 view(s)
-
Today, 02:23 PMAHunter3 replied to a thread Need to convert a recursive Custom Function to a Script in FileMaker 13 - All VersionsOK, that's an intriguing challenge.6 replies | 105 view(s)
-
Today, 01:57 PMJosh Ormond replied to a thread Multi-Tenant and Single Tenant multisite - how to? in FileMaker Pro 11I'd have to think on for a bit...but there is one glaring issue that I would advise against. NEVER, NEVER store security related data in Global...2 replies | 281 view(s)
-
Today, 11:50 AMLookupLad started a thread Need to convert a recursive Custom Function to a Script in FileMaker 13 - All VersionsI need to convert a recursive Custom Function to a standard looping script, but for the life of me, I cannot figure it out. The custom function is...6 replies | 105 view(s) -
Today, 11:45 AMPING Any suggestions on this hierarchical multi-tenant db? There are 3 sites for one company - each are only legally allowed to see their own...2 replies | 281 view(s) -
Today, 11:38 AMI am thinking that something is housed, it is just that in a location that has no breakdown of tiers. It is the definition of a join that made me...2 replies | 105 view(s) -
Today, 10:59 AMThe universe collapses on itself, because you have torn down the fabric of logic … ;) In brief: your question doesn't make sense. You could as...2 replies | 105 view(s)
-
Today, 10:19 AMI have had experience with a join table in an inventory database for sales inventory. A LINES table is the JOIN table for PRODUCT sales. In this set...2 replies | 105 view(s) -
Today, 09:42 AMAHunter3 replied to a thread Question on hosting a FM application in FileMaker Pro 12 - All versionsThis will be the host machine? The actual database file will be installed on this computer? That would work from a FileMaker standpoint but...1 replies | 88 view(s)
-
Today, 09:17 AMWhat is the recommended configuration for this type of situation? Our organization has a newly completed membership app containing two tables,...1 replies | 88 view(s)
-
Today, 04:52 AMmeddie replied to a thread Trigger script to goto related record when clicking a record in Table View in Layouts and DesignThanks eos. I managed to get this working in the table view for the Incident table, but not in the report. However, Ive just realised that you can...4 replies | 206 view(s) -
Today, 04:35 AMeos replied to a thread Trigger script to goto related record when clicking a record in Table View in Layouts and DesignButtons do indeed not work in list view; but you can attach an OnObjectEnter trigger to a field and attach a script that performs the navigation....4 replies | 206 view(s)
-
Today, 04:23 AMmeddie replied to a thread Trigger script to goto related record when clicking a record in Table View in Layouts and Design1. The reports Ive made are quite simple on the list view. They are basically a sub summary report showing Incident Type and Number of Jobs, with a...4 replies | 206 view(s) -
Today, 04:14 AMeos replied to a thread Trigger script to goto related record when clicking a record in Table View in Layouts and Design1. Why use table view for a report, instead of list view? 2. Why “double click”? Anything wrong with a single click? 3. Why a ”trigger“ if you...4 replies | 206 view(s)
-
Yesterday, 01:32 PMmeddie started a thread Trigger script to goto related record when clicking a record in Table View in Layouts and DesignHi, Ive created a set of reports, and would like to open the relevant record in a different view when double clicking a record in table view. I...4 replies | 206 view(s) -
Yesterday, 01:29 PMmeddie replied to a thread Value list based on relationship BUT include an "other" option in Value ListsThanks AHunter3, with a bit of fiddling I managed to get this working! BW, Mike2 replies | 201 view(s) -
Yesterday, 08:39 AMbarry started a thread RenameContainterFile ( ~FQFN ; ~NewFileName ) in FileMaker Pro Custom FunctionsThis Function will rename the file contained in a container. - Submitted by Mark Geerdes More...0 replies | 123 view(s) -
12-28-2014, 10:46 AMI use the free BaseElements plug in from GOYA to gain access to the file path, store it in FM, and also to navigate to an open filesystem window with...5 replies | 521 view(s) -
12-28-2014, 07:00 AMWorldWatcher replied to a thread Merging Merged Fields into Blank PDF template in FileMaker 13 - All VersionsF18, I work in Human Resources and use FM to create a variety of employment letters and contracts. What you describe isn't a "merged field",...3 replies | 206 view(s) -
12-28-2014, 01:11 AMFilemaker18 replied to a thread Merging Merged Fields into Blank PDF template in FileMaker 13 - All VersionsA Need to create a Contract Template for example. Step 1 is to fill in all the details of the contract via the numerous Fields in the FILEMAKER...3 replies | 206 view(s) -
12-28-2014, 12:03 AMI use 360Works free function. (File Version) It is free and it works great. (It allows you to browse to wherever the file is)5 replies | 521 view(s) -
12-27-2014, 12:19 PMthanks to all. Both approaches work nicely. Very appreciative of the help. wally6 replies | 314 view(s)









Are you, like, miffed? I was just thinking that … • a newbie might have trouble turning your...
Need to convert a recursive Custom...