Made the plunge a few weeks ago to upgrade and purchased a single copy of FilemakerPro8. The transition of files went well enough that I feel I can go ahead...
Thanks for your comments about an additional "trap" I can program for, Joe. And it's alright, I couldn't remember your name, either. Since this list appears...
Deja vu, members... The next meeting of the NJ FileMaker User Group will be held on Wednesday, June 28th from 7PM to 9PM at the Ridgewood Board of Education Ed...
Reminder from the Calendar of njfmpug http://groups.yahoo.com/group/njfmpug/cal NJ FileMaker Pro User Group Meeting - June 2006 Wednesday June 28, 2006 7:00 pm...
njfmpug@yahoogroups.com
Jun 22, 2006 12:00 am
85
Reminder from the Calendar of njfmpug http://groups.yahoo.com/group/njfmpug/cal NJ FileMaker Pro User Group Meeting - June 2006 Wednesday June 28, 2006 7:00 pm...
njfmpug@yahoogroups.com
Jun 28, 2006 6:54 pm
86
Hi gang, This was a question from Joe last night ... If a user is editing a record and uses the Window menu to switch to another file (which, in the case of...
I have a client who has a database server machine running Version 8 v.2 of FileMaker with 1 hosted file while the rest of the staff who logs in is running...
Marianne, In peer to peer mode FileMaker network sharing only supports 5 concurrent users. If this is the case and you wanted to go to 6-8 users your client ...
Thanks, Adam, for giving me the operative words "concurrent users" which, when I searched with FileMaker's Help tool, gave me the results I was attempting to...
We're contacting you once again is to let you know that our next meeting is one we think you shouldn't miss... At our next meeting Jason Fiske and Tony Miller...
Reminder from the Calendar of njfmpug http://groups.yahoo.com/group/njfmpug/cal NJ FileMaker Pro User Group Meeting Wednesday July 26, 2006 7:00 pm - 9:00 pm ...
njfmpug@yahoogroups.com
Jul 20, 2006 12:02 am
92
Reminder from the Calendar of njfmpug http://groups.yahoo.com/group/njfmpug/cal NJ FileMaker Pro User Group Meeting Wednesday July 26, 2006 7:00 pm - 9:00 pm ...
njfmpug@yahoogroups.com
Jul 26, 2006 5:59 pm
93
To any and all NJFMP User group members; I have attended 3 NJFMP meeting and found them to be interesting but way, way over my head. I am trying to use FMP...
... Maybe we need to restart a meeting idea that Adam proposed early on ... have members bring a "challenge" to a meeting, and [we hope] one or more members...
Adam - Remember when you said you can access the number in a found set in a script? I tried going into layout mode and right clicking on that little number...
I looked it up and found Status (CurrentFoundCount) I was directed to FM help, status functions. Gary Copyright C 1994 - 2001 FileMaker, Inc. All Rights...
... Hi Gary, When you say "the number in found set", you mean "how many records are in the found set", right? Adam's right, you can get this number at any...
My Status(CurrentFoundCount) function is working fine, now I have another problem. I need to find records within a date range in a script. So I made two...
At 10:57 AM 8/4/2006, Gary wrote: Hi Gary, Couple of things ... Date fields, even in find mode, are fussy; they'll only take real dates from the Set Field...
Anne - Thanks for the help, but it only got me so far. I inserted the Insert Calculated Result command with DAtetoText for the two parameters. When I ran the...
... Hi Gary, I'm guessing Post Date is the date you're doing the search on -- the target field in the Insert Calculated Result step, right? I know it feels...
Anne - I have SetField(Post Date, DAtetoTExt(gfind2) & "." & DAteToText(gfind6)) SetField(FIELDTX1, Post Date) I did that because FIELDTX1 is the field I...
... Hi Gary, Looks like you're still using Set Field instead of Insert Calculated Result ... Insert Calculated Result(PostDate, DateToText(gFind1) & "..." &...
Anne - I was offline for the weekend, but I did try the Insert Calculated Result step. I actually had tried it after the first time you suggested it, but it...
... Unless the date you're looking for is also *already in* the text field (just like you expect it to be in the Post Date field) you will find nothing. You're...
Anne - I must not have made something clear: I never actually performed the find. I simply copied the Post date field to the text field because that was what...
If I could put in my two-cents' worth - The Insert Calculated Result script step should work. it took me awhile to figure that one out, too. Make sure your...
It's FM 5.5 Gary _____ From: njfmpug@yahoogroups.com [mailto:njfmpug@yahoogroups.com] On Behalf Of Carousel Horse Graphics Sent: Monday, August 07, 2006 9:16...