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

Search:

Type: Posts; User: Ashok.S

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    805

    Re: DB Gets Detached

    Backup tasks completly removed after this process.

    Only manual backup is going on.
    Even after this removal of backup schedule the detach takes place
    sql server also uninstalled and installed.
    ...
  2. Replies
    3
    Views
    805

    DB Gets Detached

    For the past couple of weeks, the particular database is automatically detached from sqlserver especially during after 11 PM(when datbase is not in use) . That too not daily .., but frequently. Is...
  3. Replies
    6
    Views
    786

    Re: sql2000 / CR9.0

    Under the special fields u have group number (a special field). Place in the group header section and suppress the group number field. Also suppress the section (group header) if group number is 1. ...
  4. Replies
    6
    Views
    786

    Re: sql2000 / CR9.0

    Group by Order Field.

    Suppress the Group Header Section of the Order field, and Leave the Group footer section unsuppressed (blank) with the required space.

    Ashok
  5. Replies
    2
    Views
    716

    Re: query engine error

    This may be due to the improper link between the tables used. Check for the link between the tables properly.

    Ashok
  6. Replies
    4
    Views
    9,327

    Re: Line Count in Crystal Report

    My Problem is not getting the recordcount. I need to get the line count.
    A Record may be displayed in multiple lines.

    To be Specific, I have four Detail sections, and in that for three sections...
  7. Replies
    4
    Views
    9,327

    Line Count in Crystal Report

    Is there any function or way to get the no of lines displayed in the detail section of the report.

    Hlp me.

    Thx in advance.

    Ashok S
  8. Replies
    11
    Views
    1,899

    Re: Procedure Executes after Unload Me Statement

    Hi,

    Changing the Procedures to Functions is good Solution. But I have more than 100 forms in my project, so i need to change these in all those forms which is tedious and time consuming. Is there...
  9. Replies
    11
    Views
    1,899

    Re: Procedure Executes after Unload Me Statement

    Thx Guys for Immediate Response.

    I will Check it out and Reply.
  10. Replies
    11
    Views
    1,899

    Re: Procedure Executes after Unload Me Statement

    Thanks
    But in my case

    I have Written a Procedure To insert Entries into Different Tables
    Within One Procedure named
    Private Sub SaveEntries()
    on error goto err
    SaveHeader 'Procedure to...
  11. Replies
    11
    Views
    1,899

    Re: Procedure Executes after Unload Me Statement

    Thx,

    My Case is

    Private Sub Command1_Click()
    MsgBox "WelCome"
    TestFun
    MsgBox "Why does this Execute?"
    End Sub
  12. Replies
    11
    Views
    1,899

    Procedure Executes after Unload Me Statement

    Private Sub Command1_Click()

    MsgBox "WelCome"
    Unload Me
    TestFun

    End Sub
    Private Sub TestFun()

    MsgBox "Why does this Execute?"
  13. Replies
    0
    Views
    3,434

    Query Engine Error

    Hi Guys,

    I have designed a report. The Report Containes 17 tables with Various joins. The Preview is shown in Crystal Report Correctly.
    But when I call it from VB it Shows Error. The Error...
  14. Replies
    1
    Views
    633

    Crosstab Labels

    Hi,

    I have designed a Cross-Tab Report that goes more than 5 pages.
    I have put Title and Row headings on to the Report but it is displayed only on the first page and does not repeat on to the...
  15. Thread: Pivot Table

    by Ashok.S
    Replies
    4
    Views
    1,953

    Re: Pivot Table

    Hi,

    I need to store the layout of the pivot view.
    I am using an SQL Statement to show the contents in pivot.
    No problem with recordset. I use same sql statement all the time.


    Ashok
  16. Replies
    3
    Views
    803

    Printer Settings

    Hi,

    I have fetch the last taken printer settings,
    ie., like the Printer name, the Driver name, the port name etc. from VB,
    and assign the Same printer settings to the next page that is to be...
  17. Thread: Pivot Table

    by Ashok.S
    Replies
    4
    Views
    1,953

    Pivot Table

    Hi,

    I am Using Pivot Tables in my Module to Show data.
    I have Shown a general Template.

    I have provided additional Fields so that user can drag and drop the required fields in to the pivot...
  18. Replies
    4
    Views
    564

    .NET Components

    Hi,

    What abt if I have Windows 2000 Server Installed on my System, and the Client Computers have .NET Framework alone installed. (Module in VB6 Only).

    Will it Work.

    Ashok
  19. Replies
    4
    Views
    564

    .NET Components

    Hi,
    Can .NET Components be Used in Visual Basic 6.
    ( I need to use few .NET Components provided by 3rd Parties in my existing VB
    Module).
    If it can be used what are the pre-requesties.

    My OS...
  20. Replies
    1
    Views
    1,179

    .NET Components

    Hi,
    Can .NET Components be Used in Visual Basic 6.
    ( I need to use few .NET Components provided by 3rd Parties in my existing VB
    Module).
    If it can be used what are the pre-requesties.

    ...
  21. Replies
    0
    Views
    795

    Crystal Reports

    Why the formula fields
    does n't occur in the Select Expert.

    What's the way to include formula fields in select expert.

    Also how to add fields dynamically in Crystal Reports
    based on the...
  22. Replies
    1
    Views
    2,116

    Visual Basic - Printer API's

    I want to handle the Printer API's.
    For Example I want to capture no of print outs taken for one particular report.
    I need to print CONTROLLED COPY if the same report is printed more than
    4 times....
  23. Replies
    0
    Views
    561

    Crystal Reports

    Crystal Report

    The Report Format is


    TNo Date Variety Amount (Running Tot)
    Group : Party
    34 10/04/04 BELT 13000 1
    34 10/04/04 SHOES 13000 2
    34 10/04/04 ...
  24. Replies
    0
    Views
    688

    Crystal Reports - Dynamic Views

    Sample Code:

    --------------------------------------------------------------------------
    g_m_cnnRAM.BeginTrans
    ChangeClosingStock // The Function Which Holds Views

    crReports.SQLQueryString =...
  25. Replies
    1
    Views
    647

    Crystal Reports

    Sample Code:

    --------------------------------------------------------------------------
    g_m_cnnRAM.BeginTrans
    ChangeClosingStock // The Function Which Holds Views
    ...
Results 1 to 25 of 25





Click Here to Expand Forum to Full Width

Featured