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...
Tim, Thanks, So far everything is looking good. -Joe ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com]On Behalf Of Tim Lewis Sent:...
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...
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@...
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 > ) ...
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...
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...
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...
Thanks very much - I think this will do the trick! ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com]On Behalf Of geoff Smith Sent:...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 -...
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...
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, 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...