Search results for query: *

  1. R

    Crystal Reports - CrystalReportViewer

    To all Experts, I think I am going to die, this is driving me crazy. Here is the error I'm getting when trying to use CrystalReportViewer, In the development server is working fine. But, after deploying to production web server these are the errors. Hoping somebody can solve my problem...
  2. R

    Reporting Services Datadefinition

    Hello there, I'm new to SQL Server Reporting Services and I'm using a Crystal Reports for the past few years. I just wanted to know what is the conversion method of Crystal Report RecordSelectionFormula to SQL Server Reporting Services. Hoping somebody will help..thanks in advance
  3. R

    Tabpages Image

    thanks johnH and I got it. I really appreciate your help More power to you
  4. R

    Tabpages Image

    djjeavons sorry if I my queries is not clear. What I mean from the tabpage to put icon. Under the tabpages collection I need my tabpage with icon and put dynamically using my resource file that will assign in the imageindex property and not to put background image per tabpage. +-------+ |...
  5. R

    Tabpages Image

    Hello there, I have a tabcontrol and resource image. I want to put an image on my tabpages in program code dynamically. Hoping somebody can help. thanks
  6. R

    Treeview Search

    thanks guys, your solutions works perfectly. You make my life easy.. Thanks again for your support for novice like me:)
  7. R

    Treeview Search

    how to search for a particular TreeNode in a TreeView. The search can start at any node.. Thanks in advance
  8. R

    Populate Master/Detail data in Combo Box

    jmcilhinney Thanks jmcilhinney I followed your intructions and working fine now. I really appreciate so much and more power to you
  9. R

    Populate Master/Detail data in Combo Box

    if you can provide a sample code will be greatly appreciated as I am new to VB.net.
  10. R

    Populate Master/Detail data in Combo Box

    Is populating the data in the combo box. However, if I select any item in the combox box (cboBldg) it does not filter or populate the correct relation to the detail combo box (cboFloor) Hoping somebody can provide information to correct the problem Thanks
  11. R

    Populate Master/Detail data in Combo Box

    vis781 thanks vis781 here is the code below for you to check: ------------------------------------------------- Dim oConn As SqlConnection = DBConn() Dim da_Bldg As New SqlDataAdapter("SELECT Bldg_Code,Bldg_Name FROM HSE_Building Where Shared_Bldg='Y' and RecStatus='A'", oConn) Dim da_BldgFloor...
  12. R

    Populate Master/Detail data in Combo Box

    Hello there, I have a form with 3 combo boxes. The first combo box will populate the master records. if the user select any record from the first combo box the second combo box will populate the detail records. Example Data: Table: Building (Master) Bldg_Code Bldg_Name...
Back
Top