dbTalk Databases Forums  

FMP 4 move to 7 about script issues

comp.databases.filemaker comp.databases.filemaker


Discuss FMP 4 move to 7 about script issues in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Daniel R. Sloan
 
Posts: n/a

Default FMP 4 move to 7 about script issues - 05-17-2007 , 02:13 PM






I already move from version fmp 4 to 7 for test and make a sure all script correct but one bug about search date as 90 days future. Need help about this question.

I can send you with attachment file.

Daniel R. Sloan
dannysloan (AT) comcast (DOT) net




Reply With Quote
  #2  
Old   
Daniel R. Sloan
 
Posts: n/a

Default Re: FMP 4 move to 7 about script issues - 05-20-2007 , 11:07 PM






I wait for you reply as help... FMP 7 Script

Expired Date in field

want script for example 30 or 90 days search in future and find records list as expired date

Note: I am 2nd language.
Daniel Sloan

Reply With Quote
  #3  
Old   
Ursus
 
Posts: n/a

Default Re: FMP 4 move to 7 about script issues - 05-21-2007 , 06:22 AM




"Daniel R. Sloan" <danielsloan (AT) comcast (DOT) net> schreef in bericht news:9aidnV2bKoQGh8zbnZ2dnUVZ_q-vnZ2d (AT) comcast (DOT) com...
I wait for you reply as help... FMP 7 Script

Expired Date in field

want script for example 30 or 90 days search in future and find records list as expired date

Note: I am 2nd language.
Daniel Sloan

Reply With Quote
  #4  
Old   
Ursus
 
Posts: n/a

Default Re: FMP 4 move to 7 about script issues - 05-21-2007 , 06:23 AM



Daniel dates are just stored as numbers, so search for a date + 90 will find you the date 90 days forward

Ursus
"Daniel R. Sloan" <danielsloan (AT) comcast (DOT) net> schreef in bericht news:9aidnV2bKoQGh8zbnZ2dnUVZ_q-vnZ2d (AT) comcast (DOT) com...
I wait for you reply as help... FMP 7 Script

Expired Date in field

want script for example 30 or 90 days search in future and find records list as expired date

Note: I am 2nd language.
Daniel Sloan

Reply With Quote
  #5  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: FMP 4 move to 7 about script issues - 05-21-2007 , 10:15 AM



Set Field [DateExpired;
GetAsText(Get(CurrentDate)) & "..." & GetAsText(Get(CurrentDate)+30)
]

Daniel R. Sloan wrote:
Quote:
I wait for you reply as help... FMP 7 Script

Expired Date in field

want script for example 30 or 90 days search in future and find
records list as expired date

Note: I am 2nd language.
Daniel Sloan

Reply With Quote
  #6  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: FMP 4 move to 7 about script issues - 05-21-2007 , 10:18 AM



Sorry -- my last response will find anything that expired in the last 30
days. To find records that expired exactly 30 days ago, you obviously
would use just the single date GetAsText(Get(CurrentDate)+30) rather
than the range.

Howard Schlossberg wrote:
Quote:
Set Field [DateExpired;
GetAsText(Get(CurrentDate)) & "..." & GetAsText(Get(CurrentDate)+30)
]

Daniel R. Sloan wrote:
I wait for you reply as help... FMP 7 Script

Expired Date in field

want script for example 30 or 90 days search in future and find
records list as expired date

Note: I am 2nd language.
Daniel Sloan

Reply With Quote
  #7  
Old   
Daniel R. Sloan
 
Posts: n/a

Default Re: FMP 4 move to 7 about script issues - 05-21-2007 , 11:33 AM



Still not work, can I email you with attachment FP7 file? Our old version
FMP 4 working good but new version 7.0 does not right.

Daniel R. Sloan



Reply With Quote
  #8  
Old   
Daniel R. Sloan
 
Posts: n/a

Default Re: FMP 4 move to 7 about script issues - 05-24-2007 , 11:39 AM



Want to know what do you using version of filemaker?

Daniel



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.