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

Search:

Type: Posts; User: bnnyca

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Chart Invisible In Windows 7 (Crystal Report 8.5)

    My program is delevoped using VB6.0, MS SQL 2008 and Crystal Report 8.5.

    I want to create a report with a line chart on it. Its normal when using in my PC (bcoz i've installed Crystal report 8.5)....
  2. Replies
    0
    Views
    1,551

    Crviewer 9 and vb6

    Hi,

    I am using vb6 and crviewer 9 to open my crystal reports.
    I am having problem in sending the parameters to the reports.

    Kindly help me. If possible some code samples also.


    Thanks in...
  3. Replies
    0
    Views
    1,762

    Arabic support with vb6

    Dear All,

    I am trying to develop an application in vb6 with arabic eanbled.
    I am not able to make the RigthToLeft property to True of Form or any of the controls.

    How to set this....pls help...
  4. Thread: SsTab Backcolor

    by bnnyca
    Replies
    4
    Views
    5,227

    Re: SsTab Backcolor

    Hi,

    How to apply the windows themes to the iside surface. Please help me....
  5. Thread: SsTab Backcolor

    by bnnyca
    Replies
    4
    Views
    5,227

    SsTab Backcolor

    Hi,

    How to change the backcolor of the sstab control.
    Please help me.
  6. Replies
    0
    Views
    2,820

    Crystal reports..."too many files open"

    Hi,

    I have a VB6 Application that runs Crystal Reports 8.5.
    When more than 30 users open a report simultaneously, then I get the "too many files open" error.

    How to overcome this...
  7. Replies
    1
    Views
    720

    Changing printer at runtime

    Hi Friends,

    In crystal reports I want to print the same report on different printers at runtime. If item belongs to different category then I want to print on different printers in VB.

    How to...
  8. Replies
    3
    Views
    1,021

    Re: Executing user defined formulas

    Hi Riyaz,

    This formula I want to store in the database and retrieve from it. How to acheive this....
  9. Replies
    3
    Views
    1,021

    Executing user defined formulas

    Hi Friends,

    I am doing a payroll program. I need to use few user defined formulas like
    IIf([inputvalue] > 1000, str(100000), IIf([inputvalue] < 500, str(50000), str(5000)))

    This will be...
  10. Replies
    7
    Views
    6,132

    Re: at commands in vb 6

    Hi,

    I should connect the modem with land line phone right ?
    Please help...
  11. Replies
    2
    Views
    36,073

    Re: SQL 'ORDER BY' with specific values

    Thank you very much Riyaz.
  12. Replies
    4
    Views
    34,151

    Sending SMS using VB6 code

    Dear Friends,

    I want to send SMS from my VB6 application. How to achieve this....?

    Kindly help me.

    Thanks
  13. Replies
    2
    Views
    36,073

    SQL 'ORDER BY' with specific values

    Hi,

    Is it possible for me to use 'ORDER BY' with specific values? For example, column 'TransType' consits of values 1, 2, 9, 4, 3. I wish to order them by 9, 3, 1, 4, 2.

    Is this at all...
  14. Replies
    2
    Views
    3,869

    Door Lock/Unlocking using VB6

    Dear Friends,

    One of my client is having 3 star hotel appartment and he has got all the doors of the rooms with automatic lock/unlock facilities.

    When we do the check-in from the software the...
  15. Replies
    1
    Views
    918

    Add element at the end of list

    Dear Friends,

    Please help me to answer this question in 'C'

    You are given a singly linked list containing integer values.
    i) Write a ‘C’ functions to add an element at the end of list.
    ii)...
  16. Replies
    0
    Views
    1,568

    Clipper to Vb6 conversion

    Dear Friends,

    Can anyone convert this small piece of code written in clipper to VB for CRC calculation. I am attaching the clipper code (Test.Prg)
    In the .prg file one function call CRC...
  17. Replies
    9
    Views
    54,725

    Re: Error 8002: Invalid port number

    The comm port 1 may not be present in the system.
    Right click on My computer - > Properties - > Hardware ->Device Manager to check the available com ports in your system.
  18. Replies
    0
    Views
    658

    Printing Index pages in crystal reports

    Sir,

    I am doing a project for financial accouting for a company which has more than 500 ledger accounts. I am printing General Ledger using crystal report. Now I want to print the index page of...
  19. Replies
    0
    Views
    506

    Storing images in sql db using Vb6

    Sir,

    I would like store some images in the sql db using vb6. How can i do it. Please give me your suggestions.

    Thank you
  20. Exporting data from Sql server to access database

    Hi,

    I would like to export all the datas from a table in sql server to MS Access database through sql query.

    Can anyone help me in this.

    Thanks & Regards


    Benny C. A.
  21. Replies
    15
    Views
    2,632

    Find record in a recordset

    Hi,

    I am trying to find a record from recordset based on a criteria.
    But it gives an error like 'Arguemnts are of the wrong type, are out of acceptable range, or are in conflict with one...
  22. Inserting page break in rich text control by vb coding

    Dear Gurus,

    Can anyone help me in inserting a page break in rich text edit control by vb coding? I am putting some text in rich text control at runtime and I want to insert a page break at some...
  23. Replies
    3
    Views
    785

    Formating a value with thousand seperators

    Hi Gurus,

    I would like to format a currency value with thousand seperators like 10,20,30,456.00

    I used format(102030456,"##,##,##,##0.00") but it returns 102,030,456.00. But I wants in indian...
  24. Accessing events of a control which is declared as a variable

    Hi,

    I want to call the click event of a menu which is being declared as a variable. How do i do this

    Dim m
    Dim MenuName As String

    MenuName = "mnuAccMaster"
    For Each m In MDIForm1
    If...
  25. Thread: E-Mail using VB

    by bnnyca
    Replies
    0
    Views
    2,713

    E-Mail using VB

    Hi Gurus,

    When I tried to send a e-mail directly from VB by using MAPI controls, it is giving a run time error. Run-time error '48389':

    This error occurs in Line 'MAPISession1.SignOn'

    Below...
Results 1 to 25 of 42
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured