hi i have an app that i'm writing that will write the contents of a listbox to a text file, but i'm having problems with the record length. the code is Private...
kf6uzn
kf6uzn@...
Aug 3, 2002 12:22 am
7459
hi all, I am using ADO and VB and SQL. For inserting a new record to a table I have seen two ways. First of all I want to know the differences. and then I want...
... Executing the "INSERT" statement is better than using Recordset.AddNew. This is because AddNew holds a cursor open while you update the field values, and...
Adelle is right in the appreciation that SQL INSERT command works better, but you can gain better performance using the Connection.Execute method directly, and...
Miguel Angel Su?rez
miguelss@...
Aug 5, 2002 2:04 pm
7464
Hey, Check out this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp ... From: "Gopal...
Hi all, I've created an MDI form and have several child forms in my project. I'm trying to open up reports (Crystal reports) through VB. I'm obviously doing ...
Hi Dipti, U need to write a little more in detail. Plz try to put down the code , so that we can have a look at where r u doing the mistake. I guess the...
shahid shakoor
shahid007me@...
Aug 6, 2002 4:29 am
7467
Dipti, If you are using DAO's to access the Database then Open the database only once for the first time and then use the same Database Object and close it...
Hi to All, My application makes use of existing excel files .Currently my project uses absolute path to refer to the files.some thing like "C:\Data\.." Now...
If you are using the package and deployment wizrd to create a setup program. There's a window that will prompt you to "add" files. You'll want to change the...
Coffey, Robert
CoffeyR@...
Aug 6, 2002 2:10 pm
7470
Vikesh, when you are opening the workbook you can use App.path. Set xlWkb = xlApp.Workbooks.Open("C:\Data\Test\air_ds.xls") Set...
Hi! Thanks for the tip about the MDI form....it works fine now. I've run into another problem. I'm using Visual Studio Installer to package my application. I...
Dipti, If you are copying the files manually then try adding them to Package using add files option while packing the application. Try to avoid manual addition...
Hi Jain, I guess, nobody has yet given a solution to your problem. correct me if i am wrong. Your question is in your application, u use some
excel files...
hi, I have a problem with page setup in crystal report. it is going to make me and my boss! crazy. our report is small and usually two of them is printed in...
I'm not trying to complicate matters and this may be but one shortcut... You could also add the files as suggested (even though inside your project they're...
Coffey, Robert
CoffeyR@...
Aug 7, 2002 11:28 am
7478
Hi, I'm not copying the dll files manually. VS Installer automatically detects them but I still get the message 'Invalid sourcefilename'. This happens even ...
Can anyone point me in the direction of how to create a toolbar for IE? I am looking how to make my own Toolbar and just haven't found what I need to do to...
Hi all Anybody nows about Vcomm - portread api or nows about a api function to close and open a comport for about 5 seconds purpose= when i boot a pc with a...
Robert Roldan Aragon
robert.roldan@...
Aug 8, 2002 3:37 pm
7481
Is the source code still for sale? I was interested in it before just never got around to getting it. ... __________________________________________________ ...
Can you use the same thing and just make it change the space to another character? Like & ... __________________________________________________ Do You...
What about using comm 2 ? also see mscomm control . ... From: Robert Roldan Aragon [mailto:robert.roldan@...] Sent: Thursday, August 08, 2002 11:38 AM ...
Pollock, Jim
pollocj@...
Aug 9, 2002 12:43 am
7485
Hi everybody. I'm using windows XP and I need that account with USER privileges can installs a program. I can't grant ADMIN privileges to this account but I ...
Ilanio Castro
ilanio@...
Aug 9, 2002 3:08 pm
7486
Robert, I don't know a thing about the Vcomm - portread api. Per Jims suggestion, I would look into using the mscomm control. If I were using a com control and...
Coffey, Robert
CoffeyR@...
Aug 9, 2002 4:04 pm
7487
Thanks for reaction , I keep getting the message : 8005 Port already open If try to close it first :device is not open 8012 ... From: "Coffey, Robert"...