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!

Search results for query: *

  • Users: ttrinh
  • Content: Threads
  • Order by date
  1. ttrinh

    pass variables from web page to word doc?

    Hi Is it possible to pass variables from a webpage to a Word template? Also create a database connection from the word templatew so that it knows what to display when it gets the variables? I have seen Microsoft Access connection capability from Word but is it possible from an oracle db? Thanks!!
  2. ttrinh

    Hi I am getting an error when I g

    Hi I am getting an error when I go to the ColdFusion Administrator Login page. The error is as follows: The encrypted template I:\INTRANET\CFIDE\ADMINISTRATOR\APPLICATION.CFM contains invalid CFML syntax. Because the template has been encrypted, you cannot see the actual error message. You...
  3. ttrinh

    SQL format resultset dilemma

    Hi, I want to return a resultset with a grouping function in it that lists all common items on a single row. Like if I have a table like so : Field1 Field2 field3 field 4 ----------------------------------------- 1 a a b 1 a a d 1...
  4. ttrinh

    getting the value of a custom tag

    Hi , I have a date dropdown that is made up of 3 comboboxes. It is created from a custom tag. The tag is like <cf_datedropdowns dayStyle=&quot;width:35&quot; monthStyle=&quot;width:90&quot; yearStyle=&quot;width:55&quot; name=&quot;process&quot; startyear=&quot;1999&quot...
  5. ttrinh

    Access 2000 ApplyFilter error after conversion

    Hi all I am having this problem after I converting my Access Database from 97 to 2000. I have a form with several subforms and when a user selects a checkbox or several(in a checklist) I need the details to be requeried but I am getting this error &quot;You can't use the ApplyFilter action on...
  6. ttrinh

    opening a http:// from dos prompt ?

    Hi Can anyone tell me if its possible to open a browser and run a specific url /file like .asp or .cfm from the dos prompt ? I am new to the command line and have not been able to find anything that suggests that this can be done. Am I looking in the wrong places? TIA
  7. ttrinh

    IIS Statistics from asp

    Hi How can I retrieve performance details from the from the IIS Server via ASP page ? I would like to represent some statistics details to my superiors. Types of information I am after are is IIS available? how long to load particular pages ? how long to process queries ? maybe Is what I'm...
  8. ttrinh

    nfuse login page/details

    Hi I am attemping to customise the nfuse login screen to minimize the need for users to enter their username/password/domain for the second time ie after they have logged onto their workstation to log into citrix they currently have to login again. The closest I have got to this is assign the...
  9. ttrinh

    monitoring cf application/server and metrics

    Hi I have an application in CF using cf server 4.5. What I want to to is monitor a)whether the server is running and b)its performance level like in coldfusion administrator -->miscellaneous-->debugging and switching on 'show process time' and 'enable performance monitoring' but I don't want...
  10. ttrinh

    get NT login details to asp - newbie question

    hi This is extreme newbie question. I have an asp application which currently has a login prompt. Users login with their nt username password and domain. What I want to do is bypass this altogether and just use their system login . I am on an intranet. Ie when they login to the system and open...
  11. ttrinh

    Hi my application is returning th

    Hi my application is returning this error when a user goes to update info ODBC Error Code = 34000 (Invalid cursor name) [Oracle][ODBC]Invalid cursor name The sql that is the problem query is an update statement with one of the fields of type varchar2 containing about 2500 characters. The...
  12. ttrinh

    cancel button error FormAction is null

    Hi I got a problem with the cancel button of my form when users make changes to the form then click cancel I want it to revert to the saved setting. The problem I am getting is this error : document.Tasks_Priority.FormAction is null or not an object. When I click the &quot;Undo&quot; button it...
  13. ttrinh

    check cf server from command line?

    Hi Is there anyway to check say, from the command line whether the cf server is up and running? If not is there another way as opposed to going into start>settings control panel ...services etc to see if the service is running? thanks
  14. ttrinh

    check if a drop down list box has been edited

    Hi How can I use javascript to check if a date drop down list has been edited? ie the date selected in it has been changed on the form? Thanks
  15. ttrinh

    passing javascript string as a parameter

    Hi How do I pass a string variable into a function without generating errors? Currently I have a variable called TaskDesc which gets passed to my js function. If TaskDesc contains one word all is fine but when TaskDesc contains many words which is the most likely scenario I get errors and the...
  16. ttrinh

    How to pause a save when users clicks save button?

    Hi How do you stop a save happening when user clicks save button? I have a conditioal set up if users satisfy a condition and clicks on save a new cfm pops up asking for input of data. I want the save to not go ahead unless they fill out the popup cfm. What I have now is that the new cfm page...
  17. ttrinh

    Problem with error ADODB.Recordset (0x800A0CC1) and oracle databse

    Hi I am getting this error when I try to run my asp page ADODB.Recordset (0x800A0CC1) Item cannot be found in the collection corresponding to the requested name or ordinal. The line of code in question is ActMaj_Name = rsTemp.Fields(&quot;ActMaj_Name&quot;) The page worked fine with an...
  18. ttrinh

    jsp include IllegalArgumentException

    Hi I found I have posted this to a wrong forum earlier So plz bear with me. I am having probs with a jsp include. the jsp compiles but there is an error at runtime . The error is this java.lang.IllegalArgumentException: Resource...
  19. ttrinh

    help with jsp include tag

    Hi I am having a problem with the jsp include tag on my page I am trying to include a graph generated by cgi onto a jsp page . To render the graph I would have to pass the page paramters but when I run the page all i get is a blank screen . when I take the offending tags out the page loads...
  20. ttrinh

    Hi Can anyone tell me if oracle 9

    Hi Can anyone tell me if oracle 9i ODBC driver incompatible with CF4.5 server? TIA

Part and Inventory Search

Back
Top