Forum: Visual Basic 4 / 5 / 6 Jun 2nd, 2009 |
| Replies: 18 Views: 8,027 1. this is a standalone vb6 program using ms access as its back-end
2. yes, it can extract information from mdb files. but its capability is limited to access 2000 databases only. because this... |
Forum: Visual Basic 4 / 5 / 6 Apr 26th, 2009 |
| Replies: 7 Views: 1,998 your intension is not clear from your explanation....plz explain it in more detail...
regards
Shouvik |
Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2009 |
| Replies: 6 Views: 644 it seems that u have already benefited.....have u got ur answer...
if yes then please mark this thread as SOLVED |
Forum: Visual Basic 4 / 5 / 6 Apr 14th, 2009 |
| Replies: 6 Views: 644 think thats the complete code for you....take a combo box and a textbox...
set properties :-
combox box : name --> cboItem
style --> 2- dropdown list
textbox : ... |
Forum: ASP.NET Mar 27th, 2009 |
| Replies: 1 Views: 488 243 views and still no replies...come on guys....please help me out in this....and just give me some links from where i can get some tips regarding this matter...please please help me.... |
Forum: ASP.NET Mar 20th, 2009 |
| Replies: 1 Views: 488 Hello all folks...
I have an asp.net web application which uses Microsoft Sql Server 2000 as its backend....Our application is a Payroll Management System..
The system is fully completed and... |
Forum: Visual Basic 4 / 5 / 6 Feb 12th, 2009 |
| Replies: 12 Views: 883 are you out of your mind?
what else someone understand from just a scratch.....you have just post a form...what could someone understand from this....
if you really want some solutions....if u... |
Forum: Visual Basic 4 / 5 / 6 Feb 11th, 2009 |
| Replies: 12 Views: 883 item cannot be found in the collection corresponding to the requested name or ordinal --> this means you donot have a column with name "supplier_name" in the table...
check the sql... |
Forum: Visual Basic 4 / 5 / 6 Feb 11th, 2009 |
| Replies: 1 Views: 500 try the code in the attachment...
hope this becomes useful...
regards
Shouvik |
Forum: Visual Basic 4 / 5 / 6 Feb 11th, 2009 |
| Replies: 12 Views: 883 that's true....he forgot to create an instance....but already fixed that...
he..he. |
Forum: Visual Basic 4 / 5 / 6 Feb 11th, 2009 |
| Replies: 12 Views: 883 hi....here is the modified code...just check this out....look for the BOLDED lines....these are where i made some changes....watch GREEN lines for comments....
the problem is within your listview... |
Forum: Visual Basic 4 / 5 / 6 Feb 10th, 2009 |
| Replies: 12 Views: 883 your code has some problems that I noticed....anyways this code can be improved...but could you explain what is happening actually when you running this?
what's d error msg you are... |
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2009 |
| Replies: 27 Views: 1,891 the sample code that i gave you also contains one primary key in the database....so there is nothing wrong with the code or the database structure....this code is running absolutely ok in my... |
Forum: Visual Basic 4 / 5 / 6 Jan 28th, 2009 |
| Replies: 1 Views: 315 that will be simply great and becomes more acceptable...
regards
Shouvik |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2009 |
| Replies: 27 Views: 1,891 did you register the activex components as I said...
if yes then goto project->components and check on "Microsoft Windows Common Control 6.0" and click ok.... |
Forum: Visual Basic 4 / 5 / 6 Jan 26th, 2009 |
| Replies: 27 Views: 1,891 okk......check out this code now...
i think this time it is 100% OK...
regards
Shouvik |
Forum: Visual Basic 4 / 5 / 6 Jan 26th, 2009 |
| Replies: 27 Views: 1,891 can you upload your database(only) here...so that i can investigate.....according to the code...there is not a single line of error at all....i have tested it several times....but i tested it with a... |
Forum: Visual Basic 4 / 5 / 6 Jan 26th, 2009 |
| Replies: 27 Views: 1,891 what did you mean by this --->
did u mess up with vb???....it seems that some of your activex files (.ocx) are missing.....the snaps that you are attached are fully system related....these are... |
Forum: Visual Basic 4 / 5 / 6 Jan 25th, 2009 |
| Replies: 27 Views: 1,891 Hello.......i have attached the sample code...
just check this out....and get me your feedback...
hope this will be useful for you...
regards
Shouvik |
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009 |
| Replies: 27 Views: 1,891 you have done some mistakes in the code....do the modifications as I mentioned...
in the function definition change
rst.Open "select * from event where eventname='" & Trim(txtEName) & "'", gcn... |
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009 |
| Replies: 9 Views: 1,051 you are welcome...
hv a nice day... |
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009 |
| Replies: 27 Views: 1,891 well....frnd...msaccess doesn't care for case at all....whether you use uppercase or lowercase or mixmatched letters....msaccess recognizes all as same....but to avoid getting this error you can... |
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009 |
| Replies: 17 Views: 2,326 why to remove that??? there is no error at this syntax at all.... |
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009 |
| Replies: 9 Views: 1,051 okk...it seems that my last post was not in vain...wasn't it???
one thing i must ask you...why are you using msflexgrid to display data from database instead of using listview control.....though... |
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009 |
| Replies: 17 Views: 2,326 whether you use DSN or DSN-Less connection, there is no need to write additional code for connecting lv with the database....just pass the connection string in form_load event, open the... |
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009 |
| Replies: 17 Views: 2,326 see there are many reasons for which you can get error 424...
for example,if u mistyped a control name which is not exist at all in your project aka form....or any dependencies like any external... |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2009 |
| Replies: 4 Views: 1,355 first of all, your question is not clear at all...
you need to be more specific on what are you trying to accomplish...and please check your english....
okk....now for the coding purpose....you... |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2009 |
| Replies: 5 Views: 490 try this code...
rs.Open "select * from temporary1", gcn
gcn.Execute "delete from temporary2"
If rs.RecordCount > 0 Then
rs.MoveFirst
While Not rs.EOF() |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2009 |
| Replies: 27 Views: 1,891 what's the exact error msg you are getting????
can you be more clear on this.... |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2009 |
| Replies: 9 Views: 1,051 why you are using calender or month view.....???
its just a matter of selecting a date only...you can easily use the date picker control in vb....there is already a one in there for your use....just... |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2009 |
| Replies: 17 Views: 2,326 check out the bolded part of your code...i just mentioned the point where the code needs to be modified...
With BooK_Details
set li = .ListItems.Add(, , (rs!Acc_No))
End With
get me a... |
Forum: Visual Basic 4 / 5 / 6 Jan 8th, 2009 |
| Replies: 12 Views: 2,624 check out this code...
hope u'll get ur answer
give me feedback if this helps u...
regards
SHouvik |
Forum: ASP.NET Dec 20th, 2008 |
| Replies: 3 Views: 826 Hello Folks, Thanks for viewing this thread....
Finally I have solved the problem....now my application is running from any node connected to my office network...
This thread is now closed..
... |
Forum: ASP.NET Dec 18th, 2008 |
| Replies: 3 Views: 826 thanks for your reply.....but I have already tried both techniques in my local host....both worked.....but the same seems to be worked on remote machines also....but it is not working as... |
Forum: ASP.NET Dec 15th, 2008 |
| Replies: 3 Views: 848 asp.net and jsp cannot be compared.....both are diff. technologies offering developing static and dynamic websites....its completely depend on somebody's personal thinking whichever he/she want's to... |
Forum: ASP.NET Dec 15th, 2008 |
| Replies: 3 Views: 826 Hello Folks,
I have an ASP.Net 2.0 web application which was successfully debugged, published, uploaded and tested on IIS server. But the problem is, I can access this application on my localhost... |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 5 Views: 1,340 Check this tutorial (http://www.aspnettutorials.com/tutorials/controls/globalization-calendar-vb.aspx) |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 14 Views: 1,350 could you post what the error is???
i think the autoplay feature of the player is ON in your control. just right click and goto properties and turned it off. then run the code. |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 14 Views: 1,350 i don't know what exactly u r doing. but everything is working fine on my node. just change the syntax from baseurl like :-
... |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 14 Views: 1,350 it can have possible three reasons :-
1. the msdxm.ocx module is not present in ur OS system directory.
2. your vs2005 software is opened and u hv a form where u have inserted an instance of... |