Forum: VB.NET Jun 25th, 2008 |
| Replies: 5 Views: 4,069 Morning selvaganapathy,
The only place I can see it is declared as C:\lensesdb.mdb is under the config file and under settings.designer.vb Here is the sample code of the config file and the... |
Forum: VB.NET Jun 24th, 2008 |
| Replies: 5 Views: 4,069 Morning selvaganapathy,
I have tried your method however it didn't work. When I install the application and run it on a client machine it still comes up with the error message saying that the file... |
Forum: VB.NET Jun 23rd, 2008 |
| Replies: 5 Views: 4,069 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... |
Forum: VB.NET Jun 19th, 2008 |
| Replies: 0 Views: 865 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... |
Forum: VB.NET Jun 19th, 2008 |
| Replies: 5 Views: 1,378 Wow!! that worked like a magic!!
Superb!
Many thanks
Regards
J |
Forum: VB.NET Jun 19th, 2008 |
| Replies: 5 Views: 1,378 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... |
Forum: VB.NET Jun 17th, 2008 |
| Replies: 2 Views: 2,832 Morning guys,
right I added a timer to the form. The rows gets filled with yellow colour after a particular time however, all the rows gets coloured instead of only one or two (whose time limit... |
Forum: VB.NET Jun 16th, 2008 |
| Replies: 2 Views: 2,832 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... |
Forum: VB.NET Apr 9th, 2008 |
| Replies: 4 Views: 11,541 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?
... |
Forum: VB.NET Apr 9th, 2008 |
| Replies: 2 Views: 1,975 You trying to connect databse with vb? you mean you want to show the data into the datagrid from the SQL database? If yes then that is really easy
drag and drop the datagrid onto the form and... |
Forum: VB.NET Mar 26th, 2008 |
| Replies: 6 Views: 6,919 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... |
Forum: VB.NET Mar 26th, 2008 |
| Replies: 3 Views: 41,105 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? |
Forum: VB.NET Mar 26th, 2008 |
| Replies: 2 Views: 4,219 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... |
Forum: Visual Basic 4 / 5 / 6 Mar 26th, 2008 |
| Replies: 7 Views: 7,800 Hello and Morning Swati,
Thanks for your kind help, I have managed to create the crystal report. Now I want to create an application where different department staff members can choose different... |
Forum: VB.NET Mar 25th, 2008 |
| Replies: 7 Views: 5,342 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,... |
Forum: Visual Basic 4 / 5 / 6 Mar 19th, 2008 |
| Replies: 7 Views: 7,800 Thanks for posting this info but this does not work when I applied over to my application. It does not recognise the "connect" and "reportfilename" objects. instead I used
CRViewer91.ReportSource... |