Search:

Type: Posts; User: smh

Page 1 of 13 1 2 3 4

Search: Search took 0.30 seconds.

  1. Replies
    10
    Views
    809

    Thanks for the help!

    Thanks for the help!
  2. Replies
    10
    Views
    809

    I don't understand how that would work. I am...

    I don't understand how that would work.

    I am given day #225 of 2001. I have no idea what month or day of the month it is. I just know that it is the 225th day of 2001.
  3. Replies
    10
    Views
    809

    I did write a quick function, but it will only do...

    I did write a quick function, but it will only do this year (2002).


    Ex: The following code is looking for day #32 which is Feb 1.

    Dim M
    Dim D
    Dim Y
    Dim newDate As Date
  4. Replies
    10
    Views
    809

    I have never used it myself. I found it by...

    I have never used it myself. I found it by looking through my MSDN help.
  5. Replies
    10
    Views
    809

    Actual date of the year

    I know the DayofYear function returns the number of the day in the year. Is there any way to reverse that?

    Ex: Enter 32 and you should get 2/1/02 returned.

    Thanks,
    SMH
  6. Replies
    2
    Views
    344

    Javascript Enabled?

    Does anyone have any sample code to check if Javascript is enabled on the users computer?

    Thanks!
  7. Replies
    4
    Views
    1,043

    I have found a way to do this, but I will have to...

    I have found a way to do this, but I will have to post back later, as it is time to get out of the office....
  8. Replies
    4
    Views
    1,043

    I do not want to use a button to clear the...

    I do not want to use a button to clear the contents though. I want to click the radio button a second time to unselect it.
  9. Replies
    4
    Views
    1,043

    Unselect Radio Button

    Once a radio button is selected, how can you unselect it without selecting another radio button (no radio buttons should be selected)?
  10. Thread: Apostrophe Error

    by smh
    Replies
    4
    Views
    417

    Thanks!

    Thanks!
  11. Thread: Apostrophe Error

    by smh
    Replies
    4
    Views
    417

    Apostrophe Error

    I am using the following code to submit values to a database. How can I adjust the code to allow information with apostophes to be allowed without messing up the SQL statement? (Using VBScript)
    ...
  12. Replies
    3
    Views
    486

    Example: There is a 'Print Report' button on...

    Example: There is a 'Print Report' button on Form1.asp. When they press this button, the data should be loaded from the database into Form2.asp and print the form without the user seeing Form2.asp...
  13. Replies
    3
    Views
    486

    A way around opening a form

    (I am used to programming in VB, so my web knowledge is very limited.)

    How can I load information into and print a form(form1) from another form(form2) without the user seeing the form(form1)...
  14. Replies
    7
    Views
    415

    Thanks, worked great.

    Thanks, worked great.
  15. Replies
    7
    Views
    415

    This is what the button is on the first form. ...

    This is what the button is on the first form.

    <input type="button" value="Print Application" id="button2"
    name="btnSubmit2" size="22" onclick="ck_Values()">

    I can not use the type...
  16. Replies
    7
    Views
    415

    Find out which button was clicked

    I am very new to internet development, so please bear with me.

    There are 3 forms: form1, form2, and report1.

    On form1, I have two buttons, button1 and button2.

    When you select either of...
  17. Replies
    3
    Views
    329

    Nice to see you too! The only changes that I...

    Nice to see you too!

    The only changes that I have made is adjusting some of the tooltips notes, changed the caption of a label, and changed 1 line of code. How much trouble will that cause?
  18. Replies
    3
    Views
    329

    Updating without reinstallation

    I want to update an application I have made in VB 6.0 without having to reinstall it. (Similar to how Microsoft has Service Packs.)How can I do that?
  19. Replies
    1
    Views
    3,265

    Datagrid buttonclick event

    I am using the datagrid to show some information about a person, but I have a password field that can not be shown in the datagrid for security reasons. I need to enable it so that when the user...
  20. Thread: Resolution

    by smh
    Replies
    4
    Views
    342

    Look here : ...

    Look here : http://www.vbworld.com/demos/getscreenres/
  21. Thread: Resolution

    by smh
    Replies
    4
    Views
    342

    I actually got mine from here in VB World. I...

    I actually got mine from here in VB World. I will try to locate it for you and post back.
  22. Thread: Resolution

    by smh
    Replies
    4
    Views
    342

    Resolution

    I have code to change the resolution programmatically on a computer. The only problem is that it won't work on a computer with an ATI 3D Rage IIC video card. The reason why it won't work with this...
  23. Replies
    13
    Views
    528

    I am going to go home and get some sleep now. ...

    I am going to go home and get some sleep now. Maybe I will be able to think better on a fresh mind. It's 2AM here. I am soooo glad I have tomorrow off!

    Thanks for your help. If you think of...
  24. Replies
    13
    Views
    528

    Sorry, the screen is there now. I didn't know...

    Sorry, the screen is there now. I didn't know you couldn't attach Word files, so I had to make it a jpeg
  25. Replies
    13
    Views
    528

    The only problem with that is that they need to...

    The only problem with that is that they need to be able to edit the cells in the datagrid.
  26. Replies
    13
    Views
    528

    That is not understandable because the spaces...

    That is not understandable because the spaces were deleted in my "mock table". I have attached a screen print of how I really typed that:
  27. Replies
    13
    Views
    528

    The more I think about it, I think you are right....

    The more I think about it, I think you are right. I don't know if you can update a recordset when you use "Order By".

    The balances are coming out correct, as far as I can tell, but they are not...
  28. Replies
    13
    Views
    528

    If your assumption is right, then this code is...

    If your assumption is right, then this code is impossible then?

    If not, here is my full code:

    ********************************************
    calc.Open "Select date, time, credit,...
  29. Replies
    13
    Views
    528

    If I take out the "Order By" clause, it works.......

    If I take out the "Order By" clause, it works....

    ???
  30. Replies
    13
    Views
    528

    Thanks for the suggestion, but it's still giving...

    Thanks for the suggestion, but it's still giving me the same error...
  31. Replies
    2
    Views
    389

    Why don't you use the count function in the SQL...

    Why don't you use the count function in the SQL query instead of adding 1 each time?
  32. Replies
    13
    Views
    528

    Provider Not Capable of Request

    I am getting the "3251 - Provider is not capable of request...." error when I run this code. I get the error on the first "calc.Update". Can anyone tell me why?

    I have a feeling that it has...
  33. Replies
    0
    Views
    643

    server has not been opened yet

    This is my code for using the crview for crystal reports from vb. On the highlighted line, the program gives me the error that "Server has not yet been opened". What is causing this error?


    ...
  34. Thread: dao question

    by smh
    Replies
    1
    Views
    417

    dao question

    I need to see an example of the DAO syntax for reading an array from a text file. Can anyone help?
  35. Thread: I'm Back......

    by smh
    Replies
    15
    Views
    534

    mmmm...cake.... I forgot about that. I will...

    mmmm...cake.... I forgot about that. I will have to take some out of the freezer when I get home tonight.
  36. Thread: I'm Back......

    by smh
    Replies
    15
    Views
    534

    We had a good 'ole drunk time. I haven't gotten...

    We had a good 'ole drunk time. I haven't gotten my pictures back yet, but I am expecting to get them back any day. Then I will post some.
  37. Thread: I'm Back......

    by smh
    Replies
    15
    Views
    534

    I'm Back......

    ....and married....
  38. Thread: & Character

    by smh
    Replies
    4
    Views
    457

    Thanks a bunch!

    Thanks a bunch!
  39. Thread: & Character

    by smh
    Replies
    4
    Views
    457

    & Character

    I want to put the '&' character into a label, but it wants to default to a shortcut. How can I do this?
  40. Thread: Allignment

    by smh
    Replies
    1
    Views
    426

    Allignment

    Is there any way to easily right allign a masked edit box?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width