Search:

Type: Posts; User: mfdarvesh

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    798

    Re: [RESOLVED] [2008] MDI Child location

    Thanks, is solved my problem too
  2. Replies
    63
    Views
    117,230

    Re: Saving Images in Databases

    Thanks JM it is really a great help
  3. Re: Help: Convert entire string to its ascii values?

    Thanks, good help for me too
  4. Replies
    3
    Views
    590

    Re: [RESOLVED] [2005] Data Hashing

    Thanks, good work
  5. Replies
    2
    Views
    506

    Re: CR 8 to 9 Conversion

    It simply says "crviewer.dll" not found, when I open the project in visual basic 6.0
  6. Replies
    2
    Views
    506

    CR 8 to 9 Conversion

    I have a project that was made using VB 6 and Crystal Reports 8.0, it has so many Dsr reports inside VB IDE. I don't have CR 8.0, instead I have CR 9.2, now when I open project in VB it gives so many...
  7. Re: [2005] BindingSource Add/Update Procedure Required

    Thanks, I am trying to do the same
  8. Re: [2005] BindingSource Add/Update Procedure Required

    Thanks JM, I am using following code to Add New Record

    Dim drv As DataRowView

    drv = directcast(bs.addnew,datarowview)
    drv("id") = me.textbox1.text
    drv("name") = me.textbox2.text
    ...
  9. Re: [2005] BindingSource Add/Update Procedure Required

    Thanks, very good techniques to access the data but I want to bound that data also to text boxes, my code is working, but Adding and Editing is problem, any suggestion
  10. [2005] BindingSource Add/Update Procedure Required

    I am working on a simple one Form Project, for some reasons I have to bind all text boxes through Code, I have adopted following procedure:

    Connection
    Command
    DataAdapater
    Dataset
    ...
  11. Re: how to: Combobox uneditable yet Text remain Black??

    Thanks
  12. Re: [2005] Programmatically setting combobox SelectedIItem via database

    Thanks, these are valuable comments
  13. Re: [2005] Combo Box Click Event - Databound Grid

    Good idea thanks, I may check MSDN help
  14. Re: [2005] Combo Box Click Event - Databound Grid

    Thanks again, that was my scenario, I only want to know the Combo Boxes which we declare in Code have click events, if yes, how I can write some code in click event of a combo box which I declare in...
  15. Re: [2005] Combo Box Click Event - Databound Grid

    Thanks JM, my datagrid is bound to table through binding source. When new records enter, it is required that user may be given "Head of Accounts" in combo box for selection, instead of remembering...
  16. [2005] Combo Box Click Event - Databound Grid

    I have a datagridview in VB 2005 bound to table. I am able to show a combo box on click even of column2 by assigning that cell to DataGirdVeiwComboBox through Code.

    I wonder, is it possible to...
  17. Replies
    4
    Views
    1,344

    Re: Database Application on LAN

    Thanks again jmcilhinney, very useful method are that. I need little more knowledge, In first, where will be that config file, i have seen it in Solution Explorer, but when we deploy application, is...
  18. Replies
    4
    Views
    1,344

    Re: Database Application on LAN

    Thanks, jmcilhinney, Yes I know how to develop connection string, but the real problem is that when application is compiled, then the data source is hard coded. How I can make is dynamic, I mean data...
  19. Replies
    4
    Views
    1,344

    Database Application on LAN

    I am new to VB.NET as well as Network Database Programming. I want to design a Database Base Application for Counter Services in some Organization. They have SQL Server 2000 Enterprise with them. My...
  20. Thread: MScomm help

    by mfdarvesh
    Replies
    2
    Views
    576

    Re: MScomm help

    Thanks, it is nice help
  21. Replies
    6
    Views
    630

    Re: Merging 2 identical access db

    but, importing did not merge, it only creates one more table
  22. Replies
    4
    Views
    817

    Re: Use or not to use Data binding?

    Thanks, jmcilhinney, very nice clarification
  23. Replies
    5
    Views
    676

    Re: Print Entire Group in Column

    Thanks, I am trying to do that
  24. Replies
    5
    Views
    676

    Re: Print Entire Group in Column

    Brucevde! I think it is not possible to do that, because I have one Filed "Type", for each record, it may be three values, and I want to created three columns in report, one for each value of "Type",...
  25. Replies
    5
    Views
    676

    Re: Print Entire Group in Column

    hmm, good idea, you mean I may manuually drag all groups in one section, lets' try, thanks
  26. Replies
    5
    Views
    676

    Print Entire Group in Column

    Can some help me, I want to print Entire Group in one Column, My report has three groups and I want each group may be printed in Separate Column. Is it possible...
  27. Replies
    2
    Views
    702

    Re: Crytsal Report - Page Break Problem

    Thanks I am trying
  28. Replies
    2
    Views
    702

    Crytsal Report - Page Break Problem

    I have a report with 300 records and each record has 7 to 9 lines to print, If I consider an A4 size paper, exactly two records can fit on page. Is it possible that I may break crystal report in such...
  29. Replies
    1
    Views
    568

    Cross Tab Report Problem

    I am using SQL Server 200 with VB6 and Crystal Report 9.2. I have a created a cross tab using SQL Server stored procedure. My table as follows:

    PNo Head Amount

    I have turned Head as Privot....
  30. Replies
    1
    Views
    601

    Column Running Total and Subtract

    I have the following table structure:

    P. No. Name HID Type Amount Balance Leave
    2029 ALAC AO-352 Earning 50
    2029 ALAC AO-354 Ded 10...
  31. Thread: Need Help

    by mfdarvesh
    Replies
    1
    Views
    404

    Re: Need Help

    No Reply ....
  32. Thread: Need Help

    by mfdarvesh
    Replies
    1
    Views
    404

    Need Help

    Dear Friends:

    My boss assigned me a taks about data entry of employees. That has been done. I have created separate tables for each entity like personal, education, training etc.

    Now the...
  33. Re: Distribution VB Project for Win2k and WinXp

    Dear Randem,
    Please guide me, how can I find correct dependencies of Crystal Report 9.2
  34. Re: Distribution VB Project for Win2k and WinXp

    Thanks Dear I have Innosetup and Script but I am unable to add Merge Modules, can you please guide me how I can do that. I thinks the problem is only with Crystal Report, rest of project runs fine on...
  35. Distribution VB Project for Win2k and WinXp

    I have developed a project using VB 6.0 and Crystal Reports 9.2, I have used Wise Installer for creating setup. I have merge modules for Crystal Report which I have included in Setup.

    I am using...
  36. Re: Force Capitalization in all Textboxes on Form

    Thanks
  37. Replies
    2
    Views
    1,141

    Backup of SQL Server Database from VB

    I am using SQL Server 2000 and Visual Basic 6.0, I want to write some procedure which can Backup Database of SQL Server and also can restore within in Visual Basic, can i do that...

    Please help
  38. How to Change the Back Color of Data Grid

    I have Data Grid on Form and Form Backgroud is set to Dark Blue, but when I change the back color of Grid, the only Back Color of Row is changed, rest of grid color remain same. How Can I change the...
  39. Re: How to Print a Database Field on Two or More Columns

    Thanks Dear, with your kind help I do that :)
  40. Re: How to Print a Database Field on Two or More Columns

    Thanks for reply, but where is this Format Section and detail is located, I have tried all format Menu but not find that. would you please tell me?
Results 1 to 40 of 47
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width