I don't know for sure, but I would assume not... If I understand correctly, the entire Visual Studio suite requires the OS to be Windows; since I've seen...
Hello All, I use Enumerated Constance with the CMD buttons frequently, But would it be considered poor programming, to use Enumerated Constance with Option...
geoffs
geoff.sabin@...
Aug 2, 2004 2:54 pm
13149
Geoff, I use enumerated constants all the time - (you don't need to make them enumerated, but it does group them together for the next person who gets your ...
Sorry, I forgot to mention this.... Just in case someone reads this, and they have not used, or are not yet aware of Enumerations, the Values are Only Long...
Hello Alan, Thanks for the answer. That's a big help in my decision making. Grin! Geoff Email: geoff.sabin@... ... From: Alan Segal To:...
geoffs
geoff.sabin@...
Aug 2, 2004 5:35 pm
13152
... Hi Geoff, The use of Enumerations is always an indication of a smart programmer, provided that the portions of the enumeration help to explain, in plain...
Hello Steve, I think I missed the first email you sent on this subject? From what I've read here, I totally agree. I've a brain like a sieve! Grin! and...
geoffs
geoff.sabin@...
Aug 2, 2004 5:53 pm
13154
I just have one note to add to this. Using the ordinal number of a field is only a good idea if you know for a fact that the field order will not change....
Yes Laurie, that does work in ADO. What I sometimes do is enumerate through each of the fields, and assign a global constant to that field. (I look for some...
MessageHello Laurie, Correct me if I'[m wrong? But you seem to be saying that you can have SQL statements in Enumerated Constance? I've never thought of using...
geoffs
geoff.sabin@...
Aug 2, 2004 7:33 pm
13157
Oh no, that was a misunderstanding. There was an example where there was an enumeration for the fields in a recordset: Public Enum Rec_Fields '// can only...
Hello Steve, I've taken the last entry of the second example you used, to ask my question: txtDataEntry(COUNTRY_OF_ORG).Text = adoRS.Fields(COUNTRY_OF_ORG...
geoffs
geoff.sabin@...
Aug 2, 2004 7:56 pm
13159
MessageAah! I see now what you mean. That makes more sense. Thank you for knocking that misconception on the head. ME? Grin! Geoff Email:...
geoffs
geoff.sabin@...
Aug 2, 2004 7:59 pm
13160
I can also see that what I originally took to be a second example, was the second half of the first example. Geoff Email: geoff.sabin@... ... From:...
geoffs
geoff.sabin@...
Aug 2, 2004 8:02 pm
13161
... the second half of the first example." Yes, unfortunately that does happen sometimes. The first e-mail is sent towards Yahoo, but Jupiter is in alignment...
... Hhhhmmnnnnn....., good question Geoff. When we think of a 'Field' we are thinking of a "piece of the entire record". A Database Table is made up of...
Good Afternoon Geoff, There is no such thing as "Belaboring a Point". Sometimes we just need to ask a series of questions to ensure we have it straight...
Hello All, I've attached a small demo program. I was playing about with Option buttons and Lists, and attempting to get different lists into the list box,...
geoffs
geoff.sabin@...
Aug 4, 2004 7:58 pm
13165
Hi Geoff, Your oversight is a simple one, and it is one I've been known to make once or twice, or six times < grin > Just clear the List Box of the previous...
Hi, I have made a package for my VB6 application and when I run the set up I get the error message saying - can not open SETUP.LST - does anyone know what is...
Hello Steve, Thanks for this code. I'll certainly give it a whirl. It looks interesting, there's a few things that never occurred to me and which will be...
geoffs
geoff.sabin@...
Aug 5, 2004 1:05 pm
13168
Entirely My Pleasure Geoff, hope it helped a bit. All The Best, Steve ... From: geoffs [mailto:geoff.sabin@...] Sent: Thursday, August 05, 2004 9:06...
Check to make sure it isn't write protected. You may need to log off/log on (did you interrupt a PDW function previously) as windows may have the marked as...
I solved it the morning. The problem was the length of the file name. I copied the entire folder and established it on my C:\ and deleted the old setup data...
Hello All, I believe, from what I'm being told by programming developers, that Microsoft are making a slight deviation in their development process of VS.NET...
geoffs
geoff.sabin@...
Aug 5, 2004 6:56 pm
13172
Geoff, This is awesome. Microsoft finally got off their ass and is trying to comply with ADA regs. I would like to learn vb.net but I've seen a bit of sample...
All, It was recently brought to my attention that I had not provided a textual description of the figures in the database fundamentals tutorials I have slowly...
Hello Brian, it is indeed awesome! Like you, I'm wondering how much I shall be able to do in my spare time. Grin! I thought I'd have plenty, but... LOL! You...
geoffs
geoff.sabin@...
Aug 5, 2004 8:44 pm
13175
Hello Brian, It looks as though our off list discussion has crossed. Grin! What you have done, is good, and even flows, so that the sighted user can follow it,...
geoffs
geoff.sabin@...
Aug 5, 2004 8:53 pm
13176
Hi, Ask me any questions about non visual presentation. Basically, the screen reader program will read what is on the screen most of the time. It has trouble...