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...
Anne - Here's a copy of the updated script. It still doesn't work, but I got rid of the infinite loop by changing First to Next in the GoToRecord Step in the...
... In hopes of shaming some of you into also helping with this issue, I'm bringing the thread back on the user group list. =:-D If anyone is using FMP 7 or...
Sorry folks, my last email had a shortcut to internet backgammon attached. Just toss it; it's not a virus. It's a long story how it probably got there, which...
Anne - It's working! I took out the casting. GAry _____ From: njfmpug@yahoogroups.com [mailto:njfmpug@yahoogroups.com] On Behalf Of Gary Willick Sent:...
Hello all! At Devcon a few NJFMPUG members floated the idea of getting together to review the study materials for the FileMaker 8 Certification Exam. I checked...
Bob, sorry to take so long getting to the rest of this ... Recap: Bob has a table of Contractors and a table of Proposals. He'd like Contractor contact info...
Reminder from the Calendar of njfmpug http://groups.yahoo.com/group/njfmpug/cal NJ FileMaker Pro User Group Meeting Wednesday August 30, 2006 7:00 pm - 9:00 pm...
njfmpug@yahoogroups.com
Aug 23, 2006 11:35 pm
121
Reminder from the Calendar of njfmpug http://groups.yahoo.com/group/njfmpug/cal NJ FileMaker Pro User Group Meeting Wednesday August 30, 2006 7:00 pm - 9:00 pm...
njfmpug@yahoogroups.com
Aug 24, 2006 12:36 am
122
To all my FileMaker colleagues: I am using FileMaker 6 throughout our school. I have a database on a server (5.5). When I developed my solution, several of...
... Hi Joe, Depending on which computers print correctly, and which don't, this might be a platform issue. The Page Setup / Print Setup is always "per...
Hi team: I would like to know if it is possible to directly interact with an SQL database using FileMaker. I've been able to import information, but...