Good Morning Morry, ... pole." If that is not a typo, it is a great reply < g > Kudos. As for missing Dwight's mention of the Flexgrid.... Yahoo sometimes...
Good Afternoon, VB does jump through some hoops when we try to display a picture, an image, without really following the rules of the game. Behind the scenes...
discountRate = 0.1 Do While discountRate <= 0.3 'do your stuff here 'at end of loop increment the discount rate discountRate = discountRate + .05 Loop _____ ...
Good Afternoon, I removed the extra, unnecessary, non-essential code from that FlexGrid Sample, and have just Up-Loaded a new sample: " VB Flexgrid Bare Bones...
Printer.EndDoc With this print method can I preview the report on the screen before I print to the printer ? Bonus question ??? I have been working with the...
... print to the printer ? If your printer is the screen, probably. ... Why not have your report writer Field as Name. Get LastName and FirstName and then make...
thanks Tim so how do I make my screen the printer wave Steves Magic Thingee or do I change the word Printer to Screen in the code below which I have tried with...
Printer is referring to the printer object in Windows. I don't know of a way to specify a display object as a printer object. You may want to do some research...
Tim with the data environment I do not think I can concatenate fields unless you do it in the SQL build statement ? which I will admit is not in my scope ...
Well then I suppose your stuck with whatever the DE will let you do. Sorry, but my experience includes less than zero knowledge of the DataEnvironment. _____ ...
Hi, I have a program from my text book that is supposed to use a list box. A list of credit cards are supposed to display. Once one of the cards are chosen I...
Me.Too I know zip about the Data Environment/Reports, but like Tim I remember a little about redirecting the Output to The Standard Output ( the Screen ). ...
Hi Scott, and Welcome to The List, All three errors might be caused by the same fault. ... I think that you might need some parenthesis around the number: Dim...
Scott, Sorry.I didn't see your question.Yahoo is like that sometimes! Just do it like this: Dim iIndex as Integer = lstCreditList.SelectedIndex _____ From:...
I knew Tim would bail me out < g > So the typo was the missing dot (?) Thanks, Steve ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com]...
Can anyone recommend a third-party software that can generate reports from visual basic? The company for which I work is generating reports using MS SQL...
While many people will explain that they wouldn't use Crystal unless they, or their company, had the Developer's Edition, many people think very highly of...
It was a strange syntax.if I recall it was like =lstCreditList.Items SelectedIndex which really is meaningless You want the ordinal position of the list which...
I am about done with my Coumadin Dose Tracking application and have been thinking about how to protect my little investment. In NSBasic the handheld world the...
Found a copy of this book on Amazon (used with CD) for 93 cents. They had others for a little more if anyone is interested. Bob ... From: Steve Manser To:...
Bob
usewillow@...
Oct 4, 2005 6:09 am
17200
Hi Dave In the past, I've used a very simplistic copy protection scheme. Since I do custom programming, most of the installations of my programs are done...
Thank you will check them out. ... <http://www.componentsource.com/Catalog.asp?fl=&ul=en&gf=+BUSFUNCREPORT&bc=B ... __________________________________ Yahoo!...
Most of the time you can not declare a variable and initialize it at ... should be: Dim Index as Integer Index = lstCreditList.Items SelectedIndex (2 lines,...
No the book normally comes with a CD but if you need one on cd the entire book can be found at the site Steve indicated. I do a lot of reading after hours in...
Bob
usewillow@...
Oct 5, 2005 1:32 am
17205
Richard, You are absolutely correct about VB6; however, it is perfectly legal and even a desirable practice with VB.NET (and I believe that is what we were ...