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...
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 7271 - 7300 of 8974   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7271
Hi group, I created a report using VB6 datareport and Access2000. The report works fine on my machine, but when I install the application on other machines, an...
vle10
Offline Send Email
Jun 3, 2002
2:35 pm
7272
If you are using DSN to get connected to the database you have to create the same DSN on the other system on which your application is running. ... ...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Jun 3, 2002
3:38 pm
7273
Many times. Check the path in Data Environment during design time. and check the path on client machine at run time. Do they match? Manish Sawjiani ... From:...
Manish Sawjiani
manish_sawjiani
Offline Send Email
Jun 4, 2002
3:20 am
7274
Hi All, I have a problem in printing. I am using crystal report and need to print a .rtf document, this can go to one page or to multiple pages. I attached...
Kumar, Sudhir
SKUMAR@...
Send Email
Jun 4, 2002
8:04 pm
7275
Hi all, I'm trying to create an Active x control that will be used on a Tabstrip control in a project. Let's assume there are two forms called Master and...
shire_kat
Offline Send Email
Jun 5, 2002
5:01 pm
7276
not sure if this would work, but you could have a method in the active X control that took a form as a parameter. Then simply show the form inside the method ...
Niemetscheck, Justin
jniemets
Offline Send Email
Jun 5, 2002
5:05 pm
7277
what is vb.net? what are the differences between vb6 and vb.net? tnx yuval...
yuval
yuvalmy@...
Send Email
Jun 5, 2002
5:52 pm
7278
Hi, I hope this shud be useful for U.Check the attachment ... _________________________________________________________________ Send and receive Hotmail on...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Jun 5, 2002
9:55 pm
7279
Thanks...will try this! Dipti ... active X ... inside ... button ... site at ... don't waste ... http://docs.yahoo.com/info/terms/...
shire_kat
Offline Send Email
Jun 5, 2002
10:30 pm
7280
... thank you for the vb6.net lesson i hope you could also give me a simple lesson on how to create simple program such as forms,report etc.thanks in advanced!...
noel
noel@...
Send Email
Jun 6, 2002
4:12 am
7281
to run your vb6 datareport program to other workstation you should also install the vb6 ... ~-> ... site at http://www.andreavb.com ... don't waste your time...
noel
noel@...
Send Email
Jun 6, 2002
4:20 am
7282
additional explanation with that is ,you will not be able to run the .exe file on other computers, it will search for run time libraries and any ocx's used on...
noel
noel@...
Send Email
Jun 6, 2002
4:31 am
7283
Hello Venkata, you send to the list members a word document, I usually discard this kind of atachmentes, but in this case I want to know more details about...
Javier Castillo
indico.geo
Offline Send Email
Jun 6, 2002
3:39 pm
7284
Hi all, I've abandoned my attempt of creating an active x control for the time being but would still like to know how to open a form without adding it to a ...
Dipti Jagannath
shire_kat
Offline Send Email
Jun 6, 2002
3:46 pm
7285
mmm you need to reproject inside the code the whole form i dont remember very well but if you add a variable Dim NewForm As Object then put inside the code...
Claudio
demigod@...
Send Email
Jun 6, 2002
4:43 pm
7286
Ok i tryed just now to do what u are trying to do. It's impossible to do it using visual basic(you can only create a new form of the same kind of an existing...
Claudio
demigod@...
Send Email
Jun 6, 2002
4:58 pm
7287
What do you want to know about the document? ... _________________________________________________________________ Join the world’s largest e-mail service...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Jun 6, 2002
5:33 pm
7288
Thanks Venkata I only want to know if you send the document instead of a malisious informatical virus. ... From: "Venkata Ramana Gundi" <vrgundi@...> ...
Javier Castillo
indico.geo
Offline Send Email
Jun 6, 2002
6:21 pm
7289
what is this function? (defstr)...
yuval
yuvalmy@...
Send Email
Jun 7, 2002
1:06 pm
7290
Hi, Defstr is not a function. it is a way by which we declare variables. This can be only at a module level or form level. Cannot be used in Procedures. ...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Jun 7, 2002
1:41 pm
7291
Claudio: I tried it too but as you mentioned, I was only able to replicate the current form! I really appreciate your help, thanks! -Dipti ... From: Claudio...
Dipti Jagannath
shire_kat
Offline Send Email
Jun 7, 2002
2:22 pm
7292
Hi all . I have Vb.Net (7.0) at home. I want just to say that it SUX . I think VB is going to become the next C++ stupid language ;).Hmm i am going to use VB...
SoulSeeker
vbtgx
Offline Send Email
Jun 7, 2002
2:24 pm
7293
WHAT? Usually when people say such comments they back it up with reasoning and thought. Woul you care to elaborate? VB.NET is nothing like C++. Why do you...
Niemetscheck, Justin
jniemets
Offline Send Email
Jun 7, 2002
2:36 pm
7294
Sorry for the words , but I *HATE* c++. I must say that I am 14 years old :) . So I think the new way of coding in VB.NET is too difficult . I preferred VB...
SoulSeeker
vbtgx
Offline Send Email
Jun 7, 2002
3:32 pm
7295
Yeah, but with VB u always need to have an idiot vb5runtime or vbsomethingruntime dlls. That's not the simpler way to give away a program u made. C++ with its...
Claudio
demigod@...
Send Email
Jun 7, 2002
5:31 pm
7296
is there any way to figure out if a string has a space anywhere in it, and then remove it? i know how to remove them from the left or right, but i need to get...
kf6uzn
kf6uzn@...
Send Email
Jun 7, 2002
11:26 pm
7297
PosFind=inStr(StartPos,YourSting,StringToFind) Mid(yourstring,posfind,1)="" Posfind is the position where instr found the space char(stringtofind is a space in...
Claudio
demigod@...
Send Email
Jun 8, 2002
11:51 am
7298
Hi ! Is there a way to generate an .exe in a VB program ? Thanx , bye !...
SoulSeeker
vbtgx
Offline Send Email
Jun 8, 2002
4:18 pm
7299
Hi ! Yes this is the best in c++. You don;t need these stupid vb runtimes ... Framework :) . I like the new C# . If I have time i will learn it. But Visual...
SoulSeeker
vbtgx
Offline Send Email
Jun 8, 2002
4:18 pm
7300
why should i use that thing? why not just write: Dim AnyVar As Integer ... From: Venkata Ramana Gundi <vrgundi@...> To: <andreavb@yahoogroups.com> ...
yuval
yuvalmy@...
Send Email
Jun 8, 2002
7:32 pm
Messages 7271 - 7300 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