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

    StartRow - Endrow sth. like that...

    Hi! I have a problem with too many data in my table. Its too much data in it, so I can't get all data with one query, so I have to make more queries. I don't have an ID field - but I want to have sth. like a Startrow and an Endrow. Does anybody know a solution for my problem? Any tips...
  2. innu

    Listbox: Read the text of the selected object

    Hi, I want to click on an entry in my listbox and there should be an alert with the TEXT of the entry (not the VALUE!!!). On onclick I call a function, there I want to give out the text of the selected listbox. Does anyone have an idea? sl, Innu
  3. innu

    Only n-Results per ID

    Hi all! I have the following Problem. I have a MS-SQL Datasource and 2 tables Table1 Cars ID - CAR 1 - VW 2 - Audi 3 - Mercedes 4 - Skoda Table2 CarColor IDCAR - Color 1 - red 1 - blue 1 - silver 2 - black 2 - green 3 - blue metallic 3 - black 3 - blue 3 - red etc. The query is so far...
  4. innu

    List - find numeric data and cut it

    Hi, thank you very much! It works great! sl, Innu
  5. innu

    List - find numeric data and cut it

    Hi, I've a list like the following: BMW, VW, 3, Ford, 27, Toyota, ... I want to filter out the numbers like 3, 27 and put these numbers into a new variable. How can I do this?
  6. innu

    2 listboxes - change, delete, order....

    Hi, I have the following problem: We have 2 listboxes and there we want to give the value from one listbox to the another. Also we want to delete and to order it in one listbox. Has anyone done sth. like that?
  7. innu

    change listbox

    Hi, I have the following problem: We have 2 listboxes and there we want to give the value from one listbox to the another. Also we want to delete and to order it in one listbox. Has anyone done sth. like that?
  8. innu

    Write wrong e-mail adresse into DB

    no chance at all?
  9. innu

    Error Message

    Hm, i don't really know it. How can I link them? Another query goes, when I want to interact between these servers
  10. innu

    Write wrong e-mail adresse into DB

    Hi! We want to control, which e-mail adresses are wrong. We send a test e-mail (cfmail) and if it comes back, we want to write it to the database. Has anyone did sth. like that 'til now? Is it possible? sl, Innu
  11. innu

    Error Message

    Guten Morgen, I tried it with query analyzer, with coldfusion. I also tried to run this query between 2 databases on one Server. This was successful. Only when I want to interact with another server the error-message comes. But I also tried with other queries to interact with this server...
  12. innu

    Error Message

    Hi, I have the following query: insert into artikel_temp (Artikelnummer, Text1,Text2, Bildpfad, Dokumentpfad, Preis, Einheit, Status, Preismenge, Stueck, Stueck_s) select Artikelnummer, Text1,Text2, Bildpfad, Dokumentpfad, Preis, Einheit, Status, Preismenge, Stueck, Stueck_s from...
  13. innu

    control, download finished!

    Hi! Following question. We have to control if a download of a file has finished. A client downloads a file and we have to control if the download has finished and the client didn't cancel it. Did anyone of you realized sth. like that? Is it possible? What do you think?
  14. innu

    Where to get cheap CF-Webspace?

    Hi, I'm looking for cheap & good Coldfusion Webspace. The Uptime should be high and I need to support Access DB. Does someone know a good Webhosting, maybe with a fix IP. The MB should be more from 100 MB to max 500 MB. thx
  15. innu

    How to detect a Link in a Forum or Guestbook?

    I mean: someone writes in a textarea field, which I save in an Access DB the following: www.google.com or http://www.google.com I want that when I output this that it is a link: <a href=&quot;www.google.com&quot; target=&quot;_blank&quot;>www.google.com</a> or <a...
  16. innu

    How to detect a Link in a Forum or Guestbook?

    Hi, I've made a guestbook on my side, but now I want, that if someone writes a Link it should detect it and make the html code for it. Has anyone a solution for me? sl, innu
  17. innu

    How to delete the total history?

    Hi! I ve the following problem. I delete all of the history, but some adresses come always again in the Adress field where I can write the Homepage adress. I delete the history, but some adresses won't go away. How can I delete everything? I've tried all and I asked many of my friends. Does...
  18. innu

    activedit

    @arperry Maybe you have a look at: http://www.siteobjects.com/index.cfm?fuseAction=showproducts If you have another look into the forum, you'll find a beta-version of this tool version 2.0. Maybe you can need sth. like that. sl, Innu
  19. innu

    variable in variable

    Oh, I'm really glad, that you have now the solution of your problem. Maybe we can help you another time. sl, Innu
  20. innu

    activedit

    I think thats my solution. I'll try it later - but I think thats the way it goes. Thank you very much for your help! cu, Innu

Part and Inventory Search

Back
Top