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...
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. ... ...
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:...
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@...
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...
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 ...
what is vb.net? what are the differences between vb6 and vb.net? tnx yuval...
yuval
yuvalmy@...
Jun 5, 2002 5:52 pm
7278
Hi, I hope this shud be useful for U.Check the attachment ... _________________________________________________________________ Send and receive Hotmail on...
... 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@...
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@...
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@...
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...
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 ...
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@...
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@...
Jun 6, 2002 4:58 pm
7287
What do you want to know about the document? ... _________________________________________________________________ Join the world’s largest e-mail service...
Thanks Venkata I only want to know if you send the document instead of a malisious informatical virus. ... From: "Venkata Ramana Gundi" <vrgundi@...> ...
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. ...
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...
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...
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...
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...
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@...
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@...
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@...
Jun 8, 2002 11:51 am
7298
Hi ! Is there a way to generate an .exe in a VB program ? Thanx , bye !...
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...