No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Re: Exactly it needs to print the data which is binded into the datagrid instead of creating it an image and printing it. Have you tried Form1.Printform? | |
Re: I have been using Crystal Report 9 and now evaluating Crystal Report 2008. Both works fine and generates reports even from older databases such as Informix. Please show us some sort of effort, meaning why did your reporting didn't work? Did you get any error messages? Did you created a … | |
Re: This converts the data binded into the datagrid into a text file and then prints it out. I am more interested in printing the data binded into the grid directly to the printer. I will post a solution once I find one. | |
Dear all, No matter what I do, I can't seem to be able to make the JSP with Database work. How can I connect to an Oracle database which is hosted in our University, over a JSP page. I have a project where we need to connect to Oracle database … | |
Re: posted at the right place. DELETE POST PLEASE Regards J | |
Re: Many thanks for the link, it is very useful however, i am stuck at a stage where it is throwing an exception when button is clicked. Have no clue how to fix this issue. Any one has any ideas? [I]System.Security.SecurityException was unhandled Message="Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, … | |
Afternoon all, I have taken up a task where end user should be able to enter information via vb interface into microsoft Access database. This then will be displayed onto the Datagrid via VB interface. The program needs to be setup in a way that first entry by end user … | |
Dear all, as always I am back with yet again a simple question. I have developed an application in vb.net which has VB interface as front end and access 2003 as backend. The application path which I setup initially is : [CODE] Dim MyConn As ADODB.Connection MyConn = New ADODB.Connection … | |
Morning All, I would like to set a limit to a text box so that end user only can enter numbers from 1-32 and not more. I have setup a validation on keypress to make it only work with numbers i.e digits and nothing else however I am not sure … | |
Hello all, I am having endless problems with the peice of software i am trying to develop. Firstly I couldn't colour the rows of the datagrid and when i was able to do that I couldn't make it work only for one single row instead it colours the whole datagrid … | |
Re: [QUOTE=arunpawar;580623]I'm working on VB.net(2005 studio) application that stores values.i'm using SQL server 2005 express.I dont know how to connect both of them.Is there any tutorial on the web for that? I have tried but most of the result are points to the pages of SQL server configuration,manipulation related information. One … | |
Re: I think he is more interested in printing from the datagrid directly with a code instead of using crystal report. Currently I am looking for the same code. I have tried Form1.PrintForm but this didn't work. I think we need to use the print document and bind data to it. … | |
Re: [QUOTE=pranto157;365275]CrystalReport1.ReportFileName = "c:\arif\r1.rpt" ' file location CrystalReport1.Connect = "Provider=MSDAORA,1;UserID=scott;PWD=tiger;dsn=arif" CrystalReport1.PrintReport that code u can use but u need to use crystal report 8 or 8.5. a components will require that is crystal32.ocx. when u installed crystal report it will automatically in ur components list or system32 directory. ok use it … |
The End.