Search results for query: *

  • Users: tirso
  • Order by date
  1. T

    center checkbox in listview

    hi to all How to vertically center checkbox in listview?. Though I change the property into center, but only the column header became center but the checkbox itself always in left. Thanks in advance Tirso
  2. T

    dynamic crystal report?

    hi to all I have created a report using crystal report in vb 2005. it is possible that in my forms if I click a button then call to report and display it. Another question i I created this report by only dragging the field from my database. What I want is in my forms if the users select records...
  3. T

    binding navigator

    Hi to all, I add binding navigator to my forms but I am using code to connect, create tableadapter and assign to datatable, In my combobox there's a list of names. what I want is if the users select the name then link to my binding navigator and display the number selected such as moveprevious...
  4. T

    license key my application?

    Hi to all I have make a simple application and ready to deploy. My question is how to deploy it and request for a license key like other software? Furtheremore to limit only with in a month as a trial version. It is possible? I am using visual basic 2005 professional. Please give an advice...
  5. T

    check field

    Thank you so much LingSN. It's work. Tirso
  6. T

    check field

    I am using microsoft access database and oledbconnection. See the code below for the overview of using connection. Private strConnection As String strConnection = ("Provider = Microsoft.Jet.OLEDB.4.0;" & _ "Data Source =" & txtDirectory.Text & ";") objConnection = New...
  7. T

    Too few parameters.Expected

    I accidentally deleted one field on my table. Thanks for your time JohnH Tirso
  8. T

    check field

    I want to check all the field in my table if exist or not. Further more to count all the field. Any suggestion is greatly appreciated. Tirso
  9. T

    Too few parameters.Expected

    I already solve that problem thanks a lot to both of you Tirso
  10. T

    Too few parameters.Expected

    Hi Lingsn, I'll change my code because the previous one it doesn't work. But still some errors found in my new code. Please help me. The error is in procedure "populate grid" highlight in red color and the message is "Too few parameters.Expected 1." My new code Private Sub...
  11. T

    error code

    Hi! to all, does anyone could help me how to find the error of the code below. The error message is "An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object." Private strConnection As String = _...
  12. T

    count statement

    Ok, now I understand. Thanks a lot Tirso
  13. T

    count statement

    Nop, Result I want is like below ID KEYCODE CHIBAN FREQUENCY 1 123 12345 2 Thanks again Tirso
  14. T

    count statement

    Hi! Lingsn Still the same output. The actual contents of my table is Table 1 and the result is see Table 2 for my code. If I use TRIM like TRIM(KEYCODE) the output field is EXPR instead KEYCODE. objCommand = New OleDbCommand("SELECT Chiban, Keycode, count(*) AS Frequency from...
  15. T

    count statement

    Hi Lingsn, but the result is, see Table 1. There is a repitition of rows. What I want is to display like Table 2. It is possible. Thanks for your time. Table1 Chiban Edaban ID Frequency 12345 23 1 1 12345 23 1 1 Table1...
  16. T

    count statement

    Hi! to all! Does anyone can help me on how display many fields after I use the count(*). I have already a code to check the multiple value of field and calculate the frequency base the count but my problem only one field will display. See the Table 1 for the result of my present code and see...
  17. T

    resize of groupbox

    Thanks to both of you. Tirso
  18. T

    sql statement

    Hi lingsn, Another one question, how about if I want to display another field not only chiban like table below Chiban ID EDABAN FREQUENCY 12345 1 3-1 2 Thanks, Tirso
  19. T

    sql statement

    Thank you so much, It's perfect! Tirso
  20. T

    resize of groupbox

    Hi to all It is possible that if I run the program and maximize the form or even resize, the groupbox and gridview fit to the form. If so then how. I already check the properties but I didn't found any possiblity. Any help is greatly appreciated Tirso
Back
Top