dbTalk Databases Forums  

String to Date Conversion Error

comp.databases.paradox comp.databases.paradox


Discuss String to Date Conversion Error in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #51  
Old   
Rick Kelly
 
Posts: n/a

Default Re: String to Date Conversion Error - 12-21-2008 , 09:15 PM






I would suggest using an alternative conversion technique that removes any
dependencies...

var
stMonth String
stDay String
stYear String
endVar
stMonth = "7"
stDay = "1"
stYear= "2008"
msgInfo("Alternative Date Conversion",date(stMonth,stDay,stYear))

If you are already building the date, the month,day, and year values are
already known.

Rick Kelly



Reply With Quote
  #52  
Old   
Rick Kelly
 
Posts: n/a

Default Re: String to Date Conversion Error - 12-21-2008 , 09:15 PM






I would suggest using an alternative conversion technique that removes any
dependencies...

var
stMonth String
stDay String
stYear String
endVar
stMonth = "7"
stDay = "1"
stYear= "2008"
msgInfo("Alternative Date Conversion",date(stMonth,stDay,stYear))

If you are already building the date, the month,day, and year values are
already known.

Rick Kelly



Reply With Quote
  #53  
Old   
Rick Kelly
 
Posts: n/a

Default Re: String to Date Conversion Error - 12-21-2008 , 09:15 PM



I would suggest using an alternative conversion technique that removes any
dependencies...

var
stMonth String
stDay String
stYear String
endVar
stMonth = "7"
stDay = "1"
stYear= "2008"
msgInfo("Alternative Date Conversion",date(stMonth,stDay,stYear))

If you are already building the date, the month,day, and year values are
already known.

Rick Kelly



Reply With Quote
  #54  
Old   
Rick Kelly
 
Posts: n/a

Default Re: String to Date Conversion Error - 12-21-2008 , 09:15 PM



I would suggest using an alternative conversion technique that removes any
dependencies...

var
stMonth String
stDay String
stYear String
endVar
stMonth = "7"
stDay = "1"
stYear= "2008"
msgInfo("Alternative Date Conversion",date(stMonth,stDay,stYear))

If you are already building the date, the month,day, and year values are
already known.

Rick Kelly



Reply With Quote
  #55  
Old   
Rick Kelly
 
Posts: n/a

Default Re: String to Date Conversion Error - 12-21-2008 , 09:15 PM



I would suggest using an alternative conversion technique that removes any
dependencies...

var
stMonth String
stDay String
stYear String
endVar
stMonth = "7"
stDay = "1"
stYear= "2008"
msgInfo("Alternative Date Conversion",date(stMonth,stDay,stYear))

If you are already building the date, the month,day, and year values are
already known.

Rick Kelly



Reply With Quote
  #56  
Old   
Rick Kelly
 
Posts: n/a

Default Re: String to Date Conversion Error - 12-21-2008 , 09:15 PM



I would suggest using an alternative conversion technique that removes any
dependencies...

var
stMonth String
stDay String
stYear String
endVar
stMonth = "7"
stDay = "1"
stYear= "2008"
msgInfo("Alternative Date Conversion",date(stMonth,stDay,stYear))

If you are already building the date, the month,day, and year values are
already known.

Rick Kelly



Reply With Quote
  #57  
Old   
Rick Kelly
 
Posts: n/a

Default Re: String to Date Conversion Error - 12-21-2008 , 09:15 PM



I would suggest using an alternative conversion technique that removes any
dependencies...

var
stMonth String
stDay String
stYear String
endVar
stMonth = "7"
stDay = "1"
stYear= "2008"
msgInfo("Alternative Date Conversion",date(stMonth,stDay,stYear))

If you are already building the date, the month,day, and year values are
already known.

Rick Kelly



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.