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

Search:

Type: Posts; User: bsoundar

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    579
    Views
    647,302

    Re: Re: Re: Clarification needed ... to Babu

    hi..

    I use Oracle has a Database .... so I left the DSQ portion,

    What else i should do...
  2. Replies
    579
    Views
    647,302

    Re: Clarification needed ... to Babu

    First of all I would like to Thank you for replying.... Babu..

    I tested what you said.. but i get an error stating...

    x20506 Invalid Table Number


    This is my coding.... Check where I made...
  3. Replies
    579
    Views
    647,302

    Clarification needed

    Hi.

    What is the difference between "LogonServer" & "Connect" method.

    "LogOnInfo" method is for connecting different Servers.

    If any one could, clarify me.


    And ... I created Balance...
  4. Replies
    0
    Views
    551

    Clarification needed

    Hi.

    What is the difference between "LogonServer" & "Connect" method.

    "LogOnInfo" method is for connecting different Servers.

    If any one could, clarify me.


    And ... I created...
  5. Passing Array Variable has Application Variable (Need Clarification))

    In Global.asa......................

    </SCRIPT>
    <SCRIPT LANGUAGE=VBScript RUNAT=Server Scope=Application>
    Sub Application_OnStart

    Dim gdictIcons(3)
    gdictIcons(1) = "1 none"
    gdictIcons(2)...
  6. Replies
    7
    Views
    851

    Rogue.Leader .... Try with this...

    Hi.

    Check the Attachment ..


    Hope it will solve your problem. Attached is a sample code with the OCX. Its better register it.


    All the Best..
  7. Replies
    2
    Views
    565

    Hi.. Please refine your Question. I...

    Hi..

    Please refine your Question.

    I couldn't Understand it..


    bye.
  8. Replies
    7
    Views
    851

    Hi,, The Control Name is " System Tray Icon...

    Hi,,

    The Control Name is " System Tray Icon "

    Just search for it.. it is quite Simple....


    All the Best !
  9. Replies
    2
    Views
    661

    Hi DinoVaught , Thank you for the...

    Hi DinoVaught ,

    Thank you for the Response.

    But. ...... ! Let me tell you my actual requirement which I missed to do in the earlier...

    In my application i have planned to have a...
  10. Replies
    4
    Views
    942

    Hi, Are you using DataControl (DAO) ?. ...

    Hi,

    Are you using DataControl (DAO) ?.

    In Data Control (properties)

    1. Select the Connect 'Access/Dbase III'

    2. Select the Database Name
  11. Replies
    4
    Views
    942

    Use SQL Query with Criteria for the Data Control....

    Use SQL Query with Criteria for the Data Control.


    All the Best !!!

    bye
    Soundar
  12. Replies
    2
    Views
    661

    How to Call this Statement ???

    Hi..

    How to call this Statement using ScriptControl.


    "Load FrmTest"


    Regards
    Soundar
  13. Replies
    8
    Views
    2,387

    Thank You & to All

    IT WORKS ! IT WORKS !! AND IT WORKS !!!!


    Thanks A lot ....... " Thread1 "



    and to all the members who atleast tried to give solutions...
  14. Replies
    8
    Views
    2,387

    Still......

    Hi... samitanveer


    In your Code.. Form2 is an Object...

    Consider if that is being a String ????

    Reply me... I am Awaiting.....
  15. Replies
    8
    Views
    2,387

    Error Occurs

    Hi,

    Here the FormName is in String : its shows


    Object Required : XYZ (FormName)

    Or else how to Convert the String to Object ?? :eek:

    Soundar
  16. Replies
    8
    Views
    2,387

    Execute Statement

    hi.

    I want to execute a String Statement "Load FrmTest" .. to Load a Form .

    (FrmTest -> is a Form)

    How do I call this Using Script Control..

    Regards
    Soundar
  17. Replies
    8
    Views
    2,387

    Execute Statement ????

    Hello,

    In VB we have this Statement running

    Dim lvFrm as Form

    Set lvFrm = FrmTest
    msgbox lvFrm.Caption

    if the Statement "Set lvFrm = FrmTest" is a STRING...
  18. Replies
    579
    Views
    647,302

    For Accounts Project

    Hi,

    Iam using Crystal Report for Accounts Project, In that we have Balance Sheet : format sample


    -----------------------------------------------------------------
    Liability ...
  19. Replies
    1
    Views
    664

    Hi Sathish, Here is a sample code, do...

    Hi Sathish,

    Here is a sample code, do enhance it.

    I have one Image Control on the Form.

    Create a Project and a form with Image Control. Paste the code and run the application.

    ...
  20. Replies
    579
    Views
    647,302

    Doubts In Formula Editor *******

    Hi,

    Iam creating an Report using Crystal Report. In the Formula Editor a get this error

    "The remaining text does not appear to be part of the Formula":


    Check the Attachment for clear...
  21. Replies
    11
    Views
    1,150

    Thank you !!! Iam using "Lothar Haensler API"...

    Thank you !!!

    Iam using "Lothar Haensler API" currently.

    And also Iam trying with using the COM object. (to know the Core) it might help me in another cases also..


    Once again, thanks for...
  22. Replies
    11
    Views
    1,150

    Thank you Roger, That's the Best Solution. ...

    Thank you Roger,

    That's the Best Solution.

    Bye
  23. Thread: Tooltip

    by bsoundar
    Replies
    2
    Views
    640

    ToolTip (Requested by vblearner123 )

    hi,

    As focusing on the Solution, we can get the Solution. But it is not the right Solution but we can achieve it ...!!!

    Use a picture control, change its Appearance, Border Style,...
  24. Replies
    579
    Views
    647,302

    Re: Concatenate

    Hi,

    The Output what you have shown is one column with many rows... ... Right ?

    One small solution can be given: see to that how you use to your situation..

    1. Group that Column
    ...
  25. Replies
    11
    Views
    1,150

    Hi

    Hi,

    Here is the Coding........

    -----------------------------------------------------------------------------------
    Public DB As New ADODB.Connection
    Public lvRecTime As New ADODB.Recordset...
Results 1 to 25 of 42
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured