Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2005 |
| Replies: 5 Views: 10,068 |
Forum: VB.NET Apr 12th, 2005 |
| Replies: 5 Views: 6,532 Re: Error While Declaring Crytal Report Object 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: 9,743 Re: Access and VB 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: 6,532 Re: Error While Declaring Crytal Report Object 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: 6,532 Re: Error While Declaring Crytal Report Object 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: 6,532 Error While Declaring Crytal Report Object 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: 6,982 Re: Which of the .NET Framework Languages Is Best? 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: 5,381 Error while declaring Crystal Report Object 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 I... |