Adelle, So, what if we want to test for "False"? The one consistent thing we can apparently rely on is that False equals zero. So to test whether OurVariable ...
Hi. did this project out of my programming book for my programming class. will post the message below. if any one can shed light on how to fix this problem i...
Hi Joe, ... It depends on how confident you are about the type and origin of MyVariable. Up until now, I have always written "If Not MyVariable Then" but based...
Adelle, Wow, Need more coffee and then I'll read this again. Thanks for the summary. -Joe ... From: Adelle Hartley [mailto:adelle@...] Sent: Tuesday,...
Adelle / Joe: At some point it occurred to me that this thread started raising a dilemma of 'what can I do' and why would it work, vs. 'what should I do'? I'd...
Marvin, I may have come into things late here. I loaded the code. What is not doing correctly? Tim Marvin Hunkin wrote: Hi. did this project out of my...
Hi. well, got it working. had not assigned any thing to the shipping code variable in the parse statement. so when i click on the calculate button, and if the...
I wrote a short auxiliary program (A). Testing involves repeated clicks on its one button, and observing the results in its 5 textboxes. Clicking the button...
A couple of suggestions. 1. Back out your changes and get back to where the program worked. Then add the changes incrementally, until you come across the...
Thanks Steve. Just seen this. I will try that and report back if anything of interest emerges. I am assuming the hourglass means that the program is somehow...
... From: DAN NICHOLAS Sent: Friday, December 05, 2008 4:02 PM Subject: FW: From 1956 ... CAN YOU GUESS, WHAT THIS IS ? Its a hard disk drive in 1956.... The...
Hi Bruce, ... Definitely an important distinction. I tend to talk a lot about "what can I do", partly because I find it damned interesting, but also because ...
I remember my dad describing something like this in 1958, when his department at Boeing in Seattle got one. I was 6, and computers were magic things back then...
Hi. using the jaws for windows screen reader as a blind development student using visual basic dot net express 2005. will post the following message belowm...
I solved the endless loop problem with counters and exit subs but I can't solve the following one, and unless someone else can, I'll have to abandon a major...
Brian, Let me understand. You saved an older project to a new project, correct? Now when you open the new project and add a label to a form you get this error....
Have you tried to open a totally different project to determine if the cause is with VB or the project? For instance if you have an older project that has...
Bob
usewillow@...
Dec 10, 2008 1:12 am
21578
I will try and answer Tim and Bob's questions. To advance the project, I didn't make changes to the existing one. Had I done so, it wouldn't now open (but it...
I am still unclear as to how you created your "carbon copy". It would be my guess that you have just copied items to a new folder and you haven't modified the...
Many thanks for that Tim, but no progress, I'm afraid. Specifically, I opened a new project and added to it the four existing forms and the existing module via...
So it appears that it is definitely something in your existing project items. I suppose that if I had to use exactly what you have existing, I would start the...
OK, many thanks, Tim. I can try that. If anyone else has any ideas, I'll be pleased to hear from them. /Brian From: Tim Rupp Sent: Wednesday, December 10, 2008...
Brian: There are definitely times when you have to "show the computer who is boss". In this case that seems to include Tim's suggestions, plus perhaps a few...
Brian I am not sure what you are doing but my guess is that you are using code from a past project and placing it in a partial new project I have tried this...
Dear I have an XML file that I want to import into an access database at runtime. I want to create access data base file at runtime from my software. When I...
Have you tried to step into the project to find the line that causes the failure? Bob ... From: Brian Shieldhouse To: helpwithvb@yahoogroups.com Sent:...
Bob
usewillow@...
Dec 11, 2008 9:56 am
21587
Many thanks Bruce, Dwight, Bob, and anyone else who writes in. I'll report back later. I thought I'd cracked the main challenges of this project, and having...
Well I think I've cracked it, and I certainly wouldn't have done it so quickly without the suggestions I've had. I was prepared for the long painstaking haul...
There is a limit of 254 named controls in VB6 (and I would assume VB5.) This is a somewhat well documented fact. Folks run into it quite often when building...