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

Search:

Type: Posts; User: N Vikram

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,354

    Upload Data from Access to SQL Server

    hi gurus,

    i am working on a project where in i have 2 packages. One is an offline package which is a combination of VB and Access database. There are around 20 locations where this type of offline...
  2. Replies
    579
    Views
    648,742

    Crystal help

    hi Mr. Balu,

    i am working with a VB/Crystal Reports project. I want to print payslips using Crystal Reports. My problem is it is becoming difficult for me to contain some payslips in one page....
  3. Replies
    1
    Views
    805

    Crystal Report

    hi crystal gurus,

    i am working with a VB/Crystal Reports project. I want to print payslips using Crystal Reports. My problem is it is becoming difficult for me to contain some payslips in one...
  4. Replies
    0
    Views
    551

    data report parametrized queries

    hi gurus,

    i am working with a VB project. i am using Datareports as reporting tool. can i use "KeepTogether" property for a set of

    sections. that is i have 3 sections(Group header,Details...
  5. data report help needed

    hi gurus,

    i am working with a VB project. i am using Datareports as reporting tool. can i use "KeepTogether" property for a set of

    sections. that is i have 3 sections(Group header,Details...
  6. Replies
    3
    Views
    1,608

    thanks a lot. i am working on these controls. i...

    thanks a lot. i am working on these controls. i am hopeful of getting the required results
  7. Replies
    3
    Views
    1,608

    Upload a text file with VB

    hi gurus,

    i am working on a VB project where i need to upload a text file to a remote server. how can i upload a text file from VB. pls help. can this text file be opened from one more Internet...
  8. Replies
    0
    Views
    711

    Register DLL on a Remote Server

    Hi Codegurus,

    i want to register an ActiveX DLL on a remote Internet Server. I want to access this DLL from an ASP page. How do i do this? Do i have to go the service provider for this or is...
  9. Problem with Data Environment and Data Reports

    Hi Gurus,

    We are working on a VB project. For report generation we are using DataEnvironment and Data Reports. In this regard i have some problems.

    1. Is there any limit on number of...
  10. Replies
    1
    Views
    662

    problem with listview control

    I am trying to add icons to listview control.But its giving Type Mismatch error.pls give the exact solution.

    I am using this code
    Private Sub Form_Load()
    dim lst as listview
    set...
  11. Replies
    1
    Views
    591

    Problem with Treeview

    Hi,

    We are using a treeview control, which is being populated from a database. While retriving we are getting the error, "Index out of Bounds". What is this error? Pls help.

    thanks in advance
  12. Replies
    1
    Views
    691

    Retrieve POP mails

    Hi codegurus,

    How to retrieve mails from POP3 server using ASP. How to open a pop socket? Please help.

    thanx
    vikram
  13. Re: Connect SQL Server on Net Through offline VB exe

    of course, you can connect to SQL server. You have to give five inputs to the connection string.
    1. Provider Name (SQLOLEDB for SQL Server)
    2. Data Source (IP Address of the System, where your...
  14. Replies
    3
    Views
    650

    Re: Label Caption disappears

    Thank you very much for your kind reply. I tried your suggestion and it is working perfectly.

    Once again thank you very much for your guidence.
  15. Replies
    3
    Views
    650

    Label Caption disappears

    hi everybody,

    i am using a label in a vb form, whose caption is changed at runtime to show progress. But this caption disappears at few moments and a white patch appears on the form. The caption...
  16. Replies
    1
    Views
    714

    To Get Focus to a Command Button

    Hi everybody,

    I am working on a vb project to upload data. While uploading data, a progressbar shows the progress. I have placed a command button which will be made visible when the uploading...
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured