I've had an off message board reply explaining to me the operation of the scale method, but I still don't get it. The scale method is before the print command...
Hi Mike, ... Yes. You just need to build the string manually: strQuery = "Select " & strX & " From Products" HOWEVER... This is also the most dangerous part of...
... Look at the Validate event for your controls. Testing whether a value is a number or not is doen with "IsNumeric" - testing for the opposite is as simple...
... I hope you know that depends on the build settings, the file system type, and the encoding and collation settings within MySQL. Regards, Shawn K. Hall ...
Dear Friends...... I 've developed an application for internet. It will extract all the link detail from a webpage. Its extracting URL and Title from the...
Can someone who operates this group unsubscribe me? When I tied to do so it didn't let me quit.Someone please help meThank you,JamesTo:...
Jay Leno
Jay_Leno@...
Dec 4, 2006 3:18 pm
15032
... data ... valid, your ... hosed up ... string ... insure ... in ... Shawn, I must have missed something here(keep in mind you are dealing with a Plumber,not...
Shawn, I must have missed something here(keep in mind you are dealing with a Plumber, not a programing professional). When I run this(below) just the...
Hi Mike, ... You'll get it. When it finally hits you it'll make perfect sense. ... It's probably the & not being spaced properly. Placing an ampersand ...
... or to ... that it ... safe, ... Think of ... system. ... to get ... you are ... straight ... looking ... take a ... you ... wear ... back ... the ... ...
Hi Mike, ... Right after that line add this: Debug.Print strQuery That will print out the SQL statement in the debug window. If the debug window isn't visible...
Hi Jet, ... Can you be a little more descriptive? There is no attribute "description", so I assume you're talking about the displayed text? As so: <a...
Hi Friends, I am using VB 6.0 and Sql Server 2000. I want to take backup of Sql Server 2000 database through VB. How i can do this in vb, because client want...
... mostly it is graphics that make VB exe files huge. VB stores them as bitmaps. Consider using a resource file to hold graphics as JPEGS and loading them...
re my other response. I knew it was not totally correct. Sorry the declaration must read as follows: (X is the name for the fontvariable) Dim X As New StdFont ...
Hi Friends, i am using the original prodcut of microsoft visual basic .Net Standard Edition My software works well with application project . when i trying...
I've run into one problem several times and don't have any clue as to what to do to correct the problem. I create a program at home and get it to work the way...
Jim: Check for the latest version of MDAC on the work PC. http://msdn.microsoft.com/data/ref/mdac/downloads/ -- Brett.Stinson@... ... [Non-text portions...
Hi Jim, Are U having the same OS in both computers? This can happen because of missing libraries. Check Project --> References & see whether there are any...
hello guys... i am trying to imitate windows media player. i have a listview control with more than two columns. now, how can i add items to specific columns...
hello everyone, i would like to ask some question regarding the VB end and unload statement. 1. what's the different between these 2 statements? 2. which 1 is...
End is basically a backwards compatibility thing and should never appear in a compiled project. End simply terminates everything unconditionally and...
Is there any command that closes down all forms gracefully without having to write an unload statement for each and every form? Happy Programming, Andreas... ...