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...
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...
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!
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...
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...
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!
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...
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...
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...
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...
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...
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...
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...
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...
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 =...
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...
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...
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="Checkbox" name="fruit" value="banana"> banana</td>
<td><input type="Checkbox"...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.