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

    Validate form entry against ValueList variable

    Before a user submits a form, I would like to validate one of their entries against a ValueList variable that was created when the page was opened. I want to prevent a user from entering a duplicate asset number and right now the form is submitted and the verification is done on the server...
  2. xsw1971

    Actionscript to display HTML

    I am using a flash form in a ColdFusion application and am creating a variable using actionscript in order to display HTML in the form. I want to display form items as text instead of form items if the user doesn't have update rights. I found some code in a sample address book application but...
  3. xsw1971

    Align flash form on page

    I have a tabbed flash form that is 700px wide. It automatically aligns to the left of the page. Is there a way to take the entire form and center align it? Thanks!
  4. xsw1971

    Exit automatically

    We have a ksh script that allows a user to telnet into a server and run a cycle job. When they log on, the script runs automatically, giving the user a choice of running the job or exiting. When they select exit, the script exits leaving them in the shell so they can start perusing the server...
  5. xsw1971

    Catch error and reprocess form

    I am adding cftry/cfcatch code to my application and I was wondering how to tell a form processing page to reload itself. I have a query that gets max(id)+1 from a table and uses that value on an insert statement. Today I had 2 users submit their forms at the exact same moment (first time...
  6. xsw1971

    Prompt() require answer

    I have a prompt that requires an answer from the user. However some users have figured out that typing a space or two will get them past the prompt. How do I check for non-space characters? I don't simply want to say if(x == ' ') because they might have more than 1 space. Thanks!
  7. xsw1971

    Fixed column issue with Firefox

    I have data that is output in a table with both horizonal and vertical scroll bars. The table also includes a fixed row and a fixed column. This works fine in IE and Netscape, but not Firefox. I am just learning about CSS so I'm not really sure how to troubleshoot this. CSS: <style...
  8. xsw1971

    CF5 applets and Firefox

    Our intranet site was built (using CF5) to meet IE specifications as that was company standard. We have some pages that use cfgrid and everything works fine in IE. We were recently purchased by a company whose standards are anything but Microsoft, so I am working on making the site...
  9. xsw1971

    Java Plugin Viewer prompt problem

    I have a prompt which has a rather lengthy prompting text. When viewing the report using the DHTML viewer the text block wraps within the size of the window. We want all of our reports to open with the java plug-in however and when viewing the report using the JAVA_PLUGIN viewer, the text runs...
  10. xsw1971

    Dynamic Select Query

    Crystal 8.5/CE 8 with an Oracle database I have a parameter that asks the user to select one of the following: Qualified Projects Non-qualified Projects When the user selects Qualified Projects, I want to include all qualified projects and all non-qualified that reference qualified projects...
  11. xsw1971

    Drilldown on Subreport

    CR8.5 (and CE8) with an Oracle DB Long description, small problem: I have a bar chart that is based on a group. When I click on one of the bars I get another bar chart that provides the details of the parent bar. This is not done using a subreport, but by placing the child chart in the group...
  12. xsw1971

    Grouping and charting

    CR8.5 (and CE8) with an Oracle DB I have a table of projects; each project may or may not have an estimated revenue amount/date and an actual revenue amount/date. These two dates are unrelated other than residing in the same table (i.e., they are almost never the same date). For example...
  13. xsw1971

    Mutually exclusive parameters

    I am using CR8.5 (and CE8) with an Oracle database. Is it possible to create a report with 2 string parameters that are mutually exclusive? I am creating a sales report and would like the user to be able to select from either an organization pick list OR a business unit pick list, but not both...
  14. xsw1971

    Conditional cross-tab

    I have a cross-tab that looks like this: emp1(org1) emp2(org1) emp3(org2) emp4(org3) proj1 0 0 0 0 proj2 3 0 1 0 proj3 5 0 2 0 TOTAL 8...
  15. xsw1971

    Validate dynamic date pairs

    I am using ColdFusion to create a dynamic form based on the results of a database query. The form lists assets that are available to book on a project. Users then book as many of the assets as they want by selecting a start and end date for each asset from a popup calendar (each asset can have...
  16. xsw1971

    Add values to a variable

    I am trying to add values and text to a variable based on other processing so that when I'm done I have created a table and just need to output the variable. Some of my values from grid fields. <cfset v_msg = ""> <cfset v_msg =...
  17. xsw1971

    Table layout & CFLOOP

    I have created a gantt chart that shows resource utilization over time. I need to explain what I did before I ask the question, so please bear with me. I loop from the report start to the report end and create a table cell for each day: <table> <tr> <th>Asset</th> <cfloop...
  18. xsw1971

    Prompt for SP cursor parameter

    I am using CR8.5 and Oracle 8.1.6. I have a report with a subreport that's based on a stored procedure. I had everything working just fine - the report prompted the user for 2 dates only; those 2 dates and an ID got passed to the procedure for processing. I started doing some formatting of...
  19. xsw1971

    Display table dynamically

    I want to create a form full of checkboxes. The checkboxes are displayed in a table format: 2 colums for each row as shown below. <tr> <td><input type=&quot;Checkbox&quot; name=&quot;fruit&quot; value=&quot;banana&quot;> banana</td> <td><input type=&quot;Checkbox&quot...
  20. xsw1971

    Recover lost email

    Is it possible to recover and/or resend an email that was successfully sent from the CF server? We had several emails go out this morning, but none of them reached their destination because of problems the company was having with its exchange server. I have verified that the emails exist in...

Part and Inventory Search

Back
Top