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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JohnMaas

  1. JohnMaas

    How can I join two strings to get one?

    <cfquery name="contacts" .... select * from contacts Where #EVALUATE("varWhere")# </cfquery> Might do the trick
  2. JohnMaas

    evaluate question

    amazing... thanks !! This is what I got out of it and it works.. <CFSET ctext = 'cVar="ABC"'> <CFSET cX = #evaluate(cText)#> <CFOUTPUT>#cVar#</CFOUTPUT>
  3. JohnMaas

    evaluate question

    Hi, Trying to read default values from a table and use it in the form to populate fields. CF syntax : <CFSET var1= "ABC"> question is: How can I create this line of code if the var1 is read from a table? Something like <CFSET evaluate(xx.Def) = #xx.Val)> ?? Thanks
  4. JohnMaas

    multiple forms

    what I mean with random is the ability for the user to go to the forms in any sequence he/she would like. So, if I hear you , CF can handle this ?
  5. JohnMaas

    multiple forms

    Looking for a nice and structured way to split data-entry screen over multiple forms, each form to be identified and addressed randomly in order to categorize the input fields. Can this be done with ColdFusion ?? Thanks
  6. JohnMaas

    German Characters in Oracle Database

    I'm trying to populate an Oracle database, using the <CFHTTP > tag, where the input is .csv file. This csv file contains rows where there are typical German characters. When I do character count in CF, the length is fine and less than the maximum allowed. During the update or insert operation...
  7. JohnMaas

    Crystal problem

    is there something special required to use the crystal *.rpt in the CFM apps ?? I keep on getting the 692 error , tried 9 and 8.5 version. Is there something else required to generate these reports ?? (I've read something about &quot;crystal services running&quot; in this forum) Anybody ??
  8. JohnMaas

    creating 2nd window and need the first one to wait

    High, In coldfusion, I'm creating a 2nd window with window.open(etc...) in a Java script function. I need the script to wait till this new created window is closed. Anybody can help me with this ?
  9. JohnMaas

    Table insertion problems

    think this might do it : #URLEncodedFormat(trim....
  10. JohnMaas

    activate 2nd IExplorer instance

    Hi, Does any body know how to activate a 2nd Iexplorer instance from a CF application ?? Thankx
  11. JohnMaas

    iquicksearch pest

    thanks .... It's gone now !!!!
  12. JohnMaas

    iquicksearch pest

    I tried Spybot, that didn't resolve the problem, So.. below the HijackThis log, Thanks in advance !!! Logfile of HijackThis v1.97.7 Scan saved at 6:12:00 PM, on 12/23/2003 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes...
  13. JohnMaas

    iquicksearch pest

    Hi, I've got search page to Iquicksearch that keeps poping up, whenever there is an unknown URL in Iexplorer or an HTML error, Very anoying (need these HTML errors since I'm developing ColdFusion apps), not a true virus but more a pest. Anyone knows how to get rid of this ?
  14. JohnMaas

    Clean up processes after terminial emulator Crash

    Hi all, I access the server through terminal emulation. Now, if for any reason the client crashes, lots of processes keep running (shell etc) is there a way to clean these zombies on a regular interval ?? John
  15. JohnMaas

    set UID bit

    Hi,<br><br>I set the uid bit of a shell script (chmod u+s script.sh)<br>and made root is the owner of the script. <br>In this script I create a new user and start the passwd session to set his password.<br><br>The passwd routine however asks for the current user passwd, so it seems that it's not...

Part and Inventory Search

Back
Top