I want to synchronize date in my office network. How can i do this in VB? i want to reflect the server date istead of the client date. is there any possible...
Hi Arnold, Here's an option.. If your client's OS is NT based, i.e NT/2000/XP.. you can use a shell command net time \\myservercomputer /set /y this command...
thanks for the information. but how about in VB do i need to run this command everytime i save a record in the database. actually, i have a transaction log...
If the access database is located on another computer, then you can use date() function of the access database, which I suppose uses the current date of the...
To all vb groups, Is there a way that i can use VB to grap all the users in the network and uninstall 1 exe program from their pc ? This exe program contains...
Hi, Perhaps you could export them into Tab delimited text files, and then read those into VB and process them. Either a human could do the exporting, or you...
Thanks for this idea (and to Rob for his suggestion to export to a flat file - unfortunately the excel files are too volatile to really make that practical)....
Hi.. Sorry i cant' give u solution for this problem. But u can solve one of my problem with crystal reports8.5. i made package of VB project using crystal...
Look up CLS and decide how you want to use it. Dave ... From: rick_riley@... To: vbhelp@yahoogroups.com Sent: Monday, November 29, 2004 6:10 PM Subject:...
I am using Application.EnableVisualStyles and on one of my forms i get the following error when the program completes executing the code under the combo box's...
Hi, The trick is to turn Autoredraw on and off (or is it off and on ?). This is one of the pages in the Help file - "Creating Persistent Graphics with...
I need to find out if a particular bit is "set". In the days pre-.Net I would do something like this. iTemp = Value For i = 7 to 0 Step -1 If iTemp > 2^i Then...
Anthony
goumba_tony@...
Dec 4, 2004 5:51 pm
13580
This question i have submitted before and also I got solution but I required a sample code for VB only, if any one plz. help me. hi everyone: I am using ADO...
This may be a piece of cake and I'm too dim to see it. I have to resurrect an old VB6 application which was originally run on a machine with several drives....
Martin, I'm not sure if I am fully understanding but I think that all you need to do is open the VB Project file (the .vbp file) using something like WordPad...
Hi Martin, ... Backup your files first. Open the 'vbp' file in notepad. Change the paths. Save it out. Regards, Shawn K. Hall http://ReliableAnswers.com/ '//...
Tee Hee, beat you by 1 minute shawn! ... From: Shawn K. Hall To: vbhelp@yahoogroups.com Sent: Saturday, December 04, 2004 4:39 PM Subject: RE: [vbhelp] Loading...
Hi Folks, I mentioned the other day that I had solved a speed problem trying to use the Excel object from VB6 by accessing the Excel Workbooks using ADO, it...
Hi Shawn, I hadn't, but I have now. It gives an error "Multiple step operation generated errors. Check each status value". This error happens on the...
Hi Shawn, I hadn't, but I have now. It gives an error "Multiple step operation generated errors. Check each status value". This error happens on the...
Hi Folks, Ok, solved this! It seems to be a case of not seeing the obvious because of the obscure! There are in fact two dates on each row, one was being set...
Good morning all; I wrote an administrative system for a large Hige School. The main db is an Access database on an NT server. Now I have to update a local mdb...
Hi Ian, ... Congrats. I always feel really stupid when I spend half an hour with code I KNOW works only to miss one character on another line that's actually...
Hi Jim, ... Samples here: http://www.freevbcode.com/ShowCode.asp?ID=3315 It uses ADOX, too, which is a much better (IMO) method of playing with the structure...
Its C++.. The 'Thing' in Thing::OtherThing is the member of the class 'OtherThing'.. In C++, this is a way of defining members of a class, where you define ...
Thank you Waqas ... From: Waqas Hussain To: vbhelp@yahoogroups.com Sent: Sunday, December 05, 2004 11:27 PM Subject: Re: [vbhelp] Syntax Help Its C++.. The...