Search results for query: *

  1. L

    PCL5e and PCL6 Print Problem

    Hi. I wrote application, which print a simple form. On printer which PCL5e page margins are cut off, but on printer which PCL6 the print looks good. Is there a way to fix it? Regards
  2. L

    Print problem on different printers

    Hello. I have a strange problem, I'm writing small application in. vb.net which should print out a simple form. On my printer OKI B4350 and HP 4200n the print out looks good, but on HP 2015 the print out is bad, really bad. The fonts are different, the graphic elements are out of margins. Can...
  3. L

    Datagrid and database update error

    Hi. My mistake I meant line number 12. All my code has 15 lines After spent a night on this problem finally I resolved it. The problem was filling table with data using SQLiteman software. In my datagrid I have column named "DATE_BIRTH" and this is a DATE type. When I was filling it with data...
  4. L

    Datagrid and database update error

    Hi. I have datagrid and a button in my wpf window. I' d like to update my database after user make changes in datagrid. But instead of update I'm getting "the UpdateCommand affected 0 of the expected 1 records." error. If i comment a line number 19 I get a "Update requires a valid...
  5. L

    Resolved DataGrid CheckBox Double Click Problem

    Hi. I created database which two columns. Column 1 header "Name" and column 2 Header "Registered" Column 2 is Boolean Type Then after binding data with datagrid I wrote simple code Column index are 0 based...
Back
Top