Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for lostprophet

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 "t1" having 2 fields "invoice" & "Name" [CODE]Private Sub Command1_Click() Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" …

Member Avatar for koolsid
0
979
Member Avatar for Mohsin Khan

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 make CR9 object it gives an error. [U]Dim Report as New …

Member Avatar for Abyss
0
97
Member Avatar for DeFrog777

[QUOTE=vegaseat]I like C# the best. It has a good flow with GUI programs. C++ is okay, I have a lot of years vested in it's buddy C. VB gives me the willies, it's a bitch to read, the whole project is scattered over a zillion files!!! Candy for the stupid!![/QUOTE] …

Member Avatar for Iron_Cross
0
483
Member Avatar for Mohsin Khan

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 possible. It gives error when I declear CR9 object. [U]Dim report as new CrystalReport[/U] …

Member Avatar for Mohsin Khan
0
166
Member Avatar for baboon4000

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 on to VB6 and select VB Enterprise Control Application form place as many textboxes as u've fields …

Member Avatar for Mohsin Khan
0
215

The End.