Jump to content
Server Maintenance This Week. ×

EXTEND Find and Export


This topic is 8465 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Well I needed to create my own functions for FMPro because the find and the export functions are limited. I am wanting to export two different flat files for each search result...one with fewer records than the other and a sub search of that one...i ended up figuring it out, and have included the code below, if anyone could use it...I think that it came out very well...opinions???

tell application "FileMaker Pro"

set CDID_Box to display dialog "Please enter the desired CD to export:" default answer ""

set CDID to text returned of CDID_Box

show (records where cell "CD ROM Number" contains CDID)

set number_of_matches to count records

set target_file_name to

Link to comment
Share on other sites

This topic is 8465 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.