Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dtoc error
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00803741
Message ID:
00803751
Views:
6
Most likely the thisform.txtdt.value does not contain the proper date.
Try to modify like:
clist1 = dtoc(iif(type("thisform.txtdt.value")="D",thisform.txtdt.value,{}))



>I use the following code to get the date value from txtdt.value text box.
>
>clist1 = dtoc(thisform.txtdt.value)
>
>this project is used in 4 different places.
>
>in two places they are getting error saying unrecognized keyword.
>
>other two places it works fine.
>
>will there be any problem with the old databases to recognize the key word dtoc.
>
>Thank you very much.
Previous
Reply
Map
View

Click here to load this message in the networking platform