Results 1 to 6 of 6

Thread: comments in VB and call stored procedure with return

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    Sao Paulo - SP - BRAZIL
    Posts
    65

    Unhappy

    1) as I place a block how comment in VB?

    2) as I can come back parameters of a stored procedure with many selects?

    thank you in advance
    [email protected]


    The blessing of God enriches and it doesn't increase pains

  2. #2
    Guest
    Can you please rephrase that? i do not understand what you mean.


  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    What do you mean?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    Sao Paulo - SP - BRAZIL
    Posts
    65
    Hi Excuse me

    How I put comments lines in VB , in many lines

    How I return value from Stored Procedure to VB ?
    The blessing of God enriches and it doesn't increase pains

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Still a bit unclear

    You can put several comments like this:

    ' comment comment comment
    ' comment comment comment

    a function procedure returns a value

    value=functionname(parameters...)

    I'm probably just guessing what you try to ask here
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6
    Lively Member
    Join Date
    Jun 2000
    Posts
    82
    If you want to comment or uncomment a large block of code in VB6, use the Edit toolbar. There are buttons on there for doing this. (View>Toolbars>Edit).

    If this is a feature you use regularly, you can also customize the right mouse menu and add these buttons to it.
    Click View>Toolbars>Customize
    Check the Edit and Shortcut Menus items
    Drag the comment block command from the edit menu to Code Windows>Code Window
    Close them both
    Now when you right click on a selected block of text in the code window, you can comment it.

    [Edited by Andrew Empson on 06-23-2000 at 12:27 AM]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width