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

    perl curl

    I am re-writing my rets application in perl, and I have found a few modules that will help me on my way. One of them being WWW::Curl:easy. During my testing, I have tested both system curl and perl curl. At this point I can get the system curl to correctly connect to my server. However, I am...
  2. jrottman

    Creating a Global Config

    So I think I have made some head way with my perl education. In order to teach my self more. I have started to convert some of my cf scheduled tasks to perl applications. One area where things are kind of fuzzy is setting up global variables that can be called from any module with in an...
  3. jrottman

    Find and Renaming files via RegExp

    I know it is possible to search a string and determine whether or not the string has the regexp with in the string. What I am trying to accomplish is renaming of files that have either non-standard or illegal chars with in the file name, but still retain the file extension. IE If I were to...
  4. jrottman

    Bareword & uselss variable

    I am using posix to create a daemon of the perl app that I am working on. However, I have run into a small snag. I have broken each of my sections into separate perl files and I have used require to import the separate perl files (not sure if this is the right way, but still learning here)...
  5. jrottman

    Email Event Listener

    I am working on a small perl app that will facilitate a large portion of our transaction management system. I have found one stumbling block with writing this application in perl. I have yet to find a way to create a persistent event listener. IE the application is constantly connected to an...
  6. jrottman

    Textarea Inner Margins

    I am successfully implemented tinyMCE with in a flex based application, this editor is absolutely fantastic when working with flex. I however have run into two issues that I am a bit lost on. The primary issue that I am currently working on is setting margin spacing with in the textarea. Right...
  7. jrottman

    Issues with PopUps and innerhtml

    I am working on a plugin for tinymce and I have run into one little snag. The plugin I am working on is an advanced preview plugin. When the user clicks the preview icon, it pops up a new window. Normally I would get the content from the editor from the popup. However I am using coldfusion to...
  8. jrottman

    Email Event Listener

    I am working on a app that requires an event listener for my email server. I have created teh app in java previously but the app is just to bulky. I was given the idea to re-create it in app in perl to help trim up some of the memory usage. Thus far everything has worked like a dream. The one...
  9. jrottman

    Working RETS Auth Script

    Well since this project got canned due to server errors with my local IDX provider I really don't have time to write up a formal tutorial on how I did this. But I am going to post my code (pretty easy to understand). <cfhttp url="http://myrets.server.com/LOGIN_URI" method="get" />...
  10. jrottman

    Digest Authentication Issues

    Has anyone ever successfully performed a remote http server digest authentication? I am currently building a script that authenticates against a server using a supplied username and password. All of my attempts thus far have come up empty and I am not quite sure where I am going wrong with...
  11. jrottman

    Accessing Childen of an IFrame

    We are working on a flex application, within this appliation, we are using an IFrame to display a page with FCKeditor on it. The issue I am having is this, I am unable to hit any of the functions within the page we are load in the iframe. More or less I am not sure how to access the children...
  12. jrottman

    Help with a query.

    I am working on a search screen, in the returned results, I have one column that I need to return where the results for that column are combined. IE if I have two returned values for the column partyName, I need them to show up as one record, instead of two. Here is the query that I am currently...
  13. jrottman

    CFC not output returned XML

    I am writing a function with in my cfc that I am using to return xml. The test code outisde of my function works perfectly, however when I put the code with in my function the I get this error. XML Parsing Error: xml declaration not at start of external entity Location...
  14. jrottman

    Directory Listing to Array of Strcutures

    I have setup a controlled test. In my directory structure, I have the following folders. AD PC SPDS Inside each of those folders, I have placed, text files. So I get a final structure like this AD file.txt PC file.txt file.txt file.txt SPDS file.txt file.txt The issue I...
  15. jrottman

    Returing Directory List as an array

    I have a field in my db that is a list, the list contains all the information of spcecfied directories on my server. I store this list in my db under the field fld_docDisplay. In each of my test folders I have sub-directories that I am using to organize the files I received by my paperless fax...
  16. jrottman

    help with query off a list

    I have a fielda in my database, fld_bagent. In both this field I am storing the agent Id attached to a particular file number. What I am trying to do is query my userlist table agaist the list. So that for every entry into the list, I can return all the user information for that user. Here is...
  17. jrottman

    Exclusion query

    Basically, I need to search the daily mls updates that we pull for any listing with our company codes, and compare that agaist our own database, to find out if we are missing any records in our own database that are listed in the mls. I am not sure if this is the right way to go or not. Can...
  18. jrottman

    Hiding Current Div

    I am working on a small app. And I have ran into an issue. How can I hide the current div that is being displayed when I click on a link, and load the new div.
  19. jrottman

    Form Field Binding

    I have 10 form fields that require this document code to be placed into them. Instead of having to write 10 seperate versions of this pop up how can I dynamically change the fieldname. Here is an example of hte setup I have right now. What I need to do is change the fieldname in...

Part and Inventory Search

Back
Top