Hello,
I noticed that I am able to see the image files using ".\image.png" (Without the quotes) using Crystal reports IX alone; However when I include the report in my VS 2008 project, I am no longer able to see the images, any ideas what is causing the problem?
Thanks,
Victor.
Dell,
I'm not certain of your explanation, what do I declare MyAppDir% as and where do I declare it?
Can you please send me an expample if the last option?
Thanks,
Victor
Hello,
Currently I have to hard code the path of my image files in order to view them from crytal report 2008, is there a way to replace the hard code string with the application's path, in order to give users the flexibility to install the program to the folders of their choice.
Thanks,
Victor
Hello,
Currently I have to hard code (c:\file.png") the path of my image files in order to view them from crytal report 2008, is there a way to replace the hard code string with the application's path code, ( Application.StartupPath\file.png doesn't work )users should have the flexibility to...
Hello
when I click on the tree to view the report in the main screen, I receive the following error: "No valid report Source is available" the correct results is shown from the tree view but can't see the data in the main screen, therefore I don't think it's a connection problem.
Please...
Hello,
I'm getting error message "No valid report source is available" with the code below.
This code worked ok from my windows form, can you please help me with the correct syntax for the web form. The error occurs when I click on the tree view which contains the group data, for some reason...
Hello,
The default installation of my setup project is as follows:
[ProgramFilesFolder]\[Manufacturer]\[ProductName]
The problem is PC in Europe don't have a "Program Files" folder, it's in a different language.
When I remove [ProgramFilesFolder] from the setup program, the installation...
Hello,
I am getting the following error message at daaop5.Update(ds).
Update unable to find TableMapping['Table'] or DataTable 'Table'.
Any ideas what's causing the error?
Thanks
Dim ConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\aop29.mdb"
Dim...
Thank you for the code, the only problem is I'm selecting from multiple grids and some of them are not mendatory, is there a way to use the insert command for only the grids selected?
CompanySQL = "INSERT INTO Link_TableA(Company_ID, Receiver_ID) VALUES(@Company_ID, @Receiver_ID)"
For example...
Hello,
I got it to work partially with the code below, the problem is the data from each grid is saved in different records, is there a way to save the data from both grids in one record?. I don't don't know how to concatenate the code, perhaps that would be the solution.
Thanks,
Dim...
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.