Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vcharles
  • Order by date
  1. vcharles

    How to view image from application's path?

    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.
  2. vcharles

    How to view image from application's path?

    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
  3. vcharles

    How to view image from application's path?

    I tried ".\image file name" but it still doesn't work. Victor
  4. vcharles

    How to view image from application's path?

    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
  5. vcharles

    How to view image listed in ACCESS file and loaded in application's pa

    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...
  6. vcharles

    How do I view a report using ASP.NET?

    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...
  7. vcharles

    Can't view report using ASP.NET

    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...
  8. vcharles

    Problem with setting application path in setup project

    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...
  9. vcharles

    Setup Issue

    Hello, Is it possible to create an uninstall option in the setup package? Thanks, Victor
  10. vcharles

    Error white updating records

    Hello, Thanks for pointing out the bad code. I would like to enter multiple data in a grid and save all all the rows entered to a dadabase. Victor
  11. vcharles

    Error white updating records

    Sorry, it didn't work, It gives me the folowing error message. Object reference not set to an instance of an object. Victor
  12. vcharles

    Error white updating records

    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...
  13. vcharles

    Problem with updating records

    I will work on it and get back to you next week. Thanks, Victor
  14. vcharles

    Problem with updating records

    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...
  15. vcharles

    Problem with updating records

    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...
  16. vcharles

    Problem with updating records

    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
  17. vcharles

    Problem with updating records

    Hello, I need to update a link Table with the data I select from multiple grids, the problem is only the last command statement takes effect, therefore I am only updating the link table from the last command statement, is there a way to update the link table with all the command statements...
  18. vcharles

    Problem with updating records

    Hello, I am trying to update a table based on row selected in a grid (C1TrueDBGrid1.Columns(1).Value), but I am getting the following error: Update unable to find TableMapping['Table'] or Data Table 'Table' Can you please help me locate the error in my code. Code: Dim ConnectionString As...
  19. vcharles

    How to link 2 tables using a link table?

    Hello, I finally figured it out Thank You for all your Help. Victor
  20. vcharles

    How to link 2 tables using a link table?

    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...

Part and Inventory Search

Back
Top