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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 31317 - 31346 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31317
hai friends ,     i have created one project ,that is working but i need store single field (ex: name)  more than 250character  now iam using vb with...
muthuu kumarr
muthu_jk
Offline Send Email
Oct 1, 2008
7:27 am
31318
u can change the datatype from text to memo memo field can be save unlimited value ... From: muthuu kumarr <muthu_jk@...> To:...
Baljit Randhawa
babarandhawa79
Offline Send Email
Oct 1, 2008
7:28 am
31319
can someone please help me regarding the check patterns of string typed in a text box. this is my own syntax analyzer or grammar checker. example typing "An...
cecil_angelic
Offline Send Email
Oct 1, 2008
3:06 pm
31320
can someone please help me regarding the check patterns of string typed in a text box. this is my own syntax analyzer or grammar checker. example typing "An...
cecil_angelic
Offline Send Email
Oct 1, 2008
3:07 pm
31321
My program has a VB6 front end and an MS Access database. Having run the program, there are no problems if the user closes the program by means of the word...
Michael Hodge
braxtoncotta...
Offline Send Email
Oct 1, 2008
3:40 pm
31322
What code do you have in the "Exit" on the menu bar???...
Kenneth Danner
racermand289
Offline Send Email
Oct 1, 2008
11:25 pm
31323
... run the ... means of ... code. ... Button in the ... running and ... on each ... user ... Hi Michael your program did not end because it didnt start from...
wetpalm4life
Offline Send Email
Oct 2, 2008
2:40 pm
31324
hi friends does anyone know how to open ms office files in vb? thanks in advance :)...
sunilspalkar
Offline Send Email
Oct 3, 2008
3:15 am
31325
You can simply add "End". Example: Private Sub Form_Unload(Cancel as Integer) End End Sub Hope that would help you. ... run the ... means of ... code. ... ...
Michael Isaac Abuyo
amfugeh
Offline Send Email
Oct 3, 2008
3:32 am
31326
Many thanks for the replies. Before answering the question, shall just add that my desktop is using XP. I have re-checked before replying: if I close the...
Michael Hodge
braxtoncotta...
Offline Send Email
Oct 3, 2008
8:33 am
31327
I have never been the one that likes using "End" except for back in the QuickBasic days. Have you tried in the Form_Unload sub using like Dim frm As Form For...
Kenneth Danner
racermand289
Offline Send Email
Oct 3, 2008
8:59 am
31328
Hello When i open my database(Access) it gives and error message "Record is deleted" and some records shows as "#Deleted" instead of relevant data. Hoping...
SUSHMA SAXENA
gemini_sushma
Offline Send Email
Oct 3, 2008
12:12 pm
31329
Is this a multi-user db on a network? I had that problem when myself and other users were in the db togather and someone deleted some records. The only way it...
Kenneth Danner
racermand289
Offline Send Email
Oct 3, 2008
12:32 pm
31330
Tnx   but please tell me how compact and repair the database . bcoz i dont get any free software  4 the same on internet.   Sushma ... From: Kenneth Danner...
SUSHMA SAXENA
gemini_sushma
Offline Send Email
Oct 3, 2008
5:09 pm
31331
Tnx   But how? Bcoz i dont get any free software for the same on internet   Sushma ... From: Kenneth Danner <kwd@...> Subject: Re: [Visual Basic 6...
SUSHMA SAXENA
gemini_sushma
Offline Send Email
Oct 3, 2008
5:11 pm
31332
I assumed this is a Ms Access database, Open the db in Access. Goto Tools/Database Utilities/Compact And Repair That's it! ... From: SUSHMA SAXENA...
Kenneth Danner
racermand289
Offline Send Email
Oct 3, 2008
5:35 pm
31333
I have the following problem : I have to fill a dbgrid with the results of 3 queries in the next manner : first x rows - results from query1 next y rows -...
Miron M
miron_ol
Offline Send Email
Oct 4, 2008
12:48 am
31334
To fix this problem, set the query's Unique Records property to Yes. Open the delete query in Design view. If the query property sheet is not open, press F4 to...
Prakash
prakashal
Offline Send Email
Oct 4, 2008
6:13 am
31335
Whare can i find foxpro 2.6 information regarding to application develovpement...
veronica_earth
Offline Send Email
Oct 4, 2008
2:55 pm
31336
Dear Veron, Hi, I am Romy. I am just concerned about why you need foxpro 2.6 It is already obsolet.Anyway  I have a copy in diskette but I have to look for it...
ROMEO IDJAO
rochrgi
Offline Send Email
Oct 5, 2008
8:34 am
31337
No joy, I'm afraid. I tried, but without dealing with the fundamental problem. Let me ask a couple of questions about the use of the Close Button. In...
Michael Hodge
braxtoncotta...
Offline Send Email
Oct 5, 2008
6:30 pm
31338
When you click on the "Close Button" the Form_Unload sub will fire. Put your clean up there....
Kenneth Danner
racermand289
Offline Send Email
Oct 6, 2008
8:47 am
31339
Hi all, i want to backup my database from MS Access by vb6.how can i do it. please help me. sarwar...
pogkiraz
Offline Send Email
Oct 6, 2008
9:34 am
31340
Hi muthu   One way is to use the Memo field This is best to hold large documents upto i think about 2 GB. Now suppose you dont want to store that big file and...
Tamil selvi
tamil_selvi38
Offline Send Email
Oct 6, 2008
10:39 am
31341
Hi   Why dont you start using ADO and do everything through code. That way it is much easier. Adn dont u think you should become more professional and stat...
Tamil selvi
tamil_selvi38
Offline Send Email
Oct 6, 2008
10:42 am
31342
Where do u want to back up? another Access table?   Selvi ... From: pogkiraz <pogkiraz@...> Subject: [Visual Basic 6 programming] Argent help To:...
Tamil selvi
tamil_selvi38
Offline Send Email
Oct 6, 2008
10:43 am
31343
Hello Shushma Your Database Give deleted Because Your database is crupted Its Simple to repair Go in access>Tools>database Utilities>>compact and repair...
Amit Srivastava
sriyanshgkp
Offline Send Email
Oct 6, 2008
10:48 am
31344
I can teach you VB.net   Selvi ... From: kebrualgod <kebrualgod@...> Subject: [Visual Basic 6 programming] Teach me Plaese! To:...
Tamil selvi
tamil_selvi38
Offline Send Email
Oct 6, 2008
10:49 am
31345
Do you want to just make a copy of the file or what do you need? Please give more info. ... From: pogkiraz pogkiraz@... Sent 10/6/2008 5:33:58 AM To:...
Kenneth Danner
racermand289
Offline Send Email
Oct 6, 2008
12:03 pm
31346
Yes … Wanakkam Tamil Selvi I too wanna learn VB and how to start and where to start Imran Sri Lanka From: visualbasic6programming@yahoogroups.com...
imran
imran_msm
Offline Send Email
Oct 6, 2008
12:51 pm
Messages 31317 - 31346 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