Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 16287 - 16316 of 22583   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16287
Hello John, First mayt I appologise for not answering before this, but have been under the weather again... I'm very happy to have been able to contribute...
geoff Smith
sabin3647
Offline Send Email
Jun 1, 2005
7:23 am
16288
Tim, Thanks, So far everything is looking good. -Joe ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com]On Behalf Of Tim Lewis Sent:...
Joe Wasko
jpwswbug
Offline Send Email
Jun 3, 2005
1:46 pm
16289
Steve, I just wanted to give you an update on your advice. I am glad you put in the example of using public properties in your example. I have put that to...
John Morgan
bluecraby2k
Offline Send Email
Jun 3, 2005
6:11 pm
16290
Venkatesh Ramaiyan has invited you to join hi5. By joining hi5, you will be connected to Venkatesh and all of Venkatesh's friends. hi5 is the place where...
Venkatesh Ramaiyan
venkatsri@...
Send Email
Jun 3, 2005
10:19 pm
16291
Good Evening John, Considering this is Friday Night, I should not be surprised that I am confused, but.... ( ...now it is Saturday, as I fell asleep < g > ) ...
Steve Manser
tileguy2929
Offline Send Email
Jun 4, 2005
5:14 pm
16292
I was wondering if anyone who uses Access2000 knows how to handle this. It's a row of unbound textboxes each named like this txt01 txt02 txt03 etc... I don't...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Jun 5, 2005
2:53 am
16293
Has anyone used the afterupdate event - does this run with every single charater a user types in a text box? rick farnkopf...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Jun 5, 2005
12:16 pm
16294
Hello Rick, It's a very long time since I did any programming in Access 2000, but if memory serves me correctly, it's only when the user TABs to the...
geoff Smith
sabin3647
Offline Send Email
Jun 5, 2005
1:40 pm
16295
Hello All, I know that Steve has been exchanging emails with John, on the subject of forms, (Correct me if I'm wrong, Steve), but, I think this is in VB6? I...
geoff Smith
sabin3647
Offline Send Email
Jun 5, 2005
1:52 pm
16296
Thanks very much - I think this will do the trick! ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com]On Behalf Of geoff Smith Sent:...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Jun 5, 2005
2:02 pm
16297
Good Morning Geoff, Yes, we have been talking in Classic VB-6 Speak, about the forms. No clue OTTOMH about the dot Net question, but if no one pipes up on...
Steve Manser
tileguy2929
Offline Send Email
Jun 5, 2005
4:32 pm
16298
Geoff, I forgot to mention that in the Dot Net Designer I set all of the properties for size, start-up location, et cetera, before I ran the project / whatever...
Steve Manser
tileguy2929
Offline Send Email
Jun 5, 2005
4:43 pm
16299
Hi Steve, Using inheritance in programming forms is a great feature. This book "Develop an Accounting Package using VB" explains it all. One single form is...
Bharati K
pedaammulu
Offline Send Email
Jun 5, 2005
8:04 pm
16300
Hi all, I have been reading about vb script and how it can be included in web pages. Is this combination asp? specific asp code uses a lot of percent signs. i...
Bryan Schulz
bryan4772002
Offline Send Email
Jun 6, 2005
5:58 am
16301
From what I understand you can use VBScript in webpages but the problem arises because VBScript is targeted for such a narrow audience. It only works in IE. I...
Chris W
fuzzduckie
Offline Send Email
Jun 6, 2005
6:12 am
16302
In VB.Net a displayed Form is just an instance of the Form's class, to display a Form is the as instantiating any other class object. In your click or select...
lrdrhys
Offline Send Email
Jun 6, 2005
11:45 am
16303
... Thanks Frank, I had forgotten that this was the Dot Net Way :-) All The Best, Steve ... From: helpwithvb@yahoogroups.com...
Steve Manser
tileguy2929
Offline Send Email
Jun 6, 2005
11:49 am
16304
Hi Bryan You can include VB Script or JavaScript in your ASP or ASP.Net Pages. You may be better off with JavaScript, as it's better supported. I'm currently...
johnsmiley@...
johnsmiley22
Offline Send Email
Jun 6, 2005
2:34 pm
16305
To clarify: Tabbing to the next field, going to the next record, or even closing the form will all save the data to the underlying field/table, but ONLY if...
Neiger, Bruce D
thezorch
Offline Send Email
Jun 6, 2005
2:51 pm
16306
You are right. It does seem more logical for the parent to offspring. If you were confused, don't blame on the night, blame the confused correspondence you...
John Morgan
bluecraby2k
Offline Send Email
Jun 6, 2005
3:31 pm
16307
I'm pleased to announce that the latest running of my Intro to VB.Net class will begin on Monday, June 13th. It will run for 8 weeks, and cost $200. For those...
John Smiley
johnsmiley22
Offline Send Email
Jun 6, 2005
8:52 pm
16308
Ok I got your suggestions working. I declare the name of the new form in the calling module, but set it in the called module. I used your suggestion about...
John Morgan
bluecraby2k
Offline Send Email
Jun 6, 2005
10:22 pm
16309
Disregard my previous post. Fumble fingers here. As I was saying in my incomplete posting: Ok I got your suggestions working. I declare the name of the new...
John Morgan
bluecraby2k
Offline Send Email
Jun 6, 2005
10:31 pm
16310
Steve, Here's an article that shows many different ways to deal with multiple forms in .NET; however, none use the Sub Main method. There's also a link to...
Tim Rupp
timrupp804
Offline Send Email
Jun 6, 2005
10:46 pm
16311
Well the reason I have the Text boxes unbound is because I have to display a calendar - 2 weeks at a time and I didn't think I could use the bound text box -...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Jun 6, 2005
11:21 pm
16312
... I tried to use my enhanced ESP powers, but I only got as far as PGA Tour.com :-) Could you send me that URL again ? Thanks Tim, Steve ... From:...
Steve Manser
tileguy2929
Offline Send Email
Jun 7, 2005
1:34 am
16313
Oops. Defective paste key ;) My bad. Try this http://www.devcity.net/Articles/94/multipleforms.aspx Not even close to PGATour.com.you better get that ESP...
Tim Rupp
timrupp804
Offline Send Email
Jun 7, 2005
1:51 am
16314
... Hah ! I pressed the wrong button in my brain. I went for the ESP button, but I hit the ESPN button :-) Thanks, Steve ... From:...
Steve Manser
tileguy2929
Offline Send Email
Jun 7, 2005
3:31 am
16315
Hello Tim and Steve, Sorry I've not come back to you before this, but yesterday was kind of hectic. Thank you both for some pointers. I shall try these...
geoff Smith
sabin3647
Offline Send Email
Jun 7, 2005
4:01 am
16316
Geoff, Glad I could help, noticed you also asked about Sub Main, here is a short and sweet sub main that I use in all my apps. I never set the form as the...
lrdrhys
Offline Send Email
Jun 7, 2005
11:39 am
Messages 16287 - 16316 of 22583   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