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

Search:

Type: Posts; User: Jeevandhara

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    474

    Find File Path

    Hi,

    I want to find the particular file on my/Any machine.

    e.g. I want to display the output in MS-Excel.

    If I provide complete path i.e. C:\....excel it works. I am not sure about this path...
  2. Replies
    2
    Views
    626

    it worked. thanks for your help

    it worked. thanks for your help
  3. Replies
    4
    Views
    1,094

    Thanks John and phinds for reply I got the...

    Thanks John and phinds for reply

    I got the file. it solved my problem. by the way, john, do you have any sample for Registry reading program.

    Thanks once again.
  4. Replies
    3
    Views
    3,148

    Thanks bayard.. I got it, but my first...

    Thanks bayard..

    I got it, but my first question is still unanswered. i.e. How to generate XML using Java (consider you have to fetch data from MS-ACCESS using ODBC)

    Thanks
  5. Replies
    4
    Views
    1,094

    How to get all table names from access

    Hi, I am working on VB-MSAccess project need your help.

    I have 2 queries

    1. I have list box and want to display all the table name from ms access. Is there any way to get all table names ?
    --...
  6. Replies
    3
    Views
    3,148

    Extract Data in XML using Java

    Hi, I am new to Java Programming need your Help
    my assignment is to extract Data in XML format (I have the DTD) using Java.
    Is there any sample code available ?

    What are the advantages of using...
  7. Replies
    2
    Views
    626

    Reading Env variables

    Is it possible to read Unix Environment variables ?

    I an running Java on Sun and defined MYDBLINK as unix env variable. How to read the value of this variable ?
    Thanks
  8. Replies
    1
    Views
    630

    Two Column List

    How to Create 2 column ListBox.
    I have a ItemCode and ItemDesc as 2 columns fetched from Database to populate ListBox.
    Thanks
  9. Replies
    2
    Views
    733

    Handling NULL

    I have following code in Project
    ------
    Function GetData(pSql As String)
    Dim vResult As String
    mySql = pSql
    Set rs1 = conn.Execute(mySql)
    Do Until rs1.EOF
    .....
    I am connecting to Oracle....
  10. Thread: VB XML

    by Jeevandhara
    Replies
    2
    Views
    1,011

    VB XML

    I am trying to parse and load XML file into Tree Control. Section I is what I am doing in my code. Section II is my question.
    Section I -- remember that this is not a complete code. cut-n-paste will...
  11. Replies
    3
    Views
    594

    Object Type

    How to find out the type of clicked object (in focused) ?
    I have 1 form with full of objects such as text box, check box, controls, grid etc. etc.
    When I click on any one of it, I want to know what...
  12. Replies
    2
    Views
    776

    Popup Menu in Grid

    How to implement popup menu (right click) on grid ?
    It works fine with all other objects. but when I right click on grid (which is run time generated) it shows nothing.

    Please advice

    J.
  13. Replies
    2
    Views
    568

    Dara Report

    How to pass Values to DataReport.
    I have a form with UserName and Today(Date) as text box. 1 push button. on click event I am calling DataReport. On DataReport I have 1 text box rUserName. How to...
  14. Replies
    3
    Views
    666

    Re: Stored Procedures

    Which DBMS ?
    for Oracle you can use SQL Navigator/Toad
  15. Thread: DataReport

    by Jeevandhara
    Replies
    2
    Views
    709

    Re: DataReport

    Thank You, Great Help !!!
    It did Work, Now I have another small Question
    How to pass Values to DataReport.
    I have a form with UserName and Today(Date) as text box. 1 push button. on click event I...
  16. Thread: DataReport

    by Jeevandhara
    Replies
    2
    Views
    709

    DataReport

    I have a form (F) with text box T. Also Created 1 DataEnvironment and DataReport. (connection with DB is tested OK)
    DataEnvironment is created using Query statement.
    When new command is created...
  17. Replies
    1
    Views
    462

    Data Report

    Hi, I am writing a small Data report.

    I have a form with 1 Button. have 1 DataReport Created, 1 data environment with command. on the button click I have following code
    Private Sub...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured