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

    Exec/system() performance

    I have a complex algorithm for a backend portion of a website. I'm trying to research and see if it would be better performance wise to write the application in C and make an exec/system call from php? The other option would be to code the entire algorithm in php. It would definitely be...
  2. klaforce

    Disabled Script/CSS

    Hi, I have been working with a user who, when browsing our intranet site would get a weird error. When she first visits a page all the scripting and CSS will not render. We have some menus that are created through PHP and javascript, along with other CSS to display the page. When she...
  3. klaforce

    User not receiving emails

    Hi, I have a user who can not receive emails from the Administrator account. I was using php, but even when I use Outlook to send the email she still does not receive it. (I copied myself on it, and I received it no problem). She can receive email from everyone else, just not that account...
  4. klaforce

    File Upload Help

    Hi, I am working on getting a file upload script working. I am trying to get the example that is used on the PHP.net site. Here is my code: test.html: <!-- The data encoding type, enctype, MUST be specified as below --> <form enctype="multipart/form-data" action="fileUpload.php"...
  5. klaforce

    Dynamic Table Name

    Hi all, I am trying to write one DTS package that can be used for multiple databases. I have about 13 Databases with names called *_SGEP where * is a three letter combination. They all have the same Table TblSafety with the same column names. What I am trying to do is get an extract to...
  6. klaforce

    Memory Problem

    Hi, I have created an application to display live production data at the plant I work at. It is displayed on a screen out on the floor for employees to see, and it is supposed to run all day every day. I use Flash Remoting to connect to a SQL database, and then process the data and call...
  7. klaforce

    Flash Remoting

    Hi, I have a flash file setup that pulls live data out of one of our SQL servers, using a ColdFusion CFC. The data in the database is update constantly, so I repeatedly call the correct function (in the actionscript) to get this data. It works great for a couple of hours (anywhere between 4...
  8. klaforce

    IFrame Question

    Hi, What I have setup is a page (index.htm) with a menu system and an iframe in the middle of the page. By clicking links in the menu it changes the page in the IFrame. My question is, is there a way to scroll the parent (index.htm) scroll bar up in IE? My problem occurs on an especially...
  9. klaforce

    Transaction Log

    Hi, I don't know if this is the right forum or not, but here goes. I am looking for a way to view what is in the transaction log. I have searched google, but the only thing I have found is an application called Log Explorer. I do not want to pay for this application because this is really...
  10. klaforce

    ColdFusion 7 Flash forms

    Hi, I am working with the new flash forms in CF7, and I have running into problems. I am using the following simple code just to test it, but I am still recieving a blank page (like when you have HTML in between the form tags). Here is the code. <html> <head> <title>Untitled...
  11. klaforce

    Disabling Space Bar Power Point

    Hi, I have a need to disable the space bar key on certain slides, so that if the user hits the space bar key it does nothing instead of advancing to the next slide. Is there a way to intercept the key press and just not process it? I am using Power Point XP. I know that kiosk mode is...
  12. klaforce

    Newbie Question

    Hi, I have never used CVS before, and what I am trying to do is access the Jakarta POI project. I am using wincvs, and the command that it generates is: cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout -P -d C:\HWPF -- jakarta-poi (in directory C:\HWPF) But it throws the...
  13. klaforce

    Help using COM

    Hi, I am developing an application that will read a Microsoft Word Document and display it as HTML. I am using the following code, which is an example off of livedocs. However, I am getting this error message: An exception occurred when instantiating a Com object. The cause of this exception...
  14. klaforce

    Last Date Modified

    What I am trying to do is create a footer on all my pages under my root folder that contains certain information, especially the last modified date of the page. I have got the code working to get the last modified date (using javascript). I put the javascript code (posted at end) in the...
  15. klaforce

    CF Report Builder

    I don't know how many of you have worked with CF Report Builder yet, but I am trying to test out the report generation before we upgrade. I am trying to generate a Safety report for our plant, so it is just a couple of charts. However, looking at the report builder you have to generate it...
  16. klaforce

    window.open help

    Hi, I have a page with the following code (just a link to popup) which leads to another page. From this popup page I would like to popup another window, but it will not let me, it just treats it like a normal link and moves inside the first popup window. ------Test Page-------- <!DOCTYPE html...
  17. klaforce

    making a connection to AD

    I am trying to create a password reset utility for my company, and I want to use .Net to do this. Right now I am just trying to get a connection to AD. I keep getting the following error "System.Runtime.InteropServices.COMException: The specified domain either does not exist or could not be...
  18. klaforce

    Debug Flash

    Hi, what I have is a ColdFusion page that the user picks a date, and then it passes that date (in a URL variable) to the Flash swf file that I have. In the Flash I connect to a CFC using NetServices, however, I do not think that the URL variable is being passed correctly to the CFC, and I am...
  19. klaforce

    Dynamic Text Boxes

    Hi, what I am trying to due is pull data from a database (got that working) and trying to display the data. I do no know how many records I will have so I need to do a for loop and create text boxes. So my test is as follows: //create some formatting for our text box myTextFormat = new...
  20. klaforce

    Resize Flash (movie itself) on the fly

    Is it possible to resize the size of the Flash movie itself on the fly? For example if you go to Modify->Document and set the width and height to 500 by 500. Is it possible to change it to 600 by 600 with actionscript? Thank you for the help. Keith www.clemson.edu/~davidla The most...

Part and Inventory Search

Back
Top