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 SkipVought 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: EricE
  • Order by date
  1. EricE

    vertical scroll property on textbox control

    Can anyone point me in the right direction on how I can make the text concatenated to the end of a textbox control appear in a textbox on screen? In order words, I want to be "scrolled down" to the bottom of a textbox when something is added to the end rather than being returned to the top of...
  2. EricE

    Query reference by ID

    I always have trouble with this concept when referencing ID's in a database and I was wondering if anybody had any feedback. If I have the following 2 tables: table DB_RECORDS has columns ID (int),Name (varchar 25),State_ID (int) table DB_STATES has columns State_ID (int),State_Name (varchar...
  3. EricE

    advice on the most efficent way to cross reference

    I am working on a project with php/mysql. I have 2 tables with the following columns: ------------------ table projects: projectid,summary,details,author table users: userid,email,password,first,last ------------------ When a project is submitted into the projects table the author field...
  4. EricE

    clear text in Flash

    I have noticed that all the text in my Flash swf's is not crisp and contains anti-alias type problems. I have seen some sites where the small 10-12pt fonts are clear and easily read. Does anyone have any tips or tricks? Eric
  5. EricE

    apache13-modssl install problem from ports

    I have been trying to install modssl from the ports collection on freebsd 4.4stable, but I get the following error. I have tried cvsup'ing the www ports collection and even deleting the /usr/ports/www/apache13-modssl directory and cvsup'ing it again to make sure that everything is fresh. I also...
  6. EricE

    apache13-modssl install problem from ports

    I have been trying to install modssl from the ports collection on freebsd 4.4stable, but I get the following error. I have tried cvsup'ing the www ports collection and even deleting the /usr/ports/www/apache13-modssl directory and cvsup'ing it again to make sure that everything is fresh. I also...
  7. EricE

    testing if a URL exists

    I tried it spookie...seems to work great for one thing but not for the other. The other is testing to see if a live mms://url.com/show microsoft streaming media stream is active. The fopen doesn't seem to work for that. ty, Eric Eric
  8. EricE

    testing if a URL exists

    I am looking for a way to test if a URL exists. For example, I want to know if http://www.yahoo.com works or it doesn't. Is there a way? Eric
  9. EricE

    Informix Database

    Does anyone know if the Informix Client SDK is available for Win2k servers? I know there is one for Linux. I heard there is one for FreeBSD. Win2k? I need to compile PHP with Informix support, but it seems I need this SDK if it exists. If anyone knows or has any helpful information about...
  10. EricE

    Session Variables Expire

    My guess is your session var expire time is set to a low time in your php.ini or possibly the var you registered as a session var is reused in the form that it appears to "disappear". Eric
  11. EricE

    authenication and directories

    Hokey, I have tried that but I haven't been able to access images that are outside the root. If I have the directory /home/webdev/html as my html root and I put an image in /home/webdev how would I access it? Thanks, Eric Eric
  12. EricE

    authenication and directories

    Alright...I've beat my brains to a pulp and ran my fingers bloody trying to figure out how to protect ALL files (including images) within a directory. I would like to use a PHP function which I have successfully written, however, if someone were to directly link to an image file within the...
  13. EricE

    Passwording Datasource using Access DB

    The CFQUERY tab can take the parameters username and password. Where are these two things set so the db will recognize that the db needs a password. I have tried setting up different security items inside Access for the db but I have had no luck. I do not have access to the Cold Fusion...
  14. EricE

    CFschedule ?

    sylvia70, Scheduling is used best for events that you want the cf server carry out at specific times. It would be easiest to refresh the cfm page using the HTML meta tag at the beginning of your document. <head> <meta http-equiv=&quot;refresh&quot; content=&quot;180&quot;> </head> Hope this...
  15. EricE

    Confirm delete

    Thanks Darkman, that works great!
  16. EricE

    How to pass javascript variable to coldfusion?

    giahan, How do I do this same thing passing url variables instead of form vars?
  17. EricE

    Confirm delete

    I have a Cold Fusion based calendar. I have(graphic) button on it that allows a user to delete stuff off the calendar when clicking it. I want a &quot;are you sure&quot;? I know I can use javascript, but my problem arises since the &quot;button&quot; has to pass javascript variables through url...

Part and Inventory Search

Back
Top