Run Time error in Format() function
-
Hi, i am new for this. I am trying to compile an old VB project but it is giving error in a line like [Can't find Project Or Library] strdate = Format(Now,"YYYY-MM-DD-HH.MM.SS") why it is giving this error . do i need to add any reference for this. please help me Thanks :confused::rose:
-
Hi, i am new for this. I am trying to compile an old VB project but it is giving error in a line like [Can't find Project Or Library] strdate = Format(Now,"YYYY-MM-DD-HH.MM.SS") why it is giving this error . do i need to add any reference for this. please help me Thanks :confused::rose:
no "-" after DD strdate = Format(Now,"YYYY-MM-DD HH.MM.SS") and also check by going to your references , it will show you the missing Project Library starting with the word Missing that is there any lib missing also or not. :)
Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
-
no "-" after DD strdate = Format(Now,"YYYY-MM-DD HH.MM.SS") and also check by going to your references , it will show you the missing Project Library starting with the word Missing that is there any lib missing also or not. :)
Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
Ya it shows the MISSING : APEX Array Object it refers to xarray32.ocx but i thought it is other problem.is it ?
-
no "-" after DD strdate = Format(Now,"YYYY-MM-DD HH.MM.SS") and also check by going to your references , it will show you the missing Project Library starting with the word Missing that is there any lib missing also or not. :)
Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
Have your tried the FormatDateTime() function.
-
Ya it shows the MISSING : APEX Array Object it refers to xarray32.ocx but i thought it is other problem.is it ?
-
Have your tried the FormatDateTime() function.
hi i got the solution i just unchecked the missing component and compiled it again. that it now my application is running. Thanks! :laugh: