Search:

Type: Posts; User: jcrcarmo

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,703

    ComboBox question

    Hello everyone,

    Greetings from Brazil! I have a question. I have two tables in a MS Access database:

    tbl_employees (employeesBindingSource)
    tbl_categories (categoriesBindingSource)...
  2. Replies
    1
    Views
    1,695

    C# VS 2005 - Crystal reports question

    Hello to all,

    When I'm running my application from the debug folder, I'm able to save changes to the database, but when I load the Crystal report to display that data, it still displays the old...
  3. C# VS2005 - Installing deployed application to an specif path

    Hello everyone,

    Where exactly do I configure a C# application to install in a specific path? Like, for example:

    C:\Program Files\myApp

    Please note that I don't mean the deployment folder!
    ...
  4. Replies
    2
    Views
    1,552

    Problem solved! It was pathetically simple... ...

    Problem solved!

    It was pathetically simple... All I had to do was to set the reports file property "Build Action" to "Content". Now everything is ok. Thanks a lot!

    JC
  5. Replies
    2
    Views
    1,552

    C# VS2005 - Problem publishing application

    Hello everyone,

    After I publish my C# VS2005 application (to be installed from CD-ROM), the crystal reports in it will not load, but if I run the application from debug, everything works fine. ...
  6. C# .Net 2005 - Question about .Row.Add(new object[]{...,...}) Please help!

    Hello everyone,

    Greetings from Brazil! As shown in the code below, is it possible for me to add the new objects for tipoDT and sementesDT without having to do it one-by-one? Like, for example,...
  7. C# 2005 - ComboBoxes with Parent / Child relation in DataGridView

    Hello everyone,

    Greetings from Brazil! Please help! I have a DataGridView in a windows form with three columns:

    Column1 is TipoComboBoxColumn
    Column2 is QuantidadeColumn
    Column3 is ...
Results 1 to 7 of 7