Sorry I'm so late in responding. If you still need info, I believe the "privileges" issue is OS X based. You should try two things. Run Disk Utility / Repair Privileges on you OS X box (Applications/Utilies/Disk Utility). Take the file to a machine running OS 9 and FMP 6 and try to recover...
I don't think that memory expansion is gooing to give you much of a noticeable diiference, though it certainly won't hurt.
You would probably be better off upgrading the hard drive to the fastest drive available if you haven't done that already and maybe cache memory.
Phil Welsher
Okay then the short answer is yes, you can put a password on a button by using the Custom Dialog script step in the script for the button. You then have to create the validation for the password by adding an if/then statement after the dialog to compare the password used to a field containing...
Just one thing to add to Marty's explanation.
If you have multiple users that will access each area, you can assign passwords to groups and then create your validation using
If (Status(currentgroup) = "sales", . . .
This way you can assign individual passwords, but maintain the...
If you're using FileMaker Server, your databases don't need to be set for multi-user. The server software can be set for "enable sharing of single user files". Doing it this way prevents yo from accidentally sharing files if you open them outside the server environment.
Your...
on a Mac, Apple Script will capture keystrokes in the operating systems and you can execute an Apple Script from within Filemaker, but you need to use the FileMaker scripting for actions inside Filemaker. You can build a Filemaker script that performs functions in filemaker such as exporting...
You should to create two groups (admin and production) and at minimum two passwords (admin and production).
You will assign you production people to the production group with a password or individual passwords for each person and you will assign admin people to the admin group the same way...
I assume that you are talking about printing pre-collated, NCR type paper.
Try making your page layout 22 inches deep instead of 11 and exactly duplicating all text and fields from the first 11 inches to the second 11 inches. Use your T-squares and graphic rulers to match the placement. This...
I certainly see no reason why you would not be able to do this with Filemaker Pro. Filemaker is more user friendly than Access. it seems like you should be able to do what you want using the predefinited calculation options with little trouble.
I can't say what the best structure for doing...
Okay, here it is;
Create these three fields,
1) a global field of the type container <g_Stripe>
2) a calculation field set to "Calculation result is Container" <ContainerCalc>
the calculation will be:
If (Mod(Status(CurrentRecordNumber), 2) = 0, g_Stripe,"")
This...
Changing a global field shouldn't be any different than changing any other field. I would double check your field definitions and confirm that this is properly inidicated as a global.
If you have a copy of Filemaker Developer, check to see if this field is used in any scripts.
Try this;
In...
Paul, I believe he's trying to go Mac to Windows not Windows to Mac.
Filemaker Pro 6 should give you an alert if the file is pre-FMP5 and ask if you want to convert to current, saving a new copy in a FMP 5 - 6 compatible format.
I the correct extension for windows for a Filemaker Pro 5 or 6...
I have multiple databases running on Filemaker Server and pretty much all of them use global fields to move data or maintain relationships between bases. The use of a global field with Filemaker Server should not, in and of itself, be a problem.
Are there other users that may be setting the...
Maybe I'm missing something here, but wouldn't the best long term solution be to create three separate telephone number fields so that the phone numbers can be segmented like your example 1 in all cases.
This way your input is standardized so your searches become simpler.
The fields would set...
You can use the "show custom dialog" script step to ask the user if they want this month or another month.
Place this step after the insert calc result step for your month field, add the month field to the custom dialog and they will see this month when the dialog displays and have...
Need more information please.
What type of global field is this? Text, number. etc.
Is it used with any script steps?
Is there a look up value designated with the field?
What's the function of this globl in your database?
Phil
There are two ways of doing this.
If you create a portal view, then alternating colors in the portal is a built in option. This is likely what you are looking at.
A portal is based on a relationship and is not a list view per se. You can display a portal in a scrolling list though.
The...
You should be able to export to a "sylk" (symbolic link) file instead of comma delimited, This type of file will open directly into Excel without an additional import step.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.