![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
Wish I could find a date in the next four days ![]() Try "date...other date". The ellipsis will find you all the dates in between the two you put in, inclusive. -G |
#4
| |||
| |||
|
|
Thank you. Is there a way of automating this so if I enter the first date, something like "+4" is automatically added? I will need to do many of these and if I can simplify things it would be very helpful. I can make a script, but I don't know what to add to the first date that would be like my "+4" above to give the same results. "Grip" <grip (AT) cybermesa (DOT) com> wrote in message news:1127485265.383721.256130 (AT) g44g2000cwa (DOT) googlegroups.com... Wish I could find a date in the next four days ![]() Try "date...other date". The ellipsis will find you all the dates in between the two you put in, inclusive. -G |
#5
| |||
| |||
|
|
Thank you. Is there a way of automating this so if I enter the first date, something like "+4" is automatically added? I will need to do many of these and if I can simplify things it would be very helpful. I can make a script, but I don't know what to add to the first date that would be like my "+4" above to give the same results. |
|
"Grip" <grip (AT) cybermesa (DOT) com> wrote in message news:1127485265.383721.256130 (AT) g44g2000cwa (DOT) googlegroups.com... Wish I could find a date in the next four days ![]() Try "date...other date". The ellipsis will find you all the dates in between the two you put in, inclusive. -G |
#6
| |||
| |||
|
|
In article <zfCdnZc46ZAfganeRVn-vQ (AT) comcast (DOT) com>, NOlariveeslSPAM (AT) yahoo (DOT) PLEASEcom says... Thank you. Is there a way of automating this so if I enter the first date, something like "+4" is automatically added? I will need to do many of these and if I can simplify things it would be very helpful. I can make a script, but I don't know what to add to the first date that would be like my "+4" above to give the same results. write the script, take it to a screen to allow entry of the start date to a global (called say "inputdate", wait for user input, then enter find mode, insert calculated result into the actual date: (datetotext(inputdate) & "..." & datetotext(inputdate+4) perform find. voila. -Dave "Grip" <grip (AT) cybermesa (DOT) com> wrote in message news:1127485265.383721.256130 (AT) g44g2000cwa (DOT) googlegroups.com... Wish I could find a date in the next four days ![]() Try "date...other date". The ellipsis will find you all the dates in between the two you put in, inclusive. -G |
#7
| |||
| |||
|
|
Getting the result that DATETOTEXT is not a valid request. |

#8
| |||
| |||
|
|
In article <vpGdnbY50utMzqneRVn-qw (AT) comcast (DOT) com>, NOlariveeslSPAM (AT) yahoo (DOT) PLEASEcom says... Getting the result that DATETOTEXT is not a valid request. You'll have to get used to the fact that much of the code presented here is pseudocode and/or code from differing flavours of FM. In particular FM7 revises the names of several dozen pre-existing functions. Many of the code snippets posted here require some "reinterpretation" to work. ![]() In this case FM7 calls it: GetAsText(zzzz) cheers, Dave |
#9
| |||
| |||
|
|
Newbie effort ...: MyDate is the date you're searching through. Date1 is the start date as a date field. Date2 is the end date as a calculation = Date1 + 4 Make a copy of the Myfile in the Table graph. So that you have Myfile1 and Myfile2 Make a double relationship between Myfile1 and Myfile2 using Date1 >= MyDate AND Date2 <= MyDate to Now in a layout based on Mayfile1, stick a portal based on Myfile2. Does that work ? Maude "Stephen Larivee" <NOlariveeslSPAM (AT) yahoo (DOT) PLEASEcom> a écrit dans le message de news: zfCdnZc46ZAfganeRVn-vQ (AT) comcast (DOT) com... Thank you. Is there a way of automating this so if I enter the first date, something like "+4" is automatically added? I will need to do many of these and if I can simplify things it would be very helpful. I can make a script, but I don't know what to add to the first date that would be like my "+4" above to give the same results. "Grip" <grip (AT) cybermesa (DOT) com> wrote in message news:1127485265.383721.256130 (AT) g44g2000cwa (DOT) googlegroups.com... Wish I could find a date in the next four days ![]() Try "date...other date". The ellipsis will find you all the dates in between the two you put in, inclusive. -G |
![]() |
| Thread Tools | |
| Display Modes | |
| |