Search the web
Sign In
New User? Sign Up
visualbasic6programming · VB help for all versions!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 17093 - 17122 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17093
The truncate will delete all rows or should I delete them first? Nuno. ... From: Oakes, George [mailto:goakes@...] Sent: terça-feira, 31 de Agosto...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Sep 1, 2004
8:51 am
17094
Truncate Table [TABLENAME] Will DELETE ALL Data AND RESET the Autonumber field in Microsoft SQL Server (any version) This will also apply to most SQL92- SQL99...
Oakes, George
onespecialdj
Offline Send Email
Sep 1, 2004
12:18 pm
17095
I will try on my access database or else I will do it by compact and repair method;) ... From: Oakes, George [mailto:goakes@...] Sent: quarta-feira,...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Sep 1, 2004
12:26 pm
17096
Truncate table WILL NOT work on Access Databases, you HAVE to use Compact and Repair George Oakes VB.Net Programmer/Analyst Morgan Tire & Auto dba. Tires Plus,...
Oakes, George
onespecialdj
Offline Send Email
Sep 1, 2004
12:33 pm
17097
Hi, I have a report in Access, that has 7 sub reports. The sub reports have fields: Fields Data Corrections First Name ABC...
Amit Rami
amitrami3
Offline Send Email
Sep 1, 2004
2:30 pm
17098
uh that didn't work with my windows media player component and i dont have the microsoft multimedia control so.. could u recommend a site where i can get the...
somebody
com_craze
Offline Send Email
Sep 2, 2004
12:43 am
17099
Do you need this process only once or it's a part of a procedure that should reset the autonumber every time the user run the procedure? If only once, compact...
George Oro
georgeoro
Offline Send Email
Sep 2, 2004
5:10 am
17100
hi all, iam new to VB programming. can anybody tell me the use of Like function in VB with an example remya ... Do you Yahoo!? New and Improved Yahoo! Mail...
remya resh
remya_resh
Offline Send Email
Sep 2, 2004
5:14 am
17101
Try this Dim k as integer dim rs as New Adodb.Recordset dim cnn as Adodb.Connection Set cnn = New ADODB.Connection cnn.ConnectionString =...
Luciano Bastianello
lbastianello
Offline Send Email
Sep 2, 2004
6:09 am
17102
Ok, I have solved my problem thanks to all that reply to my answer. I will use compact and repair database, the reason is if someone ask me to use the databae...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Sep 2, 2004
10:36 am
17103
how can i refresh crystalreport i update database but crystal report disply the same data...
George Nabil
georgenmw1@...
Send Email
Sep 2, 2004
10:49 am
17104
hi group i need to use some characters like ©È ¨^ and ... with printer.print method for printing some data in a table format , but visual basic editor...
ali pakzad
aaffp
Offline Send Email
Sep 2, 2004
1:58 pm
17105
sorry for my previous email my purpose was ascii characters 180-210 or in microsoft word box drawing characters for example unicode 2554 . thank you ...
ali pakzad
aaffp
Offline Send Email
Sep 2, 2004
2:06 pm
17106
Hi Ali, You need to use the Chr function: Chr(169) = © Chr(200) = È Chr(168) = ¨ To find the code for other characters, look up "character sets" in the ...
raymond_chow@...
eraymondchow...
Offline Send Email
Sep 2, 2004
2:08 pm
17107
Hello , I need to change the paper size in the datareport to A5. but it is always printed and designed in A4. i need to know how i can change the paper size to...
fredy perric
fredy20912091
Offline Send Email
Sep 2, 2004
2:13 pm
17108
First of all change the paper size from the properties of cuurently installed printer on your computer and then open DATAREPORT for design. It will work...
Muneeb Saleem
muneeb_sa
Offline Send Email
Sep 2, 2004
5:52 pm
17109
I hope I'm not posting in the wrong group since this is not really a VB6 question but a VB.NET question. I'm trying to use a DataGrid in VB.NET and we are...
jameswcci
Offline
Sep 2, 2004
5:58 pm
17110
hi george check how u saved your .rpt, maybe u didn't UNCHECK the "save data with report" option under the File tab. hope it will help rdb ... From:...
ruel d. bamba
omar306
Offline Send Email
Sep 3, 2004
12:22 am
17111
Hi Group, Can anyone tell how to use kodak image edit on Vb form or any other alternative to edit image within Vb application Regards, Nilesh [Non-text...
Nilesh Karekar
nilesh_k1
Offline Send Email
Sep 3, 2004
2:47 am
17112
Hi, Like Operator is used to compare a string to a pattern Example Dim Res as Boolean res = "A" Like "[A-Z]" returns True res = "A" Like "[a-z]" returns False ...
Arul Nayagam
arul@...
Send Email
Sep 3, 2004
4:14 am
17113
Use this code. It is from HYPERLINK "http://www.allapi.net/"www.allapi.net. Private Const SND_APPLICATION = &H80 ' look for application specific...
V Karthick
cartque
Offline Send Email
Sep 3, 2004
4:26 am
17114
In Crystal Report you will find a menu called database. there is an option of verify database. click on it. ... _______________________________ Do you Yahoo!? ...
garg anuja
anu_garg83
Offline Send Email
Sep 3, 2004
5:48 am
17115
Good evening, I'd like to start using VB 6 in the near future. Though I've looked and looked, I simply can't find any info saying whether or not there are any...
pjc309430
Offline Send Email
Sep 3, 2004
6:19 am
17116
Hello Programmers, i want to check for the Broken links in a web page in a WebBrowser i made it i know that there is some thing sent to the server to ensure...
Rania Kilany
dr_rania_kilany
Offline Send Email
Sep 3, 2004
8:15 am
17117
For VB6 I don't know, but for VB5 there is a free version where you can code but you can't conect to database or generate the exe of your code. Try to finf it...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Sep 3, 2004
9:19 am
17118
In Crystal Report, there is one option menu under file menu...there is one option of save data with report. so uncheck that option then every time the data...
pawan Agarwal
pawan_agl
Offline Send Email
Sep 3, 2004
10:03 am
17119
You have VB 5 Control Creation edition. It is only 7 MB. Otherwise try to get VB .net Express edition. It is available in the beta version. With Regards ...
V Karthick
cartque
Offline Send Email
Sep 3, 2004
1:51 pm
17120
Sometimes it cause with the sql stmt. Go to Database menu--> Show Sql query and check if you are getting samething when you run in editor. And also I would ...
Malathi Thad
mt785
Offline Send Email
Sep 3, 2004
2:10 pm
17121
Many programming books contain a working version of VB6 included with the book. I recommend "Learn to Program with Visual Basic 6" by John Smiley. This is one...
Jacobsen, Doug
dougjake13
Offline Send Email
Sep 3, 2004
3:29 pm
17122
All right, thank you all for your replies. I have found VB5 CCE and have tried using it. I have to say, although I have extensive programming experience, it is...
pjc309430
Offline Send Email
Sep 4, 2004
12:55 am
Messages 17093 - 17122 of 32051   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