Search:

Type: Posts; User: vijeta_ch

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    812

    format groups

    is there any way we can format selected groups to multiple columns
  2. Replies
    1
    Views
    713

    crystal report data error

    hi
    the code for condition for generating crystal report is as follows


    cmd = New SqlCommand("select bd.bill_type, bd.bill_no, bd.bill_date, bd.prod_code, bd.prod_amt, b.party_code from...
  3. Replies
    5
    Views
    2,118

    VS 2008 Re: datagridview binding source

    hi jmc, i read when you bind it to the grid, but when i do this, the text box always contains the 1st record and even the datagridview is filtered to one only row (based on value in text box)
  4. Replies
    5
    Views
    2,118

    VS 2008 Re: datagridview binding source

    hi jmc,
    it fills only 1st text box. and also when i clear text box, the datagrid is shown as blank...


    Private Sub dg_item_CellClick(ByVal sender As Object, ByVal e As...
  5. Replies
    5
    Views
    2,118

    VS 2008 datagridview binding source

    hi,
    I am developing a windows application. i have a datagridview whose datasource is a binding source. Also I have this filter applied to the binding source

    Dim txt As String = txt_itemcd.Text...
  6. Replies
    1
    Views
    697

    VS 2008 datagridview user defined data

    Hi,
    i am developing a windows application using vb.net and sql server..

    I have a windows form in which there is datagridview that calculates the 3 rates for a product
    E.g
    Pogo Lunch Box its...
  7. Replies
    7
    Views
    1,006

    VS 2008 Re: datagridview data

    hi jmc,
    can u please provide me the link or the details for binding source. I did search on google but i couldnt understand anything
  8. Replies
    7
    Views
    1,006

    VS 2008 Re: datagridview data

    thx jmc,
    it worked but now the problem is that, if datagridview has rows exceeding the size , i mean datagridview has scroll bars, and rows selected are in scrolling part
    , how do i make those...
  9. Replies
    7
    Views
    1,006

    VS 2008 Re: datagridview data

    hi jmc,
    yeah i want to filter data but i want to keep them all visible and select the matching rows
  10. Replies
    7
    Views
    1,006

    VS 2008 datagridview data

    hi,
    i have a vb.net form to add, modify or delete the product list..

    i have a datagridview in which i m loading data from sql server datatable...
    now i have a text box which accepts code for the...
  11. Replies
    3
    Views
    1,109

    Re: vb.net crystal reports

    i m not getting u... can u please give a detailed explanation
  12. Replies
    3
    Views
    1,109

    vb.net crystal reports

    Hi
    i am using crystal reports to print my invoice.... I want that fields that have null should not be displayed....

    e.g...
    i hv transport name and its dispatch number fields but if the info...
  13. Replies
    0
    Views
    504

    VS 2008 crystal reports blank data

    Hi
    i am using crystal reports to print my invoice.... I want that fields that have null should not be displayed....

    e.g...
    i hv transport name and its dispatch number fields but if the info...
  14. Replies
    4
    Views
    611

    VS 2008 Re: help in data insert

    hi sorry to say but i have given 9 fields as well as 9 values.... The main problem lies with the second insert statement.... i.e.


    qry &= "insert into bill_details (bill_type, bill_no,...
  15. Replies
    4
    Views
    611

    VS 2008 help in data insert

    hi
    Can anybody whats the error with the following code as it is giving error, "columns are less than value specified"..

    qry &= " insert bill values ('" + txt_btype.Text + "', " + txt_bno.Text +...
  16. Replies
    1
    Views
    528

    VS 2008 sql server dates

    HI
    I know i m asking a very silly question.......
    I have a datetimepicker, i am displaying short date in dd/mm/yyyy format... how do i store this value in ms sql server 2005 datatable with a field...
  17. Thread: combo box

    by vijeta_ch
    Replies
    1
    Views
    503

    VS 2008 combo box

    hi,
    can i display two fields of a data in a combo box
    e.g
    when i have to select a customer , its name and city should be shown....
    like...
    M/s Ananad Traders, Mumbai
    M/s Anand Traders, Kolkata...
  18. Thread: caps off

    by vijeta_ch
    Replies
    1
    Views
    484

    VS 2008 caps off

    Hi,
    i want that when i start a particular vb.net application, the caps lock should be automatically turned on.... how can this b done ?????
  19. Replies
    5
    Views
    855

    VS 2008 Re: datagridview column

    sorry jm, I think i m not able to make you understand my problem....

    actually i have only one datagridview... there is a column in datagrid named "product name", product code and discount ......
  20. Replies
    5
    Views
    855

    VS 2008 Re: datagridview column

    ohh i m sorry but the combo box is the grid column
  21. Replies
    5
    Views
    855

    VS 2008 datagridview column

    have bound a column of datagridview to a sql datatable..
    Now when i m selecting an item from combobox , another coulmn of that datagridview should show field value from another sql datatbleā€¦ how is...
  22. Replies
    12
    Views
    1,262

    VS 2008 Re: Build error

    thanks honeybee...
  23. Replies
    12
    Views
    1,262

    VS 2008 Re: Build error

    thx jmc,
    i m able to solve my problem.... I had recreate all forms... i copied, report and text files..... Its working fine now
  24. Replies
    12
    Views
    1,262

    VS 2008 Re: Build error

    hi,
    when i m adding a new project and copying all the files in it, the error is generating.... what do i do????
  25. Replies
    12
    Views
    1,262

    VS 2008 Re: Build error

    hi jm,
    how to add new project to current solution, please guide me through, i have never tried so completely clueless
  26. Replies
    12
    Views
    1,262

    VS 2008 Re: Build error

    thanks but i would like to know, how my vbproj got corrupted.... Is there any mistake that i made or any other reason....
  27. Replies
    12
    Views
    1,262

    VS 2008 [RESOLVED] Build error

    hi,
    I am getting the following errors which i am unable to fix. I dont know where are they coming from... Its urgent , please help me out....

    Error 4 Project file cannot specify more than one...
  28. Replies
    11
    Views
    3,353

    VS 2008 Re: datagridview duplicate data

    sorry make me rain, but is there any more solution???
  29. Replies
    11
    Views
    3,353

    VS 2008 Re: datagridview duplicate data

    hey make me rain,
    thx... it really helped....But there is one more thing... After giving the message, the cursor moves forward and i want that the cursor should focus the product cell to reenter the...
  30. Replies
    11
    Views
    3,353

    VS 2008 Re: datagridview duplicate data

    hi,

    Private Sub dg_detail_EditingControlShowing(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewEditingControlShowingEventArgs) Handles dg_detail.EditingControlShowing
    ...
  31. Replies
    11
    Views
    3,353

    VS 2008 Re: datagridview duplicate data

    hi jm,
    thx for yr answer.
    can u please provide me the codes because i hv never tried it...
  32. Replies
    11
    Views
    3,353

    VS 2008 datagridview duplicate data

    hi ,
    In my winform, i m using a datagridview.. I m also allowing to enter data through it. User has to select a product and put in price for it. for products column i have used combo box and for...
  33. Replies
    3
    Views
    603

    VS 2008 Re: datagrid column

    oops, it is a datagridview in winforms....
  34. Replies
    3
    Views
    603

    VS 2008 datagrid column

    hi,

    I have a datagrid with 4 columns for price... I want users to enter only numeric values... How is it possible....

    Please its urgent
  35. Replies
    0
    Views
    533

    VS 2008 dos printing with text file

    how can i prepare text file from vb.net to display reports in my desired format using data from sql server 2005....
    e.g.

    PRODUCT MASTER FILE
    ...
  36. Replies
    2
    Views
    943

    Re: Crystal reports with vb.net

    Hi Jggtz
    yes i had tried but results are not as i want
  37. Replies
    2
    Views
    943

    Crystal reports with vb.net

    Hi,
    I am preparing crystal reports using vb.net 2008 with ms sql server 2005.
    everything is showing fine.. except that i want my report to be multiple column... I cant do this using "format...
  38. Replies
    2
    Views
    869

    Crystal reports with vb.net

    Hi,
    I am preparing crystal reports using vb.net 2008 with ms sql server 2005.
    everything is showing fine.. except that i want my report to be multiple column... I cant do this using "format...
  39. Replies
    1
    Views
    562

    VS 2008 datagrid columns

    hi,
    I hv an application... it is used for preparing invoice.... i hv used a datagrid in my winform to enter items in the invoice.... in datagrid i hv 4 columns, 3 column is textbox type and one is...
  40. Replies
    1
    Views
    658

    VS 2008 caps lock key on

    hi,
    I have developed a .net application with sql server 2005. I want that when my application starts caps lock key should be turned on and when I exit, the caps lock key turns off... how is it...
Results 1 to 40 of 90
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width