This is what i use in the logon to creat folders
strHomeFolder = USERNAME
If strHomeFolder <> "" Then
If Not WSHFSO.FolderExists(strHomeFolder) Then
On Error Resume Next
WSHFSO.CreateFolder "\\server\employee folders\" & strHomeFolder
If Err.Number <> 0...
I am using crystal reports 7.0.2 and when I design a report and preview the report in info designer all the parameters work perfect but when I schedule it in info desktop all the prompts are different. An example now is a report that I just did. one of the parameters is a date and when click to...
I am creating a report using seagate 7.5
I want to get the 'count' number from a field, using the running total i have selected the field that i want and in the evaluate i have created the following formula
month({ManagementReportData;1.PoolArrivalDate}) = (month(CurrentDate)-4) and...
No I completly understand and I will post the code that I started with tomorrow or if I remote into my computer tonight I will have it posted tonight. But if it was not for you I would not have come up with what I did, you gave me a new line of thinking and your whitepaper is very good.
OK I did get it to work but it is using the parameter numbers instead of the name. I am going to see if i can tackle that now but if you can help me out on this i just might need it.
below is the formula that i did.
If Count({?YardID}) = 1 then
ToText({?YardID}[1])
Else If Count({?YardID}) = 2...
Thank you for the help but now I am getting an error that reads "the remaining text does not look to be part of the formula" and edit line blinks right before line "while counter > 0 do"
I wish that I knew more about this but please bear with me on this.
Thank you
I have CR 7.5 running on server 2000 with SQL 2000.
when scheduling the report you have a choice of picking 1,2,3 or all locations. this part works fine but now the boss wants to be able to see which yards that he picked in the report. i wrote a formula to do this but it is not working right...
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.