For each supplier is a different disclaimer, so there is a link, but the disclaimer page will not show this relationship. Even if I extend the report footer I can still see the report header and footer from the main report.
I can still see the main report page header and footer on the subreport.
Maybe I was not clear: the main report should be as it is, and the subreport should be the last page without any information on it coming from the main report (like header or footer). The subreport it a disclaimer that has...
Hi,
I would like to add a subreport at the end of the main report. But I don't want the subreport to have the page - report header/ page - report footer.
How can I accomplish this?
Thank you
Hi guys,
anybody knows what the nl file extension stands for?
I have seen this extension on websites before like
app/site/backend/setshoppercurrency.nl
but I don;t know for what programming language or OS stands for.
Thx a lot
Hi,
I have a parameter for a report, that is actually the paramter that I sent to the stored procedure that will bring the data in CR. In the SP I declared the parameter as integer but When I run the report in the windows box the parameter has 4 decimals (4 zero's). How can I remove the default...
How about dates? How do you format the date?
if isnull({sp_not_expired.DateExp}) then
formula = ""
else
formula = CStr({sp_not_expired.DateExp})
end if
Thanks a lot. The number formating worked fine.
Hi,
I have a formula with this underlying code:
if isnull({sp_not_expired.QTY}) then
formula = ""
else
formula = CStr({sp_not_expired.QTY})
end if
where sp_not_expired is a stored procedure and QTY a numeric field, which I don't want to display if it's null. Now when I display the...
Hi everybody,
I'm populating a radiobutton list through C# code.
for (int i = 1; i <= 40; i++)
{
rbnlstep2.Items.Add(new ListItem(i.ToString()));
}
The issue that I have is that the radiobuttons are displayed in this format:
1 radiobutton 2 radiobutton ... 40...
Hi guys,
anybody knows to which edition is the educational edition VS 2005 similar? To Standard / Professional? What are the difference? I tried to find it on the web with no luck.
Thanks,
TMRO
Hi,
I need to create a job in SQL 2000 that will copy a specified file in a specified directory. If that directory doens't exist then it should create it.
Is this possible in SQL?
Thanks,
TMRO
Hi guys,
anybody knows a function to calculate how many saturdays or any other day are in a time interval?
I need to find out the number of working days in a variable time interval.
Thank you,
TMRO
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.