I have an n-tier application that I am having a problem with. When I run the code locally and call a method from a class everything works fine. But once the class is compiled to a dll and the method is called on a remote server using RDS I get a "Divide By Zero" error. I know these...
I am trying to duplicate a VB method that takes an integer and converts it to a string as follows:
"A" & Format(intMyInteger, "0000#")
This will generate A00001 if the integer passed was 1.
I need to create a Crystal formula that will produce the same results.
Thanks in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.