I am trying to send a number entered into a textbox to a SQL database through a new tableadapter row. The field in the database is data type Decimal(10, 4)....
I am not sure if you have seen an answer to this question I use a check box but this code should let you use view the data in what every way you want to sort...
Thanks Tim. John Smiley told me you would have the answer. So, then when converting to UPPER case we use XOR 20h; but when converting to lower case, we use...
That's certainly one way you could do it. You could also apply a bit mask of 1101 111, which is DF in hex, and by using the AND function get the same result. ...
There's been a bit of interest lately in old-time programming and associated nostalgia, and now I'm glancing through this stuff, and while not understanding it...
When you say VB and Graphics Programming in the same sentence, there automatically pops up the name Rod Stephens. Perhaps he is the most accomplished at what...
Thanks tr. I haven't tried it yet; but I think your XOR operation works to change the case in both directions. It's like a flip switch or logical NOT. Is there...
These days I don't think that I'd be doing bitwise operation unless I were writing a routine for machine language or working with a very ancient and limited...
Off-topic again. I did find the correct settings to connect a Palm to a phone that is Bluetooth enabled. I won't waste space by putting the settings here,...
Many thanks, Brian www.visualboss.se ... From: Tim Rupp To: helpwithvb@yahoogroups.com Sent: Monday, March 03, 2008 5:50 PM Subject: RE: [helpwithvb] Re:...
All, Please help me. I have an application that is reading Excel file using OLE_DB. The problem is I need to ensure the file is sited in the directory before...
... The search term you are looking for is "SetRop2", but I wouldn't use that technique for something turn based. I cut my teeth on the old Amstrad CPC 464...
A group for those who need help with Visual BasicWe have added a free (absolutely no limitations or strings) software estimation tool - SSUPal - which will...
Milton your function will tell you if the file is there but not if it is zero bytes, so if you try and open the file for input it will error out on you. Maybe...
I'm not sure but I think I need a nested do while loop. My macros are in workbook Personal.xls. In sheet1, starting in cell A6 I have ticker symbols. The...
Whatsamatter Joe.didn't like the answers you got on VBHelp? ;) If you're looking for someone to do something for you.hire a consultant. If you're looking for...
Thanks Adelle but I can’t see any of this in VB5. However I found the following passage on the net: “the box is drawn with a technique that uses the XOR...
... This example uses GDI - the subsystem in Windows which is responsible for graphics. It's air code. You need to declare the api functions used. The basic...
... Didn't appreciate, when I started this list, that I needed some mindless 'Veg-Out' time, so this little list became some what larger than I had intended at...
... Win32 GDI API's are veg-out for you? Whewww!! You either must either be working on high velocity particle physics or the IRS Tax code all day long to...
________________________________________ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Tim Rupp Sent: Thursday, March 06,...
How many times do I have to tell you about playing in the accelerator? You'll put your eye out. ;) /tr ________________________________________ From:...
...and I just thought it was dark, and that was why I was bumping into all of the big magnets and stuff. ... BTW, just so we don’t give everyone the wrong...
OK, thanks. There are avenues worth exploring there. Brian www.visualboss.se ... From: "Adelle Hartley" <adelle@...> To: <helpwithvb@yahoogroups.com> ...
Geez, Steve. You need to get out more. Tell you what. I've got a 3:00 tee time tomorrow at Hillcrest CC in Hollywood, FL. Feel free to join in! Should be about...
When I try to run the following code I get the following error: Operator '+' is not defined for type 'Integer' and type 'DBNull'. My Database NgtLdgs column...
That worked. Thankyou very much, Dan ... From: Adelle Hartley <adelle@...> To: helpwithvb@yahoogroups.com Sent: Wednesday, March 12, 2008 10:19:07 PM ...