Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15646 - 15675 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15646
How can I write sql statement to find the last transaction of persons in a database ie the last date on which each pers has bought items from the general...
saqib rizvi
sqbrizvi
Offline Send Email
Apr 1, 2008
4:38 pm
15647
Can you give us some more information, because it IS possible, but can't really give accurate help without knowing, at least a little bit, about the data that...
James Stevens
jimbobob21
Offline Send Email
Apr 2, 2008
12:24 am
15648
Thanks Stevens Suppose there are 100 persons in the database (in a table) and each of these 100 persons have visited certain general store at least once to buy...
saqib rizvi
sqbrizvi
Offline Send Email
Apr 2, 2008
9:21 pm
15649
waitng for reply.... riz Thanks Stevens Suppose there are 100 persons in the database (in a table) and each of these 100 persons have visited certain general...
saqib rizvi
sqbrizvi
Offline Send Email
Apr 4, 2008
6:47 pm
15650
I am new to this group but I might be able to give you a hand. You are looking for a Query where each record in the table (users) indicates the last time they...
marty2432
Offline Send Email
Apr 4, 2008
10:44 pm
15651
It's still more of an sql issue, than a VB help issue... Basically you'll need to build a subquery. select * From MyTable tbl1 Where VisitDate = (Select Top 1...
James Stevens
jimbobob21
Offline Send Email
Apr 4, 2008
10:44 pm
15652
Hi Group, I am trying to make a "grocery list" or something like a line by line report, for a parts program I have been screwing around with for a while now....
mikecisar
Offline Send Email
Apr 6, 2008
11:08 pm
15653
There are 2 ways that I can think of to deal with this problem. One, is to have a table in your db (OrderedParts or whatever), that you post data to every time...
James Stevens
jimbobob21
Offline Send Email
Apr 7, 2008
6:19 pm
15654
How do I get Setup to run a shell or batch command from the installation directory? I need to run a command to quietly register a component at the end of...
Larry Phipps
n8lp
Offline Send Email
Apr 8, 2008
2:26 pm
15655
Hello Guys, You might be able to help me here... I have a MS Access database (containing customers information) that is located on our local web server sitting...
vstudio90
Offline Send Email
Apr 9, 2008
3:16 pm
15656
Hi Avi, ... No. If you've got any data validation errors within your code, an employee (or anyone else that has access to that web servers public face) could...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 9, 2008
9:18 pm
15657
Hi Larry, ... You can edit the actual PDW installer package (which is a VB project) from within VB. Add the shell() call or whatever is necessary to make it ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 9, 2008
9:23 pm
15658
I am working on an application and I need to control another program via hot key commands. Scenario is I have my application running, either minimized or a ...
Bill VanOrden
lx50nut
Offline Send Email
Apr 10, 2008
3:13 am
15659
<snip> ... be ... Thanks Shawn, that's what I thought. However I'm not sure how to implement that as far opening a database which reside on our local web...
vstudio90
Offline Send Email
Apr 10, 2008
3:32 pm
15660
... Something to look at while you're waiting for Shawn's advice on some sample coding... http://www.vb-helper.com/index_database.html (use your browser's...
burkleyd
Offline Send Email
Apr 10, 2008
4:23 pm
15661
... machine ... fetch ... ASP page ... need to ... applications ... database ... database ... False, ... web ... connection ... I didn't find what I'm looking...
vstudio90
Offline Send Email
Apr 10, 2008
9:13 pm
15662
I have written a VB6 program that stores records on an MS Access database. It is working, but I am trying to improve it! Hitherto, to amend the Record, two...
Michael Hodge
braxtoncotta...
Offline Send Email
Apr 11, 2008
1:33 pm
15663
i m create a small project for deleting files. and it is working but there is a one problem. when i run the program and delete the file, one error is display...
sanju131281
Offline Send Email
Apr 11, 2008
6:05 pm
15664
... Have you considered that it might really be in use and that deleting it could cause problems? Error messages aren't simply an annoyance to deal with, but...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 12, 2008
5:04 am
15665
... If your application will have permission to bypass any native firewalls, then it's often as simple as rs.Open with a URL as a parameter. One of the samples...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 12, 2008
5:11 am
15666
Hi Bill, ... Start by looking at the Vbnet examples here: http://vbnet.mvps.org/ You'll probably want "A Basic TCP/IP Winsock Chat Program" from the Internet...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 12, 2008
5:17 am
15667
In my mind (not fully aware of what I am trying) what I need to do is : Query What Applications are running Select the one I want to send commands to When I...
Bill VanOrden
lx50nut
Offline Send Email
Apr 12, 2008
10:33 pm
15668
If it is a global HotKey(and that is what most people assume a HotKey is), then you should not have to bring focus(Activation) to that other app. Just sending...
crombierob
Offline Send Email
Apr 13, 2008
4:08 am
15669
... I'll try Beevo...
Bill VanOrden
lx50nut
Offline Send Email
Apr 13, 2008
6:47 am
15670
Informaton is stored in single table.another example could be of when did a particular user last log on to a particular site.I shall be obliged if any one...
saqib rizvi
sqbrizvi
Offline Send Email
Apr 13, 2008
11:06 am
15671
I am using VB6. The main page had 8 command button on it; say, cmdButton1, cmdButton2, etc. Everything was - and is - working fine. Most of the command buttons...
Michael Hodge
braxtoncotta...
Offline Send Email
Apr 15, 2008
2:02 pm
15672
When you double click on the button in design view, where does it go to? On Tue, Apr 15, 2008 at 10:02 AM, Michael Hodge < ... -- Don Roberts - don@......
Don Roberts
droberts_00
Offline Send Email
Apr 15, 2008
10:52 pm
15673
... cmdButton2, etc. ... Form. I ... - and ... problem when ... anything! ... I'm not sure I'm understanding the syntax (again). Is there a specific reason for...
burkleyd
Offline Send Email
Apr 16, 2008
12:45 am
15674
Many thanks! I have got round the problem by making cmdButton9 a Control Array with cmdButton8 - not my preferred route, but it works! As for my dot at the end...
Michael Hodge
braxtoncotta...
Offline Send Email
Apr 16, 2008
10:37 am
15675
Guys, I need help and guidance.I have a column "name" and in that column we have full name now I need to transfer all those names based on first name and last...
Tariq Khan
tariqmoeen
Offline Send Email
Apr 21, 2008
11:14 pm
Messages 15646 - 15675 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help