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: grtfercho
  • Content: Threads
  • Order by date
  1. grtfercho

    Regexp for search engine

    Normally I do good with RegExp, but this time I'm kinda stucked. I'll use the pipe (|) as begin/end delimiter. User enters a string like |"google search" syntax verity| boss wants that string to be transformed into |"google search" AND syntax AND verity| Basically create ONE ( and only...
  2. grtfercho

    Project Management Tool

    Hello everyone I'm looking for a Project Management Tool that can help me track projects,tasks, that has a calendar etc. I need to start organizing a lot of the things I have flying around. Normally I would opt for a CF application, but since money is a factor this time I would think something...
  3. grtfercho

    Project Management tool in PHP/MySQL

    Hi I'm looking at a nice application called dotproject (http://www.dotproject.net) but since I'm in a shared hosting plan I'm having problems with the installation, I keep getting connection errors, I already contacted customer support and will be waiting for an answer In the meantime though...
  4. grtfercho

    Brand new look.

    I just want to say that it was time for a change, the new look of the forums is great. I only hope we can select our own theme a-la www.dwfaq.com. next step, try to improve the code, Xhtml compliant comes to mind... Anyhow, cheers to the developers of www.tek-tips.com. Keep up the great job...
  5. grtfercho

    How to create a tiny version of TGML?

    We a have a ticketing system that handles requests and follows up on the status of the request. There is a section where one can enter details about the solution. The problem is that when somebody posts some CFML or HTML code as part of the solution then the page actually renders those comments...
  6. grtfercho

    name of all PDF/FDF field names

    I created a multipage form based on a government paper form. All went great until I started creating the FDF file dinamically. I seem to copy/pasted the same field more than once on the pages using the same name. Is there a way or a piece of software that can help me see all the names of the...
  7. grtfercho

    Carbonless 3 part order form. How OMG how?

    I have a small database with a few tables. I want to print Carbonless Order forms 3-part (white/canary/pink). What I need to print in all is the distributor code, an autonumeric value to represent the Order Number and a few particulars for each part ( on the white for example print 'Customer...
  8. grtfercho

    Hierarchical Queries

    Hi. I'm posting here too ( I had a posting in 9i Forum with no answers) in hopes that somebody may have an answer. I have a list of work_groups or departments. Every work group has a parent and the root of the tree has a value of null for the parent field. On the other hand I have in my...
  9. grtfercho

    Hierarchical Queries

    Hi. I have a list of work_groups or departments. Every work group has a parent and the root of the tree has a value of null for the parent field. On the other hand I have in my employees table a column that links each employee to a work group. Making a join like this. select level...
  10. grtfercho

    Javascript code in color

    Hello. I'm trying to find an editor, any editor (text,HTML or Javascript) that can show me the Javascript code I have color coded on Screen and then when I want to print it to paper I can see the same thing. The Code with colors on Paper. I'm using DWMX and I get to see all the JS code nice...
  11. grtfercho

    Search and Replace ID's

    I "inherit" a lot of pages where the ID's for all input elements have the format id="some_name" or id="some_option_3" what I need is something fast and simple that will get rid of all the "_" and clean my code to something like id="somename&quot...
  12. grtfercho

    form submit with link+javascript doesn't work

    This is a really short version of my problem. Any other code I stripped is just text and tables. I'm going crazy trying to understand why the form won't submit using the link and Javascript. <script> function jump(txtvalue){ document.myform1.whereto.value=txtvalue...
  13. grtfercho

    DB is up but connection is down how??

    We are using a Coldfusion 5.0 Server and from time time our users get a message 3114 ORA-03114: not connected to ORACLE However when I try to login to the database using other Software(TOAD, SQL*PLUS) it connects without problems. So I go to Coldfusion administrator and press the...
  14. grtfercho

    Insert text in the middle of a textarea

    Hi everyone. I have a form that's used by a group of employees to send out an email to people. In the form I have a textarea where the body of the message goes and I also have a Combo Box with some pre-set values that come from the database for that particular company. ( company name, company...
  15. grtfercho

    Two servers/ Two applications session timeout problem

    Ok. Here's my problem. Two Servers each running CF. On server1 I have two applications one for general public and the other (if you have the login/password) for the registered users.Let's call it app_enter_forms. Now on my Server2 I have a third application that was created for the...
  16. grtfercho

    different look for http, ftp and mailto links

    Is there a way to have a different link color for all href possible values without defining new classes for all the links? If I were to start building the website I would use classes... however, this project I have already has a huge amount of links to different sources... FTP, HTTP and mailto...

Part and Inventory Search

Back
Top