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

    Advise on Weblogic new developer

    Please advise what areas of Java I should learn to be able to develop on Weblogic. I am currently reading "Head First Java" and will next get "Head First Servlets" book. Advise what areas I should concentrate on? Also I am practicing currently on Tomcat. Advise if I am in the right direction?
  2. toyt78

    Tag entry in textarea

    Thanks
  3. toyt78

    Tag entry in textarea

    I have an input form where I am wondering how I should approach user entries. For example I would like to make bullets before each sentence. If I use the li tag inside my pre tags it will work but was wondering if there is a better way or even should I bother asking users to input their...
  4. toyt78

    Select records to show on action page

    Thanks!!
  5. toyt78

    Select records to show on action page

    I have a page that list all my records in an Access 2000 database. I want to be able to check boxes next to specific records and then show those records only on the action page. I seem to be having problem fetching the checked checkboxes where it always shows all the records on the action page...
  6. toyt78

    Delete files after certain amount of time

    I need to check a directory once a week and delete files in it that are over 60 days old. Please advise how this can be done on a Windows 2000 Server. I assume I will need to do it using Task Scheduler and was wondering if Windows 2000 has something that can do this or do I need to create a...
  7. toyt78

    Quotes in preview page not processing

    Thanks
  8. toyt78

    Quotes in preview page not processing

    Thanks, so I will use the htmleditformat on all my fields and probably should always use that function??
  9. toyt78

    Quotes in preview page not processing

    Also which one is the best or most efficient to use?? The #REPLACE(FORM.fieldOne,"""","""""","ALL")# or the htmleditformat??
  10. toyt78

    Quotes in preview page not processing

    thanks to both of you. I never heard of htmleditformat(FORM.fieldOne) It seems to work best when I put it in my Update AND Preview page for fieldOne Is it okay to put a trim in front of it on my Update page: #trim(htmleditformat(FORM.fieldOne))# and what are some of the precautions I should...
  11. toyt78

    Quotes in preview page not processing

    I have a update preview page (working with Access 2000 database) that works but the only problem is if the text input has quotes in it the information is cut off where the quotes start: Data entered in fieldOne: here is "word" would be entered in database as: here is The update page...
  12. toyt78

    Archive information

    I have an Access 2000 database where I have a Project Status Field and Archive fields. Each time the Status is updated then the Status field info is copied to archive field. Like this: Status data is updated and the old status field info is copied to Archive field 1 and the Archive field 1...
  13. toyt78

    Login to certain page if coming from a specific page

    I have login page for two pages. I am trying to get it to go to one page if it is at a certain page (view.cfm) and for all other pages it comes from it should go to the main page (index.cfm). I tried conditions based on referer page but it wont work and always seems to go to the index.cfm...
  14. toyt78

    Referer page condition check

    Thanks
  15. toyt78

    Referer page condition check

    Isnt there something where I can write a condition on a page dependent on where the user comes from? I have a page that clicks onto a record page where I want to put in a condition on the record page that if the users comes from a certain page then he will not see certain link. Is this correct...
  16. toyt78

    Label advise.

    The information is based on System status and not really tied in category to any type and just tied to latest random word entries.
  17. toyt78

    Label advise.

    Its not marked by date. It is archived by latest entry. The latest entry is: History Archive One The the entry before that was: History Archive Two and so on... Any suggestions on better labels?
  18. toyt78

    Label advise.

    I have 4 history sections on my page and having trouble on what to label them. I need advise on what to call the labels for my History sections? I am currently using History Archive One for my first section and History Achive Two for my second section and so on. Please advise because I dont...
  19. toyt78

    Search just one directory

    I have the Google search engine now searching everything on our servers. How or what is the parameter to make it search recursively in just One directory on my server?? <code> <form name="google" method="get" action="http://mybox.here.com/search"> .... </form> </code> Do I need to tell Server...
  20. toyt78

    Shorten link conditions

    I made a typo on the code. Here is correct one: <a href="report.cfm?<cfif len(trim(form.varOne))>varOne=#varOne#</cfif> <cfif len(trim(form.varTwo))>&varTwo=#varTwo#</cfif>> <cfif len(trim(form.Three))>&varThree=#varThree#</cfif>">Report link</a>

Part and Inventory Search

Back
Top