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 TouchToneTommy 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: SSonnier
  • Order by date
  1. SSonnier

    page icon disappeared

    Maximize the page
  2. SSonnier

    Printing Preferences

    Hello, I have a docimnet set up that has each page set to 4x4. There are 4 pages to the brochure. i'd to set up the printing so that pages 1 and 4 print on 1 piece of 8x11 paper and pages 2 & 3 print on another piece of 8x11 paper. when i print, each [page prints on a new piece of paper. how...
  3. SSonnier

    Image type for importing

    I'm trying to import a graphic and wondering if I should import the Photoshop file or if a gif/jpg is better. Any advice? Thank you!!
  4. SSonnier

    Crystal Report on Access Database

    I do not see the MS Access ODBC driver option. Do I need to download it?
  5. SSonnier

    Crystal Report on Access Database

    It's crystal 7, Access(97)? NOt sure which version of Access but I can open the tables in Ofice 97. Typically, I open a new report, choose the custom option, then some of the options. Which OBDC connection should I try using? I']ve tried Fox Pro...
  6. SSonnier

    Crystal Report on Access Database

    I am trying to create a crystal report using an access database. When I try to use crystal to connect to the .mdb file, I am getting an IDAPI error. How should I do this? Thankjs!!
  7. SSonnier

    What type of board is this?

    I have a box of motherboards and I don't know how to tell hpow old they are and if they are any good, what type/how fast is the processor... They are Intel430TX PCIset, somewhere on the boxes it says Pentium MMX, AMD K5/K6 Titan Turbo AT-2 Thanks for the direction.
  8. SSonnier

    What type of board is this?

    I have a box of motherboards and I don't know how to tell hpow old they are and if they are any good, what type/how fast is the processor... They are Intel430TX PCIset, somewhere on the boxes it says Pentium MMX, AMD K5/K6 Titan Turbo AT-2 Thanks for the direction.
  9. SSonnier

    USING XML to transfer data

    The original file is created by a software program I run in the office. It deposits the file in a folder on the server. I currently have a mapi program that polls that set of directories and shoots the file to the customer viw email. The software can create in file in any format that I...
  10. SSonnier

    USING XML to transfer data

    Here is my problem For this example, let's say I send a customer a datafile daily that consists of a first name, last name and zip code. I currently send this file to the customer via email. the file is in a comma delimited format. The customer is trying to standardize the types of data he...
  11. SSonnier

    Password file - what to delete?

    I have done that, several times, but it appears that it is not overwriting the incorrect password I entered when I set up the new machine. I am talking about the password Outlook Express uses to retrieve mail.
  12. SSonnier

    Installing on 98? Can't start server

    There is nothing in the error log
  13. SSonnier

    Password file - what to delete?

    I got a new machine and started setting up email accounts again with Outlook Express. I set some of thepasswords incorrectly. Now even though I've tried changing them, everytime I try to retrieve mail, I can not. I have to go back to my old machine to check the mail( these 2 accounst do not...
  14. SSonnier

    Account Password & .EXE files Not accepted

    I AM HAVING THE SAME PROBLEM. CAN'T I JUST COPY THE PASSWORDS FILES FROM THE OLD MACHINE? WHAT FILE WOULD I COPY OVER?
  15. SSonnier

    Installing on 98? Can't start server

    Yes, I know 98 is outdated, but I am trying to install Apache on a win 98 machine so I can do some testing with php. It's a laptop. I've installed but when I try to start Apache, the console box does not remain open and so when I try to test the installation(http://localhost), I get a "page...
  16. SSonnier

    Do while loops in CF?

    This started me in a direction, but I'm a little lost. This is what I have(see below). If there a way to dynamicaly populate a query?? Thanks!! <cfquery name="list" datasource="alist"> SELECT * FROM sites where id=#count# ORDER BY last_name </cfquery> <table height="300"> <cfloop condition...
  17. SSonnier

    Do while loops in CF?

    This is what I want to achieve I have a database with a list of authors. I wantto set up a page that will list the authors alphabeticaly in 2 colums on a page ie: A authors B Authors C authors D Authors Is there a do while loop in Cold fusion? I'm thinking I should set this page up...
  18. SSonnier

    Questions about developing an entire application

    Hello, I'm hoping the group can help me understand the entire app development with asp. I'm looking at someone else's code they started the application on default.asp with a redirect to index.asp page. Is there a reason that you would redirect to another page right from the begining? Also...
  19. SSonnier

    Need to store grouped data

    i am thinking that something like this would work if {orders.DATE} >= currentdate-1 then Sum ({items.QTY},{items.PRODUCT_ID} )
  20. SSonnier

    Need to store grouped data

    Here is what I need to do. I have a report that keeps track of existing inventory. The report data is grouped by "style". I need to be able to show the dialy change in inventory ie: Group Number in Stock Today Change in last day Group A 100 in stock -10...

Part and Inventory Search

Back
Top