Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jofet

  1. jofet

    refresh button keeps adding data

    hi i dont get an expired message though thanks for all your help the script is working now, i used a hidden field..and ill try the strip tags thing see yu thanks again
  2. jofet

    refresh button keeps adding data

    hi, sorry, am a newbee in php, i created a basic form that would add a data using mysql, however, everytime i test and tried to click the refresh button the page adds a new blank record in the database without clicking the send button, why is that happening?, the database is however working...
  3. jofet

    hit counter

    thanks, i'll try to check it out. thanks again
  4. jofet

    hit counter

    hi! please help me on how i could put a simple code to make the number of hits/visits in a website, thanks a lot
  5. jofet

    activating screen saver

    is there a way of activating the screen saver of a certaing computer in a network, is that possible?
  6. jofet

    unbound text box oldvalues?

    is there a way i could get the old value of an unbound text box? for example: there's a value in the unbound text box and i changed it, how do i get the previous value of that text box?
  7. jofet

    Docmd.ApplyFilter does not work

    thanks Terry! and the nice saying! :)
  8. jofet

    Docmd.ApplyFilter does not work

    thanks gny! you're right
  9. jofet

    Docmd.ApplyFilter does not work

    i have this form to open with an underlying table, i need to filter out the record before it shows but it does not work. Private Sub Form_Open(Cancel As Integer) Dim Mystr As String On Error GoTo Error Mystr = Left(Format(Now(), "dddd"), 3) If Mystr = "Mon" Then...
  10. jofet

    Docmd.ApplyFilter does not work

    i have this form to open with an underlying table, i need to filter out the record before it shows but it does not work. Private Sub Form_Open(Cancel As Integer) Dim Mystr As String On Error GoTo Error Mystr = Left(Format(Now(), "dddd"), 3) If Mystr = "Mon" Then...
  11. jofet

    Using value of a control to be a filename in another apps

    i'll read some more about SHellExecute API first. my email address is jofet@quickweb.com.ph, i really appreciate it. thanks Ty!
  12. jofet

    Progress Bar

    I try it out! Thanks again Kathryn! :)
  13. jofet

    Progress Bar

    Do you have examples on how to use Microsoft Progress bar?
  14. jofet

    Photoshop Automation?

    am trying to find out if it is possible to replace the default FILENAME "Untitled-1" in saving images?, i wanted to use a value of a control (a text box) in Access and make it the default value of the Filename in Photoshop (Automation and Command Line they say). thanks.

Part and Inventory Search

Back
Top