CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lkrr

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,490

    Re: DataGrid save other table

    I'm sorry I could not understand.
    When I select the first grid, the user's operations are appearing in second field. I want to save the fields which are in grid, to separate statement.
  2. Replies
    3
    Views
    1,490

    DataGrid save other table

    Hi,

    datagrid fields
    name, birthday, number, company, product, quantity

    click on the Save button



    customer table
  3. Replies
    4
    Views
    2,887

    Re: Text_change the problem.

    By using the codes below,i am blocking the entering space and letter in to the textbox

    Private Sub txtmiktar_KeyPress(KeyAscii As Integer)
    If KeyAscii <> 8 Then
    If Not IsNumeric(Chr(KeyAscii))...
  4. Replies
    4
    Views
    2,887

    Text_change the problem.

    Hello Guys,
    There are 3 textboxes in form.


    -txtmiktar
    -txtbfiyat
    -txttutar
  5. Replies
    2
    Views
    7,876

    Re: Textbox auto-complete problem with ADODC1.

    Do you have sample code that you can give me?
  6. Replies
    2
    Views
    7,876

    Textbox auto-complete problem with ADODC1.

    Hi friends,
    continuously reviewed and tried a lot of examples, but I get an error.

    There on the table of sql server, and in the name of customer names, addresses, etc. fields.

    From the name of...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured