Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2005 |
| Replies: 7 Views: 11,730 This is a very simple question, and I don't know y everyone tries to teach lostprophet in his manner.
You just right this code and assume that ur database name is "test.mdb".And u have table named... |
Forum: VB.NET Apr 12th, 2005 |
| Replies: 5 Views: 7,825 i have added a report to my project named Sales1997.rpt
But Sales1997 is underlined when i write this line giving message that
" Type 'Sales1997' is not defined. "
PS: it does not show class... |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2005 |
| Replies: 4 Views: 11,495 First go to access and creat a database for example database name is "Test". Then creat a table having some name for example "Invoice_info", having some field according to ur requirment.
Then come... |
Forum: VB.NET Apr 11th, 2005 |
| Replies: 5 Views: 7,825 Re: Error While Declaring Crytal Report Object
--------------------------------------------------------------------------------
I've already Imports thses two files. But here is still an error... |
Forum: VB.NET Apr 10th, 2005 |
| Replies: 5 Views: 7,825 I've already Imports thses two files. But here is still an error while declaring CR Object.
Dim report as New CrystalReport(It doesn't show the CrystalReport1 class pressing space after New).
If... |
Forum: VB.NET Apr 7th, 2005 |
| Replies: 5 Views: 7,825 How can I integrate Crystal Report 9 along with VB.net (Version 2003). Is it possible to create CR based report in VB.Net? or I've to chose another reporting tool. Plz kindly reply me as soon as... |
Forum: ASP.NET Apr 7th, 2005 |
| Replies: 21 Views: 8,320 I think VB.Net is the best one. Whatever u want to make it is very easy to implement in VB.Net. If u compare VB.net to C# so C# is like a shit over VB.Net even you've to write each single event that... |
Forum: ASP.NET Apr 5th, 2005 |
| Replies: 1 Views: 6,310 How can I access Crystal report9 in VB .Net 2003. Is there any class or library which I've to import, or it is not possible to make report by using Crystal report9 in VB .Net 2003 version.
Whenever... |