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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14268 - 14297 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14268
I am currently writing a program to input data into a database. I need to be able to dynamically create labels and textboxes corresponding to the number of...
Rick Rose
roseri1997
Offline Send Email
Feb 1, 2004
10:56 pm
14269
Why don't you try a flexgrid?...
don clay
dwc309
Offline Send Email
Feb 2, 2004
12:23 am
14270
That's an idea, I will consider it. The problem with a flexgrid is, it is for viewing, not for editing. This form is only for adding info into the database....
Rick Rose
roseri1997
Offline Send Email
Feb 2, 2004
12:29 am
14271
No. You can edit in a flexgrid. You might also look at a data grid, but I haven't used one yet....
don clay
dwc309
Offline Send Email
Feb 2, 2004
12:38 am
14272
I wouldn't touch a datagrid with a 10 foot pole. Other than using a textbox how would you edit with a flexgrid. The only thing I knew it was good for was...
Rick Rose
roseri1997
Offline Send Email
Feb 2, 2004
12:44 am
14273
I guess you're right. You don't want to do that text box trick in the MSflexgrid. We've talked about this before. That exact thing is what drove me to...
don clay
dwc309
Offline Send Email
Feb 2, 2004
2:50 am
14274
That's okay Don, thanks for your suggestion anyway. I have a solution, well sort of. I still have a problem, but not the same one. Here is what I have: ...
Rick Rose
roseri1997
Offline Send Email
Feb 2, 2004
3:23 am
14275
Do you know the max number that you will need? If you knew that you could put them all on the form and make them visible or not visible as you need them and...
don clay
dwc309
Offline Send Email
Feb 2, 2004
3:51 am
14276
I know the max number needed NOW. That number might increase later. I would prefer not to have to go back and redo everything later. If I can only redo the...
Rick Rose
roseri1997
Offline Send Email
Feb 2, 2004
4:16 am
14277
This should do the job but you're on your own for the details. Make a label array and a text box array: Add one of each to your form and then right click it to...
bogoli
Offline Send Email
Feb 2, 2004
6:16 am
14278
I have solved my problem. For those interested, here is my code I was using It wouldn't let me unload the components because I needed to unload them in the...
Rick Rose
roseri1997
Offline Send Email
Feb 2, 2004
1:36 pm
14279
Hello Rick, Here is the solution: declaration: dim l as label or if you want the events of the controls then dim WithEvents L as Label initialising the l...
Gopal
grrohra@...
Send Email
Feb 2, 2004
6:16 pm
14280
Hello, We have an immediate requirement for our client in Singapore for Oracle Developer. If you are keen towards this opening kindly mail across your CV at...
ursjobs
Offline Send Email
Feb 3, 2004
12:41 pm
14281
Hi Rick, today is your lucky day. I don't normally visit this group, but today I made an exception. And your posting happens to be the one I read first. I...
jake_nav
Offline
Feb 3, 2004
6:42 pm
14282
There is only one problem with that. He added the controls, but he didn't remove them. I finally solved the problem of adding them, but I couldn't unload...
Rick Rose
roseri1997
Offline Send Email
Feb 3, 2004
7:12 pm
14283
What about the timer?...
don clay
dwc309
Offline Send Email
Feb 3, 2004
9:26 pm
14284
Tried that too. Rick Rose ... From: visualbasic6programming@yahoogroups.com Date: 2/3/2004 4:28:47 PM To: visualbasic6programming@yahoogroups.com Subject: Re:...
Rick Rose
roseri1997
Offline Send Email
Feb 3, 2004
9:53 pm
14285
Rick, remove the codes from the Form_load event and Place the codes in a private sub that can accept an integer variable x. Each time you move on to another...
jake_nav
Offline
Feb 4, 2004
3:07 am
14286
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the visualbasic6programming group. File :...
visualbasic6programmi...
Send Email
Feb 4, 2004
3:09 am
14287
Hi Rick, I think i know the solution to yr problem. If u are working with ado, then ado has a property called field count which gives u the number of fields in...
Naveed Ahmed
naveed_ahmed217
Offline Send Email
Feb 4, 2004
3:14 am
14288
Hi, I dont know how you create data reports without dataenv. Please tell me more about it. ie to create data reports without dataenv. Regards. Naveed. khalo...
Naveed Ahmed
naveed_ahmed217
Offline Send Email
Feb 4, 2004
3:23 am
14289
Jake, I have tried your suggestion, but it still won't unload the controls since the remove sub was called in a click event. Naveed, I have no trouble creating...
Rick Rose
roseri1997
Offline Send Email
Feb 4, 2004
4:08 am
14290
Please sent me a Standard Database software users manual(Customized). Tanvir....
tanhome2002
Offline Send Email
Feb 4, 2004
4:50 am
14291
What Exactly are you looking for please be more clear users manual for What kind of Data base ?? Harbir ... (Customized)....
harbir_waan
Offline
Feb 4, 2004
4:57 am
14292
What Exactly are you looking for please be more clear users manual for What kind of Data base ?? Harbir ... (Customized)....
harbir_waan
Offline
Feb 4, 2004
4:57 am
14293
hay Shawn J. Yates please send me details what you want to do with that help of that dll. regards harwinder ... for C++, ... says to look ... There ... figure...
singhharwinder
Offline
Feb 4, 2004
5:00 am
14294
Hi Rick, Try the following and see what happens: 1. Open a standard exe 2. Put a Textbox on the form. 3. Set the index of the Textbox to 0 4. Now put two...
Jonathan McMullan
jj_mcmullan
Offline Send Email
Feb 4, 2004
2:34 pm
14295
That works, so why doesn't it work with a combobox click event? That's what I need. Rick Rose ... From: visualbasic6programming@yahoogroups.com Date: 2/4/2004...
Rick Rose
roseri1997
Offline Send Email
Feb 4, 2004
3:06 pm
14296
Apparently: In some situations (best known to Micro$oft) you are not allowed to unload a form or a control on a form. This error has the following causes and ...
Jonathan McMullan
jj_mcmullan
Offline Send Email
Feb 4, 2004
4:20 pm
14297
I really didn't want to have to click another button, but it looks like I will have to. Does anybody know how to find out how much memory a program actually...
Rick Rose
roseri1997
Offline Send Email
Feb 4, 2004
4:36 pm
Messages 14268 - 14297 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