Search the web
Sign In
New User? Sign Up
andreavb · Andrea VB Programmers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7458 - 7487 of 8974   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7458
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@...
Send Email
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...
roseta
rosetaradfar
Offline Send Email
Aug 3, 2002
10:50 am
7460
... 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 Hartley
adellehartley
Offline Send Email
Aug 3, 2002
5:32 pm
7461
thanks a lot. roseta. ... From: Adelle Hartley [mailto:more@...] Sent: Saturday, August 03, 2002 9:02 PM To: andreavb@yahoogroups.com Subject: RE:...
roseta
rosetaradfar
Offline Send Email
Aug 4, 2002
8:56 am
7462
Hello, Is there any freeware software which allows me to create help files with .hlp for Windows 95 / 98? Thanks in advance. With Best Wishes Bye!...
Gopal Krishan Doda
mswordprog
Offline Send Email
Aug 5, 2002
12:25 pm
7463
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@...
Send Email
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...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Aug 5, 2002
2:05 pm
7465
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 ...
Dipti Jagannath
shire_kat
Offline Send Email
Aug 5, 2002
7:21 pm
7466
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@...
Send Email
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...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Aug 6, 2002
1:20 pm
7468
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...
vikesh jain
vikeshjain
Offline Send Email
Aug 6, 2002
2:03 pm
7469
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@...
Send Email
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...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Aug 6, 2002
2:12 pm
7471
Hi, does anyone know how to hide a particular tab in a SSTab control?...
vle10
Offline Send Email
Aug 6, 2002
5:53 pm
7472
Never mind, I found it. For future reference SSTab1.TabVisible(index) = True/False ... control?...
vle10
Offline Send Email
Aug 6, 2002
6:05 pm
7473
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 Jagannath
shire_kat
Offline Send Email
Aug 6, 2002
8:53 pm
7474
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...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Aug 7, 2002
2:11 am
7475
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...
C. Senthil kumar
cskumar_2002
Online Now Send Email
Aug 7, 2002
4:32 am
7476
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...
roseta
rosetaradfar
Offline Send Email
Aug 7, 2002
7:04 am
7477
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@...
Send Email
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 ...
Dipti Jagannath
shire_kat
Offline Send Email
Aug 7, 2002
1:33 pm
7479
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...
johnthaddeus
Offline Send Email
Aug 8, 2002
5:56 am
7480
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@...
Send Email
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. ... __________________________________________________ ...
Ted Moe
johnthaddeus
Offline Send Email
Aug 8, 2002
6:44 pm
7482
Can you use the same thing and just make it change the space to another character? Like & ... __________________________________________________ Do You...
Ted Moe
johnthaddeus
Offline Send Email
Aug 8, 2002
8:17 pm
7483
Hi, I've got something but it's not for serious aplication . Private Sub Command1_Click() Dim z As Integer Dim str As String str = "" For z = 1 To...
Steve Fraser
eglgood4
Offline Send Email
Aug 8, 2002
10:19 pm
7484
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@...
Send Email
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@...
Send Email
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@...
Send Email
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"...
Robert Roldan Aragon
robert.roldan@...
Send Email
Aug 10, 2002
4:19 pm
Messages 7458 - 7487 of 8974   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help