Ask a Question related to FileMaker, Design and Development.
-
Howard Schlossberg #1
Re: inserting a date in a scripted search
Two possible issues to check:
1) You must use the Insert Calculated Result step, as this will not work
with Set Field.
2) The EventDate field must be on the layout at the time the Insert step
is used. I usually handle this with a freeze window, GoTo Layout[All
Fields], Insert, Goto Layout[Original Layout]
Claude Carlos wrote:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> I first select on the calendar the latest date of the events I want to
> search
> I then go to a layout in SEARCH mode
> I now want to find all the records before that date.
> I insert "<=selected date" in the event date field
> And finally execute the search.
>
> Seems logical but the script doesn't work...
> I can't get the" <=selected date" to be transfered to the event date field.
> When done " manually" it works but I can't get the script to work
Howard Schlossberg (818) 883-2846
FM Pro Solutions Los Angeles, California
Associate Member, FileMaker Solutions Alliance
Howard Schlossberg Guest
-
Inserting an automatic date?
I notice that when I want to insert a date, it only resets once the page has been updated. But I found a few pages on my site that has an... -
inserting system or current date
Hello, How can I insert system or current date into coldfusion4.5 I wrote this query But I am getting error <cfquery... -
inserting date in form list
I want to make a date list that lists the year but instead of adding every year on a line I want to make a loop do it at runtime....any ideas? -
Inserting both date AND time into one timestampcolumn
Function parsedatetime() will allow you to return a datetime object by combining a date and time string: <cfset dte="jan 22, 2005"> <cfset... -
inserting date
Use the Date function. In your query, it would be something like SELECT Field1, Field2, Date() FROM MyTable For the text box, you'd set its... -
Claude Carlos #2
Re: inserting a date in a scripted search
Thanks Howard
MY mistake, I had selected in the script the wrong field
on the layout to insert the calculated result...
Thanks again
Claude
"Howard Schlossberg" <howard@antispahm.fmprosolutions.com> a écrit dans le
message de news: [email]vg39todglnj992@corp.supernews.com[/email]...field.> Two possible issues to check:
> 1) You must use the Insert Calculated Result step, as this will not work
> with Set Field.
> 2) The EventDate field must be on the layout at the time the Insert step
> is used. I usually handle this with a freeze window, GoTo Layout[All
> Fields], Insert, Goto Layout[Original Layout]
>
> Claude Carlos wrote:
>> > I first select on the calendar the latest date of the events I want to
> > search
> > I then go to a layout in SEARCH mode
> > I now want to find all the records before that date.
> > I insert "<=selected date" in the event date field
> > And finally execute the search.
> >
> > Seems logical but the script doesn't work...
> > I can't get the" <=selected date" to be transfered to the event date>> > When done " manually" it works but I can't get the script to work
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Howard Schlossberg (818) 883-2846
> FM Pro Solutions Los Angeles, California
> Associate Member, FileMaker Solutions Alliance
>
Claude Carlos Guest



Reply With Quote

