Hi, ... That's an SQL issue, and has little or nothing to do with your PHP or VB coding. Generally speaking, whatever language you are writing your application...
Eliezer, I too have created an Exe file that is Server resident with about 12 production Systems using a shortcut that points to the server. In order to get...
Hi, ... If your users are running windows versions prior to Windows XP, the DLLs (at least the ActiveX ones, including OCXs) will need to at least be...
Adelle, Do you know how to do this or where I could find more info on it? Do you know the exact name of it? *If your users are running Windows XP, there is...
Hi Adele, I haven't done a good job of explaining my problem. Let me try again. I am printing a report (user defined, not frm the internal Report generator)....
Good Afternoon, A few days ago I posted a few questions, and received quite a few excellent answers and responses. I would like to thank everyone for helping...
... Good Questions, and here is a very nice tutorial page that was written by Michael Lambino, who must be one of Professor Smiley's students, as shown by his...
I am trying to download a couple of files using telenet from a Unix system. I am having difficulty synchronizing the end of the file transfers of each file. I...
I am not usre about the books part, but can you look for an end of file character? I don't think that Winsock can tell you the number of bytes, but not...
Good Morning Don, I vaguely remember looping to fill the buffer, check to see if the buffer has anything, process the contents, and / or stop if the buffer is...
Steve, Thanks for all the links. Alas, none of them helped. Nothing seems to describe how to figure out how much data that you're actually going to get and...
Hi Richard, You are absolutely correct. Much easier, and much better, in my opinion. I was just being quick and lazy in that e-mail. You caught me < g > ...
Hi Don, Sorry I don't have the time to play around with this problem, but I did notice this over at Randy Birch's page: Private Sub Winsock1_DataArrival(ByVal...
Steve, Your solution worked like a charm. I used the second option for the specific report I referred to in my question and have now used variations of it in...
Steve, I've already done that, but you can't count on it because you could clear the buffer before he sends all the data. Then you'd think you're done and...
Hi Don...I have not followed your problem (been gone a lot) but from what I gather you are downloading files and want to know how much data is being ...
Bob
usewillow@...
Mar 3, 2006 7:42 am
18117
Bob, That might work & I'm in the process of trying a similar thing to that, but, if I understand you correctly, either you'd have to know how much data is to...
Entirely My Pleasure Don, I just love it when I guess right < g > Steve ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of...
Hi Don, Take this with a grain of pepper, but if the file transfer is being done over a unique connection, a unique socket, then the socket would not normally...
FYI Physics For Dummies R (For Dummies (Math & Science)) (Paperback) by <http://www.amazon.com/exec/obidos/search-handle-url/index=books&field-autho ...
Does he get into the quantum realm or is it pretty much Newtonian? I have a vested interest in what the contents of my coffee cup may become as I approach the...
Since we are on physics for a moment, why is it that in an airplane, when they say that "we are currently cruising at 507 MPH", my body does not feel the...
You feel the force of the acceleration. Your body and the airplane are going the same speed, so you don't feel the force. The wind factor may have an effect,...
The wind is not a factor, since the air in the plane is moving at the same speed as the plane. The thing to remember is that you only feel forces, which are...
Steve, I really, really appreciate your help. This is a tough problem in an area where I'm learning...empirically <g> but I'm learning. What I'm doing is...