Ask a Question related to FileMaker, Design and Development.
-
The Wolf #1
Calc returns garbled result
What am I doing wrong here, it doesn't work? Field payment date is formatted
01/01/2001
Next Payment Due=
DateToText(Date(Month(Payment Date) + 1, Day(Payment Date), Year(Payment
Date)))
--
The Wolf Guest
-
How come the web service returns no result ?
Hi everyone, If possible, please tell me how come the two trace statements return nothing. <mx:Script> <!]> </mx:Script> ... -
#40290 [NEW]: strtotime() returns unexpected result with particular timezone offset
From: patrick at papaq dot org Operating system: Win32/CentOS/Fedora PHP version: 5.2.0 PHP Bug Type: Date/time related Bug... -
#39857 [NEW]: Ereg(i) returns irrelevant result
From: adult at adult-inc dot biz Operating system: Fedora core 5 PHP version: 5.2.0 PHP Bug Type: Regexps related Bug... -
Looking into a recordset until it returns a result
I currently connect to two servers. One is IIS, that runs my asp and sql server, and the other is an AS400, that also cranks out data. Sometimes I... -
Query Which Returns A Result Set Depending On Two Criterias !
"Lovely Angel For You" <lovely_angel_for_you@yahoo.com> wrote in message news:55295a7e.0306280821.35cdd9ed@posting.google.com... Joins are well... -
Lee Smith #2
Re: Calc returns garbled result
In reply to BBAD511B.3FCDD%elvispmpsd@earthlink.net on 10/11/03 6:18 AM by
The Wolf [email]elvispmpsd@earthlink.net[/email]:
Date(Month(Payment Date) +1,Day( Payment Date), Year(Payment Date))> Next Payment Due=
>
Lee
Lee Smith Guest
-
The Wolf #3
Re: Calc returns garbled result
On 10/11/03 8:13 AM, in article BBAD6C1E.2ED14%lee@pacific.net, "Lee Smith"
<lee@pacific.net> opined:
Thank you! I copied the other one out of FMP5 help. Don't know what was> In reply to BBAD511B.3FCDD%elvispmpsd@earthlink.net on 10/11/03 6:18 AM by
> The Wolf [email]elvispmpsd@earthlink.net[/email]:
>> Date(Month(Payment Date) +1,Day( Payment Date), Year(Payment Date))>> Next Payment Due=
>>
>
> Lee
>
wrong. Having said that, yours works fine.
--
================================================== =================
"When a broad table is to be made, and the edges of planks do not fit, the
artist takes a little from both, and makes a good joint. In like manner
here, both sides must part with some of their demands," Benjamin Franklin
(1706-1790)
================================================== =================
The Wolf Guest
-
Helpful Harry #4
Re: Calc returns garbled result
In article <BBADEF14.3FD08%elvispmpsd@earthlink.net>, The Wolf
<elvispmpsd@earthlink.net> wrote:
Your original calculation was> On 10/11/03 8:13 AM, in article BBAD6C1E.2ED14%lee@pacific.net, "Lee Smith"
> <lee@pacific.net> opined:
>>> > In reply to BBAD511B.3FCDD%elvispmpsd@earthlink.net on 10/11/03 6:18 AM by
> > The Wolf [email]elvispmpsd@earthlink.net[/email]:
> >> > Date(Month(Payment Date) +1,Day( Payment Date), Year(Payment Date))> >> Next Payment Due=
> >>
> Thank you! I copied the other one out of FMP5 help. Don't know what was
> wrong. Having said that, yours works fine.
Next Payment Due=
DateToText(Date(Month(Payment Date) + 1, Day(Payment Date), Year(Payment
Date)))
I'm guessing, but since Lee's versions works I'd say you had the Next
Payment Due calculation returning a Date result.
The only difference between the two is the DateToText function. It was
this which was trying to take the calculated date, turn it into text
and then store it in a Date result field ... not really possible, so
FileMaker displays a ? instead. :o)
Helpful Harry
"Just trying to help whenever I can." :o)
Helpful Harry Guest



Reply With Quote

