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

    Date formating problem?

    I have a column with dates. They should show a date formates as 02/03/07, but they show a number such as 345664 (this is not the real corresponding number). If I click on the field the right date will show in the top window, but not in the column field. I went to reset the column formatting, and...
  2. TTA23

    Limit SQL statement

    I have a statement : select * from T_Adherent limit 1, 10 where .... It seems to be wrong. Is there a way to have the limit statement followed by a where statement. If not how can I limit the query with a where statement? thanks
  3. TTA23

    Number of row wrong

    I have a select query and I am using the == mysql_num_rows($result) that give a value that is always the number of row I see + 1. How can I correct this? thanks
  4. TTA23

    Start Flash

    I noticed that when you have a flash design in an HTML page, you need to first click on it to activate buttons and others. If you don't the flash is not responding. Is there a way to avoid this ? Thanks in advance
  5. TTA23

    Convert MS Access to MY SQL

    I need to convert an exsting MS Access db to an MySQL database. The MySql is on a server maintained by my ISP. The Access db is on my PC. What would be the best way to do this? Thanks in advance for any, help, links or others.
  6. TTA23

    History

    I believe there is a some code in ASP to replace the Javasript ===> javascript:history.go(-1) Any clue would be appreciated. Thanks in advance
  7. TTA23

    Can I do it?

    I have a table that looks like this” Category/Weight/Location/Qty PEAR .78 100 5 PEAR .78 110 1 PEAR .78 130 2 ROUND .80 100 2 ROUND .80 130 1 MARQUISE .78 100 1 MARQUISE .78 130 2 MARQUISE .78 140 1 MARQUISE .80 100 1 MARQUISE .80 140 1 I would like the report to look like this when I...
  8. TTA23

    Newbe question

    I have a picture (PDF, EPS) that I want to insert in an illustrator document. I want to scale up this document from 10" wide to 40" wide. The text is Ok, the picture is very bad. Do I waste my time, because it is not possible to scale the picture without loss of quality? Is there a way to do...
  9. TTA23

    PHP error message

    Hi I am getting the following error: Fatal error: Call to undefined function: odbc_do() in /mnt/145/sdb/9/1/contact.alysee/login.php on line 5 For inf the line 5 of the code is: $sql = odbc_do($source,"select * from T_Adherent where NomEntreprise = '".$_POST['login']."' and (Association =...
  10. TTA23

    IIF query problem

    I have a table with a numeric field named BIRTH. The data is similar to 11005 or 11100. This is 5 or 6 digits. I want to create a field that will copy the first or 2 first digit from the birth field. To do this I am using athe following formula in the 'Select query' form. monthBirth...
  11. TTA23

    Problem regrouping data

    I am building some reports to show data similar to what you can see at : http://www.guthventiltechnik.de/DE/Produkte01/katalog01.php?titel=Flansche As the link show there is one picture for each product and a list of dimensions for each product. I have 2 tables-One having all the dimensions for...
  12. TTA23

    Cut and Paste Excel Spreadsheets

    I need to insert Excel spreadsheets in a few Html pages. I cut and paste the tables and it works fine. My only problem is that I do not want to copy at the same time any formating such as 'class='''excel111', etc..) is there a way to just copy and paste the table without any formating? Thanks in...
  13. TTA23

    Variable in redirect

    I have a redirect as follows: Response.Redirect ("Thx.asp?prd=ABC) I would like to replace ABC with a variable named Var_ABC. How should i rewrite this? Thanks in advance
  14. TTA23

    Networking 2 XP PC

    I have a very simple network (PC-HUB-PC) I do not seems to be able to have the two machine communicate correctly. From tyhe PC1: I can see the other PC Name, I can access the printer on PC2 and print. But I cannot see any folders or other on the PC2. Any try will tell me that I do not have...
  15. TTA23

    New PC

    I would like to get a new PC. My only concern is to reinstall all the software, drivers, etc.. on the new PC. If installing my files would be easy, the softwares themselves would be a nightmare. Is the a software, cable or other that will allow me to copy all from one machine to the new one?
  16. TTA23

    Library and Japanese text

    I use some libraries to insert my menus in various pages. This work fine for any language, but i do have a problem when I use japanese text in the library. The inserted menu show ????????????? and nojapanese characters. The page encoding (Japanese (Shift-JIIS) is correct and work for all text...
  17. TTA23

    Reply in Outlook

    When I receive an email and I want to ‘reply’, half of the time the ‘reply’ message stays in the Outbox folder and it is almost impossible to send it. I am using Outlook Office 2003 Any clues to fix this problem?. Thanks in advance.
  18. TTA23

    Insert Picture in Report

    I have an MS Access Db and CR Xi. I have atable : Product (ex:ABC12343) ProductName (ex: Widget) PathToPicture (ex: c;\picture\ABC12343.jpg) I just want to list the item and see the picture when there is one. What I am listing is the item and the path to the picture. In the report, How can I...
  19. TTA23

    Change Hoover on one page

    The CSS I have set a/a:hoover/a:visited etc.. to a certain value for all the site. On one specific page I want the hover/visited to be different for only some of the link. How can I do this. Thanks

Part and Inventory Search

Back
Top