Search results

  1. Emmanuel

    Folder empty script

    Hi guys, I have the code below that a friend gave me, but I need to change it to check multiple folders. Can you please provide me with some help? I need to do something like an elseif so it can check folders: "\\tbstp\R2W\Admin\Watch" "\\tbstp\R2W\Admin\Watch2" "\\tbstp\R2W\Admin\Watch3"...
  2. Emmanuel

    How to exit the code if the remote folder is not found.

    Hey guys, I have this piece of code which works fine to pull the files from the remote server if the server is available. However, this server is taken down several times a week for back up and maintenance. My problem is that when this script runs and the server is down, I just get a "Path not...
  3. Emmanuel

    Copying files only if they exist

    He guys, I have a quick question regarding a code I wrote. I need to copy some files from one server to another every day, but some times they script starts running before the files are available and that is causing the script to fail. Could someone help me troubleshoot this code to enable it...
  4. Emmanuel

    Table list view code???

    Hi team, I'm looking to get a code that I can use to list the fields inside a table. I am in the process of converting all our tables to views so that I can better maintain it for the users and give it more functionality without the users having to link to many tables. The problem is that some...
  5. Emmanuel

    Crystal Datename formulas

    Hey guys, I have a weird report that is not working in Crystal. Now this runs fine in straight SQL, but for some reason I created a command in Crystal and it gives me all kinds of errors. Is there any way of doing this in Crystal? Even if it is in a different way. select a.ID_, a.Person_...
  6. Emmanuel

    20 Gigs of HDD space missing

    Hey guys, I have a very interesting question that I hope you can answer for me. I have a Dell XPS 410 with a 320 GB hard drive and back when I got it, I decided to format the computer and remove Vista since I hate the OS. The issue is that I was going to format once again to install a newer...
  7. Emmanuel

    Access form on the Web

    Hi all, I am looking for a way to build a form like the attached into a website that I can share with users without the need of them installing Access on their PCs. I have provided a snap shot of the form as well as a sample data base. The form will allow the user to add their tech number one...
  8. Emmanuel

    Text formatting in ColdFusion.

    Good day to all, I am new to coldfusion programming, but I have done some web development with it in the past 6 months or so. Here is my issue. I build online queries so that users in other departments can run their reports without the need to use any applications like Acces or Crystal. One...
  9. Emmanuel

    Show all dates with left joins.

    Good day to all, I have a very interesting dilema, but hopefully a simple one. I have one table that has the date of the order and the order number. My problem is that I need to show on the results of the query all the dates for a specific month and null values on the dates that don't have any...
  10. Emmanuel

    Suggestions for my website

    Hey guys I recently finished my third generation website. Meaning that this is the third revision I have done to it. I am using a comnimation of flash, java and HTML and it looks ok. I just want the pro opinions of the members of this forum. Well have at it and let me know. WebManny.com In...
  11. Emmanuel

    Using USB stick as FSB. Can you?

    Hey all, I have a co-worker who claims to be able to use his 1 gig USB stick as part of the FSB or Processing speed. Can this be done? If so... how? Can a USB stick be used for anything else other than storage? Thanks in advance for your help. Manny WebManny.com
  12. Emmanuel

    Data Extract from text file report

    Hi All, I have a very interesting task. I have a report that gets sent to us every month from the main office in text fromat and it looks something like the attached file and what I need to do is to create something to extract the data and place it in a table which would have the subscriber...
  13. Emmanuel

    Merge many test files?

    Hey all, I need some assistance in merging 10 text files that a web application spits out every day into a directory. I have for example fileA.txt, fileB.txt and fileC.txt and I need all the data inside those files which has different values and columns to go into one text file which could be...
  14. Emmanuel

    Website help!

    Hey guys and ladies, I have a couple of questions today and would like to get your feedback. I have been using free counters on my website so far and would like to get more out of it. Please note that I host my own website on my windows 2003 server at home and I have been accessing some files...
  15. Emmanuel

    Java Script Help!

    Hey all, I need some help with a Java script the I got from a friend. I am not able to centralize the pictures. Can anyone help me with the right command. This is the script: <!--**********************************************************--> <!--This is where the script for the rolling window...
  16. Emmanuel

    Norton 2006 Systemworks

    Hey, I just got my new version of SystemWorks 2006 premium. I installed and updated the whole thing. I just noticed that I have the same problem I had with 2004 which was not present in 2005 but it came back. If any of you have this application out there you will find that when installed on...
  17. Emmanuel

    Output To question

    Hey guys, I have a macro that both opens and updates a query and then does an output to command which exports a table previously created on an excel format. Here is the hard part. I need the macro to run every day and export the file but without overriding the previous one. Therefore I need...
  18. Emmanuel

    Very Interesting Question

    Hi to all the Guru guy and girls here, Ok.. I have a form which is composed of a form and a sub form and of course it feeds info to a table and a sub table. Now, I have a query that pulls the info that goes in these forms from a separate file. Is there a way to create a macro or a form that...
  19. Emmanuel

    Form won't clear

    Hi, I created a couple of forms that read info from two tables and the problem that I have now is that when I open the forms I get the main field clean which is the one the user has to data entry in order to pull the info on all the other fields on the form but all the other field are...
  20. Emmanuel

    am I doing something wrong?

    Hey Guys I am trying to run this macro that I just created. Let me first explain what it is supposed to do. It reads serial numbers of a text file and the simulates a few steps in a billing system. I have to put a logic so it wont hit the same serial number twice. Also I think I should mention...
Top Bottom