Hi guys, I am developing one project in which there are near abt 50 different forms, and each form have one or more than one crystal report (CR) reports. I...
... forms, and each form have one or more than one crystal report (CR) reports. I can print each CR report by opening to the respective form. All the CR...
Thanks for reply. I am doing the same method. But it takes too much time. and most important is in some form i have to select some condition, without that it...
I want to know if it is possible to make a connection between two computer using Visual Basic. One of the computer will be in field and access internet with a...
Yes it can www.winsockvb.com Rick Rose ... From: fatihdoner Date: 04/01/05 16:50:13 To: vbhelp@yahoogroups.com Subject: [vbhelp] is it possible to make...
Has anyone used QuickStart for MS Certifications? I found the company here http://www.smallbiz-resources.com/latestnews/030105.htm I might consider getting...
Hi Fatih, ... Though it can, it will not inherently be secure. You ought to consider adding a RoadWarrior VPN to the setup. Google for "roadwarrior vpn" and...
Hi Colleagues, Could anyone advise is there a maximum permissible number of looping in VB6? if yes, is it possible to subdivide a large number of looping into ...
Since infinite loops are possible - no there isn't a limit. However, it would be good to show some kind of progress bar so that the user knows the application...
Hi Kim, ... Yes, you can use a MOD to perform an ection (like a DoEvents) every 10,000 loops, million loops or whatever. In this way you can avoid the...
Hello I have made a vb6 program to talk to car computer. I have a time problem sending 3 bytes. When i send 82 00 7D this takes 20 ms. It must be done in 14 ms...
... important is in some form i have to select some condition, without that it is not possible to print. ... Are you opening the print dialog for each form?...
Greetings. Dear friend this is the first time iam doing a project for supermarket using VB and SQl.Everything is okay.Only the problem with bills.Please tell...
Can you be more specific? What exactly do you need help with? Mark perwaiz_in <perwaiz_in@...> wrote: Greetings. Dear friend this is the first time iam...
Greetings, Your question is somewhat like me asking "Please assist me in repairing my automobile...it won't run." What are you trying to do...a SQL query, a...
Dear Friends, I need Help, I was making some programs using VB but I have dificulties when I want to count the percentage (%) of the Item. I was using Access...
I'm guessing by "bills" you want to know how much change to return and in what form? This is long winded code, but simple to follow (although I can think of a...
Anthony
goumba_tony@...
Apr 6, 2005 3:03 pm
14048
hello, i am writing a program in VB6 reads from database (MS Access) integer values and then plot these values in a Chart using MSChart (Microsoft Chart...
try this on northwind : declare @total as decimal set @total=(select count(*) from products) select categoryname,count(*)as total, temp=cast(cast(round((...
Hi , haven't used vb since version 6 and now it looks completely different. I'm tryin to just navigate from one form to the other that I created in the form...
Hi Brian, and welcome to .NET. You're right, it's completely different. Here's how to show a new form in .NET: Private Sub viewOutput() Dim frmOutput As New...
Is the try-catch really necessary just for showing a form? Thanks Dave ... From: Don Roberts To: vbhelp@yahoogroups.com Sent: Thursday, April 07, 2005 3:26 PM ...
Yes, that is partial code taken from an actual application that I did. Somewhere along the line I got the System.ObjectDisposedException and had to trap it....
Good Advice. Thanks ... From: Don Roberts To: vbhelp@yahoogroups.com Sent: Thursday, April 07, 2005 3:45 PM Subject: [vbhelp] Re: Navigating Forms Yes, that is...
Ok, just trying to get prepared for the next big project. I may actually be able to talk the company into buying some new software for this one. What exactly...
Chris, SQL Server, or any other RDMS is not a magical pill that when you drop them into your project Database problems solve themselves. If a server based...
Hi, All my previous DBs were Access 97 on single user pcs. The pgm I am developing at the moment is multi user. Each user has a copy of my VB6 pgm on their pc,...