Dear Mah..., It is not a good practice to use data environment for reporting purpose. You should go for Crystal report and ODBC as it is very convenient...
Hi all, trying for more than two weeks to find a way to insert an image from my VB 6 project in ms access 97 db, I gave up. Please help me. Here are some...
What you want to do is make one of the fields in your table a BLOB, or Binary Large OBject. Here's some sample code. Note that you'll need to change the...
I hope I'm not going to get an email for every response to the group. Can't the responses go to the party asking the question or perhaps posted to the website?...
So far I understand the code. but is this the right method if you have a company with many employees(2000+)?(regarding the way that the program saves each...
You may want to set your Group options to receive a DIGEST of the posts for the day instead of one by one. In Fact if you only joined to access the files you...
Chuck, If you go to the group homepage, right above the blue-green line that has the name of the group, is a link that says "Edit Membership". Click on that...
That's the only approach I've ever seen anyone use. That's the approach we use for the company logo, and signs and seals that we need to add to reports. If...
1. For a company with 2000+ employees you should use a better database. Jet (the DB engine used by Access) is not a very capable DB engine. At the very...
Thanks for letting me join the group.. I hope to learn a great deal and I will be asking questions.. Jevans2819 [Non-text portions of this message have been...
Hi All. (Oh No! He's back, I hear you all groan) With your help, I recently completed my second VB project. This project reads weather instruments, displays...
It's this one. I know the error is being caused by trying to open an already open (and locked) file. When an error occurs in my LogError function execution...
Dear All, Ok I am back. Does anybody wants to learn vb6 database programming upto COM objects and embed them in ASP pages. If so reply to me. Also my yahoo...
Dear r.Naveed, I am new to this group and having some experience in VB... Can u help me how to create DLL files from VB6.0? With Thanks and regards  Ganesan...
Hi softhackwin. Tried this. Same result, I'm afraid. That is when I open the error log and create an error the app reports the same 'Run-time error '70': ...
Hi All, I am teaching Visual Basic 6 on the net. Please contact me if you r interested. My yahoo messenger id is naveed_ahmed217. Add me as a freind and start...
dim num as single num=7mod2 ... From: shionuzuki2k2 To: visualbasic6programming@yahoogroups.com Sent: Thursday, May 08, 2008 8:28 AM Subject: [Visual Basic 6...
... I don't undersand where is the problem. The code is working and is simple! Maybe you have something open in background! Try to close some services...
in vb dim a as double a = 7 mod 2 a = 0.5 not sure what u mean by shionuzuki2k2 <shionuzuki2k2@...> wrote: how do you get the modulars or decimalsin VB? ...
Private Sub Command1_Click() Dim a As Double a = Val(Text1.Text) Text2.Text = a Mod 2 End Sub this only returns 1 for any number that has a remainder when...
If you divide 7 by 2, the remainder should be 1 irrespective of language. I can't remember about any function or operator for finding the .5 but you can do it...