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 Chriss Miller 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
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. toyt78

    Shorten link conditions

    I have a Search Results page in MX 6.0 that has a link to a report that includes all the search criteria and it works great. Here is my link now where I shortened to 3 variables for this post but I am actually checking 10 variables on my page: <a href="report.cfm?<cfif...
  12. toyt78

    Reg Expression in CF

    I want to put in a reg expression to condense my conditions below. Instead of having this: <cfif #cgi.PATH_INFO# CONTAINS "mydirectory/dirOne/pagehere.cfm"> &gt; <a href="http://www.sun.com/">Info</a> </cfif> <cfif #cgi.PATH_INFO# CONTAINS "mydirectory/dirOne/anotherOne.cfm"> &gt; <a...
  13. toyt78

    Best way to make reports?

    I have an Access 2000 database that maintains an average of 80 records. A record can take up about a page but most take up about half a page and all the records output on a web page can take up 40 web pages so there must be a better way to output report of all my records and make them print...
  14. toyt78

    all tables

    How do I find all tables in the sql server database?
  15. toyt78

    Change validation not working with NS7 large textbox info

    I have a JS that checks if my selects, text and textboxes were changed on a form and lets the form process if any changes were made. If no changes were made then it pops up an alert message. It works in IE and but wont work in NS7 when a textbox has alot of info in it. Please advise of a...
  16. toyt78

    Weblogic training

    We have a Weblogic Portal that I have never used. Currently I am just learning Java using Tomcat container. Is Weblogic more advanced Java programming and development using EJB's? I have a basic understanding of OOP and databases. I would now like to take a Weblogic class. Please advise what...
  17. toyt78

    Saving CF generated Excel file

    I have an Excel file that is generated from an Access 2000 database using Cold Fusion MX on a Windows 2000 server and it works great. I am now trying to copy this Excel file into another folder once a week where I will use the CFScheduler. Both my copy attempts are not working and just show...
  18. toyt78

    Count of field hits

    I have information: ID value 1 1 2 1 3 2 4 1 5 3 2 2 I need to get a count of how many times each value occurs: 1 occurs 3 times 2 occurs 2 times 3 occurs 1 time The sql here gave me a value but not the total number of occurences of each value in the Access 2000 database...
  19. toyt78

    Replace beginning date value on update of form

    I have a field value update information box where it sometimes looks like this: (08/12/05) stuff here etc... Date will always be in the dd/mm/yy format. I need to create a condition to check if the date is the first part of the value and replace or reg expression to eliminate the date part...
  20. toyt78

    Query result to spreadsheet

    How can I get a query to show up in an Excel Spreadsheet?? I have a query result that shows records on a page and I need the page to have a link or button that will bring up the query result in an Excel spreadsheet. I can get a regular query to work and show an Excel spreadsheet but now I need...

Part and Inventory Search

Back
Top