Forum: C# Mar 8th, 2006 |
| Replies: 0 Views: 17,850 Hello everyone,
I used to have my MS Access 2002 DataBase placed in my application folder and connect to it through an OLEDB connection. Everything worked fine.
Now I decided to create an... |
Forum: C# Mar 2nd, 2006 |
| Replies: 0 Views: 4,609 Hello to all,
When I'm running my application from the debug folder, I'm able to save changes to the database, but when I load the Crystal report to display that data, it still displays the old... |
Forum: C# Mar 2nd, 2006 |
| Replies: 1 Views: 6,286 Hello everyone,
Where exactly do I configure a C# application to install in a specific path? Like, for example:
C:\Program Files\myApp
Please note that I don't mean the deployment folder!
... |
Forum: C# Mar 1st, 2006 |
| Replies: 1 Views: 5,620 Problem solved!
It was pathetically simple... All I had to do was to set the reports file property "Build Action" to "Content". Now everything is ok. Thanks a lot!
JC |
Forum: C# Mar 1st, 2006 |
| Replies: 1 Views: 5,620 Hello everyone,
After I publish my C# VS2005 application (to be installed from CD-ROM), the crystal reports in it will not load, but if I run the application from debug, everything works fine. ... |
Forum: C# Feb 23rd, 2006 |
| Replies: 2 Views: 11,739 Hi campkev! Thanks for your reply. Yes, I am talking about this line, but I have already found a way to do what I wanted and will post the solution here, if that's ok. Thank you very much for your... |
Forum: C# Feb 23rd, 2006 |
| Replies: 2 Views: 11,739 Hello everyone,
Greetings from Brazil! As shown in the code below, is it possible for me to add the new objects for tipoDT and sementesDT without having to do it one-by-one? Like, for example,... |
Forum: C# Feb 22nd, 2006 |
| Replies: 0 Views: 6,848 Hello everyone,
Greetings from Brazil! Please help! I have a DataGridView in a windows form with three columns:
Column1 is TipoComboBoxColumn
Column2 is QuantidadeColumn
Column3 is ... |