Hi,
I created a Setup Package with VB and found that the final result is a folder which is extremely large. When I checked the files in the folder I noticed that there are a number of files being stored both in the CAB files but also left uncompressed in the folder.
Why does VB need to have...
Ok,
Now I think I am following you.
So, I did create a number of reports from which I selected records from MSACCESS and displayed them successfully onto the report. Besides this I also have reports where data is being passed just through parameters. All these were done using VB6 (sorry...
Basically all I want is to print the entire contents of a file, be it a txt file or RTF file.
I have to use Crystal reports since I need to include certain Headers and Footers which have to be the same as other reports within the company, so a direct print from the notepad, for example, is...
Hi,
CR 8.5
I am new to Crystal Reports and I am finding a difficulty to print all the contents of an RTF file through CR.
Actually I am finding a difficuty printing the contents of any file, RTF, TXT, DOC.
Anybody has any ideas?
Thanks in advance
Hi,
I am creating an application which uses a DLL I have coded. The code of the DLL is in C:\Common Dlls while the code of the application resides in C:\Application. I created an EXE and a deployment package.
When I run the EXE on the PC I have developed the application, everything runs...
Hi,
I am using arrays when creating Labels on a form. So all the labels in a form will have the name of lblMyLabel(n).
Now I need to loop through all the controls on the current forms and check their caption. The problem I am finding is that whilst the actual loop goes through all the...
Hi,
I am creating a dll to which I need to pass an array. I am inserting the following code:
Public Get GetValues() as Variant()
End Sub
Public Let GetValues(ParamArray ArrayList() as Variant)
gbGetValues() = ArrayList()
End Sub
For some reason VB is not excepting the code.
Can anyone...
Hi,
I am trying to include the formatted text existing in a Rich Text Editor (say RTE2) into another say (RTE1) which also contains formatted text.
When performing the command RTE1.Text = RTE1.Text & RTE2.Text. All text will be copied but the formatting is lost.
On the otherhand when I use...
Hi,
I am not sure if this is the right forum but just in case ...
I am using Windows Installer for a VB6 application. I am storing the database path in the registry.
While setting up the Installation (through the installer), I am creating the registry keys. On the other hand I cannot set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.