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

    Copying Reports from one Location to another through actuate

    I have a Fetch method, that was set up by another individual, that Runs a series of reports. My problem is that one of the reports takes over 19 hours to run and it is needed to be located in 3 different areas for security purposes... This report is in the Fetch Method 3 seperate times, so...
  2. tjcusick

    EXCEL: Highlighting Alternating Group of Rows

    I would like to highlight Alternating Group of Rows based on one particular column. The spreadsheet has an EMP_CO column and each EMP_CO number could have multiple rows. This spreadsheet is sorted on the EMP_CO column. What i would like to do is for each alternating group of EMP_CO numbers i...
  3. tjcusick

    Actuate and XML files

    I have an actuate report that generates an XML file. My report is made up of 12 sections grouped together (for each record number) and all have different data streams and generate their own data sections. Each of these sections make up the whole report for one Record number. Does the XML...
  4. tjcusick

    Actuate and XML

    Using Actuate 8 sp1... I have an actuate report that after it generates the report it also generates an XML file. I then have a program (XYZ) that runs that looks at those files and processes the XML Files. We have the actuate report set to run at 12:01am every night and then the XYZ...
  5. tjcusick

    BBCoder

    Also once upon a time i found a bbcoder on this board that would color cordinate the code put onto the Bulletin Board... does anyone know where i can find that again?
  6. tjcusick

    Try ... except ... end;

    I am using delphi 7. What I am doing in this code is reading a txt file that has 4 lines of information. With those 4 lines of information i am then creating another text file (with the extension of .index). I need to make sure that the txt file exists before attempting to create the index...
  7. tjcusick

    TClientDataSet

    Using Delphi 7 Does anyone have a simple example on setting up a Client Dataset? I am not reading my data from a table or a file but I am reading the name of files in a directory. Tom C
  8. tjcusick

    Looking at a directory to check for changes

    I'm using Delphi 7. I'm just not sure where to start with this one. A co-worker comes to me and says "I want to monitor a directory and when all the files get put in there I want to create a txt file with all the file names and directory path in it." So I'm thinking first i need to monitor the...
  9. tjcusick

    Website Review

    Ok I'm back again and ready for the destruction that is to come... Actually I'm back because you guys helped me out and got me (sort of) on the right track to making my websites better. Well the website location that we were at before with this website jacked up their prices and we decided to...
  10. tjcusick

    Checking for Null values

    Is it necessary to check for a null value if you are reading the value from a field in as a Float? fcurrCS := qryBOPDetailCREDIT_SCORE.AsFloat; I've tested it and when ever the field is null in the table the variable comes back as a zero. What would be the correct programming answer...
  11. tjcusick

    #include file=""

    Is there another way of including external files into your web page? os is <!-- #include ... the only way to include html files into your pages?
  12. tjcusick

    Suggestions for making a link page with pictures

    I have converted most of my website pages using CSS and I would like to thank everyone for all their encouragement, (yeah that is the word i will use here)... But now i come to a page that i have struggled with for some time and went back to a tried and true method and everyone on this board...
  13. tjcusick

    My Data Module keeps changing to a Form???

    I'm using Delphi 7. I have been tasked with modifying an existing program. Basically I was told to take an existing data module make a new copy of it and modify the code to fit the new criteria, which I did and that part was easy. But what I found today was after I reloaded the project and...
  14. tjcusick

    Site Review Part II

    Ok I tried this once before but I'm going to try this again. I really don't need too much of a site review but I wanted to thank everyone for giving me a kick up the arse and get out of my "OLD" html ways. CSS is the way to go and I have a long road ahead of me... BUT I have managed to Update...
  15. tjcusick

    Picture Slide show

    I will say that i have learned a lot and am starting to use CSS much more now and getting rid of almost all of my table layouts. I'm still learning but getting there, thanks everyone. That being said, i'm trying to setup a page for pictures. Does anyone have a slick way of doing a CSS...
  16. tjcusick

    Site Review

    I am a free lance web designer, self taught and in need of some guidance. Key word here is Free, i do all this stuff in my spare time for difference groups and organizations without asking to be paid. And I'm sure some of you will think that is a good thing when reveiwing my web pages... That...
  17. tjcusick

    Site Review

    I am a free lance web designer, self taught and in need of some guidance. Key word here is Free, i do all this stuff in my spare time for difference groups and organizations without asking to be paid. And I'm sure some of you will think that is a good thing when reveiwing my web pages... That...
  18. tjcusick

    Site Review

    I am a free lance web designer, self taught and in need of some guidance. Key word here is Free, i do all this stuff in my spare time for difference groups and organizations without asking to be paid. And I'm sure some of you will think that is a good thing when reveiwing my web pages... That...
  19. tjcusick

    Making a Menu externally

    I used an online menu maker to create the below code to make a menu for my website. My question is, does anyone know a way to create the Menu externally of the pages so that i do not have to create the menu over and over on each page? I know i could use frames but i really didnt want to use...
  20. tjcusick

    Creating a Form / Mailling label webpage

    Does anyone know a way to take a form and when the person submits the form have the website take the information and put it into a mailing label format or pdf format?? A lot of people that are in my group don't know how to use MS Word to do mailing labels. And some of them don't even have...

Part and Inventory Search

Back
Top