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,
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...
...Source=|DataDirectory|\aop29.mdb"
Dim objConnection As New OleDb.OleDbConnection(ConnectionString)
Dim sql As String = "Select * from Customer"
Dim daaop5 As New OleDb.OleDbDataAdapter(sql, objConnection)
Dim cmdb As New OleDbCommandBuilder(daaop5)
Dim ds As New DataSet()
daaop5.Fill(ds...
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...
Hello,
I'm getting the following error:
The OleDbParameterCollection only accepts non-null OleDbParameter type objects, not String objects.
In line : cmdCompany.Parameters.Add("@COMPANY_ID")
Can you please help me fix that part of the code.
Thanks,
Victor
...Source=|DataDirectory|\aop29.mdb"
Dim objConnection As New OleDb.OleDbConnection(ConnectionString)
Dim sql As String = "Select * from Link_TableA"
Dim daaop5 As New OleDb.OleDbDataAdapter(sql, objConnection)
Dim ds As New DataSet()
Dim dsA As New...
...Dim objConnection As New OleDb.OleDbConnection(ConnectionString)
Dim objDataAdapter As New OleDb.OleDbDataAdapter("select * from AOP5", objConnection) 'where country in(SELECT COUNTRY FROM AOP5 WHERE SN like " & "'" & result & "'" & ")order by country", objConnection)...
I just made some changes, but it's still not working the way it shoul, the powepoint file shows the design and desired output, the latest report ends with 2008.rpt. What table should I be grouping by?, I think I'm grouping on the wrong tables/fileds.
http://www.box.net/shared/rbi9gebnhg...
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.