Easy DateTime question
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
Hi, I have a report viewer, I have tables on my report. I set the hideDuplicates to my dataSet, It hides the data but still adding row on below, any idea about that?. I dont want to display row without data below in my table Thanks Bernie
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
i have deployed my program in IIS, my report viewer works on my project but when i deployed it on IIS error was display, An error occurred during local report processing. The definition of the report 'Main Report' is invalid. The report definition is not valid. Details: Data at the root level is invalid. Line 1, position 1. Any idea about this? thank you very much.. Bernie
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
i found the solution friend. I put the data item in header or footer not in "details" and it works. my problem now is when i deploy it on IIS, the reportViewer does not work. Bernie
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
My first guess would be that the crystel report view dlls were not distributed with your site. If they were distributed then it must be the format of the dataset itself. Perhaps the report is expecting a root level name of the dataset and isn't getting that. Perhaps the dataset it self is null. Hard to say for sure. Ben
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
my report viewer is working project preview, but when i deploy it in IIS it does not work. but by the way lets forget about that. I am downloading SSRE, it has reporting options. ' I have questions about dateTime, my date Format is 2007-MARCH-23 yyyy-MONTH-dd, I have 3 dates 2007-MARCH-23,2007-MARCH-24 and 2007-APRIL-01, i have query using BETWEEN, SELECT * FROM table1 WHERE date BETWEEN '2007-MARCH-23' AND '2007-APRIL-01' but it returns no rows, but if my query is SELECT * FROM table1 WHERE date BETWEEN '2007-APRIL-01' AND '2007-MARCH-24' it returns the rows. Base on my query SELECT MAX(date),MIN(date) FROM table1, '2007-APRIL-01' is the minimum. any idea about that?. How can i have between queries? Bernie
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
Hi, I am using Create User Wizard for membership. How can i add some fields like "FirstName" and "LastName" in CreateUser Wizard and Store it in Aspnet_Profile or in the other table. I want also to store userName and password in "Members" table. Thank you and God Bless! Bernie
-
You need to turn paging on. Set the page size to be really big so you only have one page. Ben
Are you using the aspNet_membership tables? There is a standard membership group of tables that can be created automatically if you run a certain sql script. I would suggest using those tables since they were desiged to work with the create user wizard etc. Ben