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!

Search results for query: *

  • Users: jofet
  • Content: Threads
  • Order by date
  1. 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...
  2. 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
  3. jofet

    activating screen saver

    is there a way of activating the screen saver of a certaing computer in a network, is that possible?
  4. 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?
  5. 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...
  6. 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...
  7. jofet

    Progress Bar

    Do you have examples on how to use Microsoft Progress bar?
  8. 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.
  9. jofet

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

    Is there a way so can i use the value of a control and make it as a default filename in saving a picture in Adobe Photoshop? Please, thanks guys!
  10. jofet

    dial up?

    hello! can you please give me an idea on how to configure my home computer so i can dial it up from the office? i sometimes forgot to bring some files to work, can you please help. Thanks a lot.
  11. jofet

    Access startup logo

    Is there any way, to disable the Access start up logo? thanks.
  12. jofet

    getting log names

    is there a way to get the name of the pc (windows network login name) in a network that modified a certain record and put it in a table for reference? thanks :)
  13. jofet

    how do i enable/disable bypass key (shift key)

    there is a way to enable the bypass key(shift key) (Access help) but how do i disable it? and open the entire database again. thanks.
  14. jofet

    What does a STACK OVERFLOW mean?

    When i boot up my PC it say i have a  Windoes errror "stack overflow" and recommends that i edit my sys.ini "minSPs" and increase it. What does it mean and what do i do? Thanks
  15. jofet

    Picture in .JPG shows only icon in Access97

    Is it possible to view the a real picture in Access that is saved as .jpg (JPG file)?<br><br>I tried to insert an object in a OLE Type Field but it showed only the JPEG Icon not the real picture...(&quot;View as Icon&quot; is not checked by the way).<br><br>I hope you can help me with this...
  16. jofet

    jpg or bmp?

    am making a personnel databsse. i like to put a picture to it, what is the best file type should i use? Jpeg, bmp or any other? thanks.
  17. jofet

    Word 97 slows down when i print..

    Response from Word is slow when i print (any Document), i cannot make a new document right a way when i am printing, i tried to check/uncheck background printing but still same.<br> I have enough memory in my PC, would it be a printer problem? <br> THanks... <br> <br> jyt

Part and Inventory Search

Back
Top