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

    Problem printing Word document to PDF

    I have a VB application which automaticly prints Word documents to PDF using Acrobat PDFwriter 5.0. This works fine, except for pharagraph-borders. When I print the document to PDF directly in Word, all borders appear, but when the VB applications prints, the borders are ignored. Because the...
  2. wouter

    Security center

    Hello, one of my pc's is running Norton av 2002 and XP pro. for some time now, the last partition of the harddrive has changed into a security center. The partition also has this label. I can't seem to get it back the way it was. Does anyone know what this is? regards Wouter Wouter...
  3. wouter

    Flash DB application

    Hello, i'd like some advice. I want to create a flash application thatpeople can download. When they run the program, it should connect to my server on the internet so it can retrieve some data. Is this possible? Then you may ask, why not run the flash application on the server too? Well, for...
  4. wouter

    numeric values

    i want to select all numeric values from a table, but how do i do this, there's also strings in this column. I can't find any functions that do this. I want to select them so i can delete them. select * from usr where usrc = [a number]; This is what i want. Can anyone help? regards Wouter...
  5. wouter

    form variable passing

    Hello, im embarrased for asking, but i just can't figure it out. It's beenalmost 2 years since i've done some cf-work. This is the code of desktop.cfm: *****start code***** <cfif NOT IsDefined(&quot;form.param_status&quot;)> <cfquery name=&quot;GetStatus&quot; datasource=&quot;Home&quot...
  6. wouter

    Future

    I'm curious, what do you think about the future of Cold Fusion? I've got some friends and relatives that think Cold Fusion has no future at all, but they know little or nothing about Cold Fusion. They say you'd better spend your time learning other techniques like java or such. I think Cold...
  7. wouter

    undefined parameter

    i've got this page you can access in three ways: 1. Without a parameter. 2. With a parameter (desktop.cfm?param_status=on) 3. With a parameter (desktop.cfm?param_status=off) When the page is accessed with a parameter there's no problem at all, but when the page is accessed without a...
  8. wouter

    Form items invisible

    Hello all, it's been a while since i used access. I used it a lot for website development with Cold Fusion. So i never really used forms before. I have some tables which i want to fill using a form. But when i make the form myself i can't seem to set the right control elements for the fields...
  9. wouter

    What is Lotus Notes?

    Hi, can anyone help me answer this question: What is Lotus Notes? I do work with Lotus Notes, but i'm certainly not an expert. I need an explanation that a non technical user would understand. And the explanation has to be just a few lines. You'd do me a great favor. Thnx in advance! Regards...
  10. wouter

    Genius netmouse pro

    Does anyone know where the Genius Netmouse Pro is still for sale? Wouter zure_zult@hotmail.com To me, boxing is like a ballet, except there's no music, no choreography, and the dancers hit each other.
  11. wouter

    session.User_ID not declared properly

    I'm using this code when there's a new user. But i get an error which says session.UserID isn't declared properly. He doesn't know what to do with it. <cfif NOT ISDEFINED (&quot;session.user_id&quot;)> <cfapplication...
  12. wouter

    Storing the user_id

    Is there another quick way to temporarily store a username? I took a look at the <cfapplication> tag, but i don't think it server the purpose i'd like to reach. It does however set a sessiontimeout, but i don't know if i can use that to deny access for that user to the application after 30...
  13. wouter

    Setting a cookie

    Hello, ik want to set a cookie and store the userid in it. The cookie should expire after 30 minutes. Can i do this. I'm reading the Cold Fusion web application construction kit, but it says how to set the cookie to expire at a given date or after a few days. <cfcookie name=&quot;info&quot...
  14. wouter

    Text not on print version...

    Hello, i have a printable version of my website. But i don't want users to see the printable version in their screen. So i made a little popup box what said: &quot;Now printing&quot; (or something like that). But i'd prefer no text at all in the screen, because this text appears on the print...
  15. wouter

    CORBA

    Hello, is there anybody who has ever used 'CORBA' technology to access a domino server? Grtz Wouter <p>Wouter<br><a href=mailto:zure_zult@hotmail.com>zure_zult@hotmail.com</a><br><a href=www.woutje.com>woutje.com</a><br>To me, boxing is like a ballet, except there's no music, no choreography...
  16. wouter

    Multiple rows...

    Hello, i want to read a number of records from a database. It's just names (John Johnson etc.) But i never know what the result of the query will be, so i don't know how many records the query will return. I want Cold Fusion to divide the number of results by three, so i can make three kolumns...
  17. wouter

    Supporting CORBA

    Hello, I would like to use Cold Fusion to get data from a domino server using CORBA technology. I know Cold Fusion supports this technology, but this CORBA, is that some kind of protocol i have to install on my Cold Fusion server? And if so, where can i find it? (if it can be found at all...)...
  18. wouter

    Supporting CORBA

    Hello, I would like to use Cold Fusion to get data from a domino server using CORBA technology. I know Cold Fusion supports this technology, but this CORBA, is that some kind of protocol i have to install on my Cold Fusion server? And if so, where can i find it? (if it can be found at all...)...
  19. wouter

    default page for duplicate values

    Hello, At this point, when i try to submit data into my database, and they contain duplicate values, i get an CF-error message. You know, it's the big white screen with a lot of text. I would like to create my own error-message, so the users know what the error-message is about. The white...
  20. wouter

    Cold fusion in the future

    Hello, i'd like some of your opinions on how cold fusion will do in the future. Do you think cold fusion will be used a lot for developing dynamic web pages? Or will for example ASP be used more often... By this i mean, will it be used more often in professional business. Which way is the...

Part and Inventory Search

Back
Top