User Profile

Collapse

Profile Sidebar

Collapse
velocius
velocius
Last Activity: Dec 11 '06, 09:36 AM
Joined: Oct 27 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • velocius
    replied to CASE in FK
    the not in allowed me to find out that one of the two references had only a few broken links. this solved the issue

    the database is getting renewed, but we need to get data out of this one first, before going to the new one :)

    thank you for the help...
    See more | Go to post

    Leave a comment:


  • velocius
    replied to CASE in FK
    that would eb a solution, if it werent for some records to be having L25482 as id

    and i think L25482 won't fit in a int datatype :S...
    See more | Go to post

    Leave a comment:


  • velocius
    started a topic CASE in FK

    CASE in FK

    i have the next problem

    in the database we use, some of the data was imported from excel and excel made all numbers starting with a 0 lose that 0.

    i have to find a way to link 20009 to 020009.

    but the database has a rather poor design, so other records that still work can be

    49 = 49
    020010 = 020010
    20011 = 20011

    is there a way to, if a foreign key is not equal,...
    See more | Go to post

  • velocius
    started a topic After exporting a report, i can't load a new one
    in .NET

    After exporting a report, i can't load a new one

    When i load reports in my application, al goes well

    if i load a new report, it still works, new report gets loaded and gives me diffrent data/layout.

    when i export said report, all goes well, i get a nice pdf or excel

    but, if i now want to load a new report, i get a can't load report error

    i have 2 types of reports, and theres 2 datetimepicker wich manipulate the report (only show data between...
    See more | Go to post

  • velocius
    started a topic quick crystal reports question
    in .NET

    quick crystal reports question

    Hey all,

    If i create a program, wich shows me a Crystal reports

    now, i want to be able to run this program on 10 Non development PC's where there is no visual studio installed (an no crystal reports assemblys) how will i be able to make it work? cause if i just do that, my program gives the error that he has no acces to the crystal reports

    hope you answer fast :D
    See more | Go to post

  • velocius
    started a topic slecting a row in a datagrid
    in .NET

    slecting a row in a datagrid

    i use the current code to reselect a line of code in my datagrid

    Code:
    int currentRow = dgUsers.SelectedRows[0].Index;
    dgUsers.Refresh();
    dgUsers.Rows[currentRow].Selected = true;
    this reselects the line (it turns blue) but the arrow pointing to a row gets reset to row one. also, my datagrid has a scroll bar for up and down, and when i select the last row, then toggle its status, the datagrid is looking at the...
    See more | Go to post

  • velocius
    replied to Giving a program permisions
    in .NET
    I tried using Impersonating a diffrent perrson, giving the login and pasword of the admin, but i get an error, stating i don't have permision (to change my permisions)


    Code:
    //impersonate admin rights
                Impersonator i = new Impersonator("Administrator", "Domain", "Pasword");
                i.Impersonate();
                //this the the location of the crystal report, if the report
    ...
    See more | Go to post

    Leave a comment:


  • velocius
    started a topic Giving a program permisions
    in .NET

    Giving a program permisions

    Ok, the title might not be 100% clear, but i'll be more precise here

    When i attempt to read an XML into an Dataset, i use the following line of code

    Dataset1.ReadXm l("C:\test.xml" );

    This works fine on my portable, but if i use it on a second PC, i get the following error.

    Security Exception Was Unhandled
    Request for the permission of type System.Security .Permissions.Fi leIOPermission,...
    See more | Go to post
No activity results to display
Show More
Working...