Page 2 of 2
Re: Problems showing date parameters on ReportTitleBand
Posted: Wed Feb 20, 2013 11:20 am
by matheus.pusinhol
Hello,
I use Google Chrome, I've already cleaned up its cash but it didn't work,
and I tried to use Internet Explorer too, but it also didn't work.
I don't know what could possible be happening. Was the download suposed to start automatically?
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Wed Feb 20, 2013 1:02 pm
by HighAley
Hello.
Here is a link to the latest prerelease build
http://admin.stimulsoft.com/GetFile.asp ... _Trial.zip
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Fri Feb 22, 2013 7:22 pm
by matheus.pusinhol
Hello,
I figured the problem out,
it was our firewall that was blocking the download, so I downloaded it at home.
I did all the procedure but it didn't work, the parameters problems continues.
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Mon Feb 25, 2013 12:37 pm
by HighAley
Hello.
Please, read the How the Runtime Locates Assemblies article
http://msdn.microsoft.com/en-us/library/yx7xezcf
As you could read there the common language runtime check for Previously Referenced Assemblies and the Global Assembly Cache.
So you should remove ALL old assembles from your system.
Please, replace assemblies from GAC with latest ones and search all over your system for any other our assemblies.
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Thu Mar 07, 2013 12:58 pm
by matheus.pusinhol
Hello,
Sorry about the late,
I did everything you sad, and a tag "Demo Version" appeared on the top of my report,
so I understood that the system were using the new DLLs. Definetly, the procedure was right, but the bug continues.
I wait for your position, thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Mon Mar 11, 2013 12:08 pm
by HighAley
Hello.
Please, try to use next expression in the Text9 component.
Code: Select all
Data De: {NotasEmitidas.Parameters["@dataDe"].Value.ToString("dd/MM/yyyy")} - Ate: {NotasEmitidas.Parameters["@dataAte"].Value.ToString("dd/MM/yyyy")}
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Wed Mar 13, 2013 5:27 pm
by matheus.pusinhol
Hello,
I tried to use de mask on the ToString method, but it doesn't have overloads that takes one argument.
But I think even if I could use it like that, it wouldn't work, because de mask only formats how it is shown, and not the content itself.
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Thu Mar 14, 2013 11:44 am
by HighAley
Hello.
Which version do you use?
Then please, try to use next expression:
Code: Select all
{String.Format("{0:dd/MM/yyyy}", NotasEmitidas.Parameters["@dataDe"].Value)}
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Wed Mar 27, 2013 12:34 pm
by matheus.pusinhol
Hello,
sorry about the late,
I'm using the version you told me to download.
I tried the expression above, but with no success. Any other guesses?
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Posted: Thu Mar 28, 2013 9:33 am
by HighAley
Hello.
Could you send us a working sample project which reproduces the issue.
Thank you.