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 Mike Lewis 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: MC77
  • Order by date
  1. MC77

    Problem using CFGRID on ACCORDION page

    I am attempting to display a CFGRID on pages of an ACCORDION. The following code builds the ACCORDION pages properly but does not display the GRID. Any Suggestions? Thanx <cfformgroup type="accordion" label="ReportGroups"> <cfloop query="getGroups"> <cfformgroup type="page"...
  2. MC77

    Setting session variable - Onclick

    I have a session variable defined in the application.cfm: <cflock name="sLogin_Lock" timeout="30" type="exclusive" > <cfset session.TreeView = 'true'> </cflock> In a subsequent .cfm I have a checkbox that has checked/value of the session variable. <cfinput type="checkbox" name="treeShow"...
  3. MC77

    CFTREE with Null Values

    We are attempting to populate a CFTREE using the results of a query. Our problem is that each level of the tree may not have the same number of items. We are ending up with NULL records showing in our tree. An example of the data structure would be: DEPT ---MANAGER -------EMPLOYEE...
  4. MC77

    How to Create a Basic Select

    Need an example of code that would run a simple SELECT from a DB and how to assign the returned rows to variables, so that the can be used elsewhere in the script. (ie. SELECT id, lastname, state FROM Address WHERE id = '12345' then assign lastname and state to variables that can be...
  5. MC77

    Importing SQL into Brio Report Builder

    New to Brio Report Builder. Looking for a way to take an existing SQL query and import it into Brio Report builder for report formating. The query builder within Brio is not flexible enough for my needs. Thanx.
  6. MC77

    Linked Table Manager and Network Drives

    I am developing an application using a database on a local drive(c:),without access to a network. The app is then deployed to the user, we use the Linked Table Manager process to connect the app to the backend database. This is currently functioning as a manual effort...but is there a way to...
  7. MC77

    Switchboard Does not show buttons or text

    The Switchboard Items table has records, and the same table provides information to the application that works on other PCs.
  8. MC77

    Switchboard Does not show buttons or text

    Have a MS 2000 application that utilizes a switchboard. The .mde has been deployed on multiple PCs and works properly. Having difficulty on 1 PC (a laptop), when the app is launched it shows the main switchboard with none of the four application buttons present and a single functionless button...

Part and Inventory Search

Back
Top