I am getting description text dynamically and display it on the report. The table width is "800" but when my description contains multiple forward slashes ("/"), the table is displaying wider and collapsing the table. How do I escape the "/".
Here is the code.
=================================...
Here is my question.
I have 3 form fields(Proj name, description and userid). Proj name and Proj description are new inputs from user. But for the thrid field "userid", I need to verify the existence against coldfusion DB.
As now all 3 validations are working except the userid ajax...
Here is my question.
I have 3 form fields(Proj name, description and userid). Proj name and Proj description are new inputs from user. But for the thrid field "userid", I need to verify the existence against DB.
As now all 3 validations are working except the userid ajax validation when...
How to I write query to get duplicate column count.
For eg,
One user has 5 accounts on a website with 5 different user logins(primary key), same email address and same password on 5 account.
How do I find that how many users has more than one accounts with same email and same password...
I need to do the password validation in javascript with the below policies. Will you please let me know how the regular expression look like?
- Password should be 6 to 13 character long.
- Password should have at least one alphabet (a-z, A-Z)
- Password should have at least one numeric...
Is there a way we can create popup in ColdFusion. My lead dont like the javascript popup and he is looking for a square box kind of popup in which i need to show the dynamic content.
Is there any logic available to find the difference between two arrays.
OldArray = "F5,PLB,REC,TOL,ZMM,ZRW"
NewArray = "F5,REC,TOL,ZMM,ZRW,ZZZ"
I need to get whats removed and whats added.
(eg. Here PLB removed and ZZZ added)
Thanks in advance.
Regards
micJ
On my SQL Server, i have 2 databases, DBS1 and DBS2. On DBS1, i have 5000 records on table TBL1. On DBS2, i have a table TBL2 as same columns of TBL1 plus 5 extra columns.
My need is, i need to copy all the records from DBS1.TBL1 to DBS2.TBL2 thru SQL Server query analzer or some other way...
I am using MS Access as my database for my small ColdFusion application that has 6 or 7 pages overall. My question is when i fetching recrods from database based on the date. Query is working sometimes and not sometimes.
SELECT *
FROM tblHomeBudget
WHERE DateValue(dtReceipt) = '01/01/2006'...
I am using MS Access as my database for my small ColdFusion application that has 6 or 7 pages overall. My question is when i fetching recrods from database based on the date. Query is working sometimes and not sometimes.
SELECT *
FROM tblHomeBudget
WHERE DateValue(dtReceipt) = '01/01/2006'...
On my ColdFusion application, i have a report page which has more and more records and i can edit (on same page) each and every record at a time with EDIT button on the same row.
When i have morethan 500 records on my report, whenever i click EDIT button, page takes little time to show the...
I need to validate my Name field. Field should be only characters. No numbers in that. Any script available to validate (First name or Last Name)
Appreciate
micJ
Is there a way, so that we can hide or prevent the javascript script error that comes at the left hand side bottom of the status bar?
Appreciate ur help.
micJ
From my CF query i am getting all distincted SSNs. From these SSN list i need to get all names from another table.
Get SSN:
-------
<cfquery name="getSSN" datasource="dsn">
SELECT distinct ssn
FROM tblSSN
WHERE originator='Wrker1'
</cfquery>
<cfset AllSSN = ValueList(getSSN.ssn...
I have a TEXTAREA field called "Address" on my form.
The user can type an address and stored it on the SQL Server DB.
Eg,
Address1
Address2
City
State
When i return this address and display it (as HTML), its showing me like...
I am having text datatype column on my database. I am populating this column and display the bulk message into screen display. When i have 2000 words of message from a field, i wish to show 2 lines and for remaining i need to display them on a popup window thru a link.
E.g...
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.