Topic Username Replies Views Last post
No New Posts FMPug Discount    
Act NOW if you want to save money on your FMPug Membership Currently 39 slots left for $25 hurry buy b4 the price goes up! http://www.fmpug.com
Ocean West 0 80 07-27-10 11:51 AM
by Ocean West
No New Posts File Attachments: 1 Date Puzzler    
Hello All: This is a puzzle caused by the way FMP internally formats dates. If you're at all conversant with the issue, you know that FMP's default format for all dates is based on the date f ...
stanley 15 172 07-28-10 09:13 AM
by stanley
No New Posts writing a calculation    
Hello everyone, I have a calculation field called "Total Payment" that I want to do two things: 1) Sum all the values of a certain field 2) Take that result and, if the result is less than ...
Jenna 8 143 07-28-10 08:45 AM
by Jenna
No New Posts FileMaker and Ceedo    
Has anyone successfully installed FileMaker (any version) within Ceedo (www.ceedo.com)? Ceedo is an app virtualization framework that allows you to make many applications portable. It's kind of ...
Hijack 0 60 07-28-10 05:55 AM
by Hijack
No New Posts File Attachments: 2 Determining File extension type on import    
I need to determine the types of pic files a user is importing into our app. We only allow "Insert Picture(Reference)" into our DB because we don't want to jam up the DB. The reason being is th ...
MichaelL 26 926 07-18-10 04:07 PM
by Fenton
No New Posts Defining problem? Years, Months, Days    
A client, given a birthdate, wants to know the age of contacts in Year, Months, and Days. I built a function that I thought covered all the bases, but in testing it I kept getting results I ...
D J 11 534 07-10-10 01:10 PM
by LaRetta
No New Posts File Attachments: 1 That's not a puzzler... THIS is a puzzler!    
OK here is the challenge, should you choose to accept it. Putt a text block on a layout, with text in it (say, "Crocodile Dundee"). Define a tooltip onto the text block: I want the text to ...
Vaughan 1 241 07-09-10 05:50 PM
by comment
No New Posts Puzzler: Rot13()    
Here's a new puzzler.... Build a Rot13() custom function. It should take a string and rotate each letter 13 places in the alphabet. Wiki Rot13 for more details. The function should only ...
D J 9 366 07-09-10 08:50 AM
by D J
No New Posts File Attachments: 1 Puzzler: Fizzbuzz    
Here's the challenge... Write a script that populate a field (TABLE::Result) with the numbers from 1 to 100 with these conditions: -for multiples of 3 print “Fizz” instead of the number ...
D J 21 686 07-08-10 08:47 AM
by D J
No New Posts Finding a .(period) in a calculation    
Hi guys I have a field which for example look like this: 1.22 45.1 43.45 I need to extract what's in front of the "." to one calc field and whts behind to another calc field for sorting ...
kallehval 12 375 07-02-10 07:36 AM
by kallehval
No New Posts Complex Script    
Hi Everyone I am in need of a script that I just can't figure out. I have a field1 with this jim steve mac sue In field2 I need the output to be jim jim steve jim mac jim sue ...
stuj1026 3 334 06-30-10 02:37 PM
by Lee Smith
No New Posts Parameter passing    
So I have this script........ Code:   Set Variable [ $filename; Value:GetValue ( Get ( ScriptParameter ); 1 ) ]  Set  ...
MichaelL 3 376 06-14-10 04:47 PM
by D J
No New Posts XORing bytes (for LRC calculation)    
I am trying to figure out how to XOR two bytes together in FileMaker. Example: I start with the binary values 49 and 50 which would be represented in binary as 00110001 and 00110010. I w ...
jasonwood 4 357 06-12-10 01:06 PM
by comment
No New Posts Calculating: how many units did we sell this month?    
Hi guys! Hope this is the right forum. My table called CASES holds all the cases we've done for clients this month. Here are two of the fields it has: DATE_IN (date) UNITS (calculation, ...
frosty666 2 402 05-31-10 05:02 AM
by internet_guru33
No New Posts Restrict calculation result to unique values    
Is it possible to restrict the result of a standard (not auto-enter) calculation field to unique values only?
Lougee 6 543 05-26-10 08:17 AM
by Lougee
No New Posts Need Suggestions...Relationships, summaries, etc...    
I've been trying to post this question for a while, but I can't figure out how to explain it...so I'll just give it a try...I hope it makes sense. I'm in advertising. I build pages for ads &am ...
Jeff M 5 470 05-23-10 11:04 AM
by comment
No New Posts Unique by email - need for speed    
I have a large file (currently 90k records) the gets added to each week (~9k records ) On import I am checking to see if the email address is the first occurrence in the database. Currently t ...
rivet 3 466 05-05-10 01:54 PM
by jdu98a
No New Posts Sorting - seeing existing order    
Hope this is the right forum... In FileMaker 6 through 9... if one has existing Sorts that are based on relationships, it makes the existing Sort names in the left side sort box too long to read ...
Dataslinger 2 575 04-26-10 10:44 AM
by Tully
No New Posts Position of calculations after sorting    
This has to be easy. database is in list format. I have an auto enter field set up. I need it to auto enter the numerical position of a record based on sorting criteria. It would list numbers 1 ...
dpagan 3 380 04-25-10 04:59 PM
by dpagan
No New Posts File Attachments: 1 CSV Field to Portal Rows?    
I'm working on taking data from an external mySQL data source and formatting it into a format I can use and display in FileMaker. The main table has two fields "items" and "ref_number". The field ...
Adam AIS 2 502 04-18-10 03:17 PM
by Adam AIS
No New Posts File Attachments: 2 Create a Variable based on a object    
Im trying to create a single script that could send me a mail with a lot of info based on the layout the user is currently on. For the moment i have like 18 scripts and if i have to make a ch ...
Maartenjanvdwielen 5 733 04-16-10 09:06 AM
by BruceR
No New Posts File Attachments: 1 Special Serial Number Calculation & Scrip    
Hi everyone, I'm a little lost on even how to begin doing this. here is what I need to do: - Need to add to a table (using a script) a 'block' of serial numbers. - Serial numbers follow a ...
AlanP 5 651 04-13-10 07:36 PM
by AlanP
No New Posts $variable[1]    
I recently looked at SeedCodes new calender and it got me to thinking. Variables can be powerful and it reminded me of a project I did written in Lua using lua tables. I guess my questions are, i ...
aholtzapfel 4 647 03-29-10 11:45 PM
by BruceR
No New Posts Open URL to open Quicktime .mov file    
Hi, I use to go in "Button Setup" select the "Open URL" option, specify the URL using a calculation where I put a field name. In that field name there was a "file path" store. Something like t ...
Sebastien Bergeron 2 710 03-29-10 11:35 AM
by Sebastien Bergeron
No New Posts File Attachments: 1 Lending library check in help    
I am very new to Filemaker and am attempting to create a lending library. I work for a small television production and am trying to manage the props that go out to the various set/bays. My prob ...
wenbow2003 3 532 03-23-10 12:13 PM
by Fenton
No New Posts File Attachments: 1 Filtering field update    
Hi there! I have a filemaker solution where a Cases table is related to a Persons table through a portal, to generate a dynamic value list for persons of the same case. From the Cases table al ...
panchristo 6 580 03-19-10 02:41 PM
by LaRetta
No New Posts Batch Group Record Calc    
I would like a replace calculation to divide a found set of records into user determined batches. Here is my calc Int ( Get ( RecordNumber ) / $div ) +1 This works great except the first gr ...
rivet 2 339 03-19-10 09:40 AM
by rivet
No New Posts Writing history records    
I have this task, I need to be able to write records to a history file everytime a user clicks on a specific button. Basically these records are for verification/evidence incase one party comes ...
MichaelL 0 357 03-15-10 01:15 PM
by MichaelL
No New Posts FM file structure insight    
Hi all, this might be a bit of a stretch but I'm looking for a way to access a filemaker database file and performs queries or even make modifications like perhaps changing a database referenc ...
Dali 4 622 03-05-10 08:37 AM
by icanhazdatabase
No New Posts Automatically Converting Chinese Simplified Text to Traditional    
I am looking for a way to automate taking Chinese simplified text in one field, converting it to Chinese traditional text, and copying it into a new field. I have a rather large FMP 8 database th ...
99wolves 0 313 03-02-10 02:47 PM
by 99wolves
No New Posts Round to a 5 or 9    
Hi I am a relative newbie with file maker... We quite a few price lists here based on simple calculations .... Example... cost x markup .... I am trying to get a round function that looks at onl ...
Goetch 4 718 02-20-10 07:11 AM
by Goetch
No New Posts File Attachments: 2 calculating with special characters    
Hi everybody I am tmaking af database solution for a Faroese customer. The faroese has special characters such as "á". I would like to make a simple calculation, which returns a number based o ...
kallehval 3 574 02-11-10 04:50 AM
by comment
No New Posts Automatic generation of keywords    
Hi all, can someone help towards the following: I have a simple table with a description field (text) relatively small in length, that I want to use in order to produce automatically a list ...
panchristo 1 388 02-04-10 07:21 AM
by Søren Dyhr
No New Posts Use Filemaker to fill web forms    
I am trying to fill web form fields in my IE browser, using the fields from filemaker. Is there a way to populate this data into the ACTUAL fields IN the browser. Once I review them on the scre ...
legal2justice 6 1268 02-02-10 08:49 AM
by Jason Lane

There are more topics to be viewed in this forum. Adjust the date range at the bottom of the page to view additional topics in this forum.

Details Permissions Icon Legend
You are viewing Posts from: Last 6 Months.
Show Posts Age:


Use pulldown menu below to change viewing preference for this forum.
Unread
Hot Topic - Unread
Sticky Topic
Sticky and Locked Topic
Read
Hot Topic - Read
Locked Topic
Sort Forum By:
Forum Moderators:
Welcome Guest...
Enter your username and password to login. If you do not have a username you can register one here

Username

Password

Remember me. Help



Forgot Password...


Quick Links
Recent Posts
Active Topics
No Replies
Recent Files
Functions & Scripts
FileMaker Pro Help
FileMaker on Twitter
FileMaker Marketplace

Custom Search

Find FileMaker Developers

Don't have time to wait,
hire a developer now!

Recent Members
Welcome them to our community!
Find FileMaker Jobs

Want a new career?
Find your new job now!

Joy of Tech
Latest Joy of Tech!

Recent Topics
Recent Hot Topics
Contribute
With your generosity we can make some real magic happen!. Support your favorite online FileMaker community...
FM Forums.com


Click here...


Or a Donation of any amount.


Thanks for your support!

Active Blogs
0 Recent blogs:
FM Forums Advertisers


FusionBB™ Version 3.0 FINAL | ©2003-2010 InteractivePHP, Inc.
Execution time: 0.934 seconds.   Total Queries: 19   Zlib Compression is on.
All times are . Current time is 08:59 AM
Content ©1996-2008 Ocean West Consulting, Inc. All Rights Reserved
Ocean West Consulting, Inc. can not and will not be held responsible for any of the contents in this site.
FM Forums™ is a trademark of Ocean West Consulting, Inc an independent entity, not affiliated with FileMaker Inc.
FileMaker® is a registered trademark of FileMaker Inc.
Top