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 IamaSherpa 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: *

  1. goatboy

    Select based on index

    I am new to SQL and am trying to build a select statement that will return a key value based on the highest index number. This seem to be a simple task, but I can't find any specific information on it. Any assistance would be appreciated.
  2. goatboy

    CRViewer & ColdFusion?

    example: one way to call your report is like this: <script language = &quot;JavaScript&quot; var MyWin; function OpenReport() { MyWin=window.open(&quot;MyReport.rpt?init=act_x&quot;,&quot;&quot;,height = 600, width = 800&quot;); } </script> This will open the report in a new window. You may...
  3. goatboy

    Application.cfm DSN

    On the Application.cfm page set a variable to represent your DSN name. <CFSET dsn = &quot;MyDataSource&quot;> <CFSET pwd = &quot;password&quot;> <CFSET userid = &quot;username&quot;> **************************************** Reference these global variables in your queries as: <CFQUERY...
  4. goatboy

    CFGRID MultipleSelect

    Does the CFGRID support multiple row selections, if so how is it done. So far I have not been able to find any references to it. As an alternative, can a checkbox be placed in a column if the grid is filled via a query? Having a problem with that one too. Thanks in advance.
  5. goatboy

    Resizing images ?

    I ran across this which may answer your question. It also has a code example. http://www.jguru.com/jguru/faq/view.jsp?EID=232207
  6. goatboy

    Resizing images ?

    You might try PaintShop Pro. You can resize images, increase or decrease the color depth, etc. It supports all of the popular image formats. I believe there used to be a free download (30 day trial) available from their site at: http://www.jasc.com Hope this helps.
  7. goatboy

    Button Action for Java Application

    I am new to Java and am trying to write a simple (or at least I thought it was) desktop application. I have a frame (awt) which contains 2 panels. One panel contains two buttons. All I want to do is display a image in the other panel when a button is clicked and play a sound. This seems...
  8. goatboy

    Display a message box inside of &lt;cfif&gt; block

    Can anyone show me an example of displaying a JavaScript alert message from inside of a <cfif> conditional statement. Generally this is what I am trying to do: <CFIF verifyStudent.RecordCount GT 0> DISPLAY A ALERT BOX TO THE USER (OK ONLY) <CFLOCATION................> <CFELSE>...
  9. goatboy

    ColdFusion Server email

    I am having a problem with ColdFusion Server 4.5 not sending the correct information to the mail server.&nbsp;&nbsp;Everything worked fine in version 4.0, but when an upgrade to 4.5 occurred,the following message was returned in the mail.log file:<br>&quot;TID=284&quot;, SMTP Server replied...

Part and Inventory Search

Back
Top