User Profile

Collapse

Profile Sidebar

Collapse
schandraram
schandraram
Last Activity: May 29 '07, 08:57 AM
Joined: Sep 1 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • schandraram
    replied to i got stuck!
    How does the cursor move to the other box when you press Enter? This is not the default behaviour in Windows applications, so maybe you have coded something in one of the events of the first text box?

    Chandra...
    See more | Go to post

    Leave a comment:


  • schandraram
    replied to format for datetimepicker
    What version of VB are you using?

    Maybe you could try:
    Code:
    totdays = DateDiff("d",d1,d2)
    Chandra...
    See more | Go to post
    Last edited by Killer42; Sep 14 '07, 01:41 PM. Reason: Reduced excessive quote block

    Leave a comment:


  • I know its way too long after your post... but this might be helpful to you later too ;-)

    The message box constant is a number whereas when you use the Line Input statement, you are reading in a string. Convert this string into a number and the code should work.

    Hope this helps
    Chandra...
    See more | Go to post

    Leave a comment:


  • schandraram
    replied to VB6 and Access 2003
    Look at the example for opening a record set... you need to mention the connection to the database from which this record set will attempt to fetch the data.

    Hope this helps
    Chandra...
    See more | Go to post

    Leave a comment:


  • Just as a matter of explanation...

    the Dir() function returns the name (not the full path) of the _first_ file found for the specified string. So Dir("*.*") will return only one name and so the Kill statement only deletes that file....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...