how do I convert string to a number value. I have the database field value as 1 which is of the type string. I have to convert this value 1 into number datatype and add 1 to it.
Please let me know.
Thanks in advance for your help.
In my Crystal report, I need to show the alternate line displayed in yellow color. How can I do it? Also, I am suppressing some lines in my report if a given record has the same id as the previous record.
Please help.
I have fields on my form page that go beyond the page. However, the vertical scroll bar on the right do not automatically show up. Why?
Please let me know if there is a way that I can fix this.
Thanks.
I have a page divided into 2 frames . The code is as follows:
<cfoutput>
<frameset name="CreateCustMain" rows="235,200,*" framespacing='0' frameborder='1' border='0'>
<frame name="CreateCustTop" src="frm_customer_top.cfm" marginwidth='0' marginheight='0' noresize scrolling='no'></frame>
<frame...
I have defined as follows:
<cfparam name="URL.cust_name_hold" default="">
Later on, if I have to check if URL.cust_name_hold has a value or not, how will I write the IF statement?
Please let me know. Thanks.
If I want to display a certain field in a formatted form when the page is displayed, on what event can I do this.
e.g. I have the text box for phone number on my Edit form. I have written a javascript to format the phone number. However, when the Edit form is displayed, I want to display the...
I have a page divided into 2 frames. The upper frame is a search screen whereas the lower frame displays the search results.
Also, when the records are displayed in the lower frame, there are 2 hyperlinks -> Edit and Del displayed next to each record.
My problem is if I click on Del hyperlink...
I have a field last_update of the type DATE in ORacle.
To update this field with today's date, I am doing as follow:
last_update = #createODBCDate(now())#
However, this gives an error.
What wrong am I doing here? Please help.
dallasweb:
The way my code is, CF_TwoSelectsRelated does not work for me.
However , I have the following question:
We have a table CUSTOMER where the cust_code/svc_code combination form the primary key.
I have a query as follows:
select cust_code,svc_code
from customer
order by cust_code...
I have defined the checkbox as follows in my form:
<tr align="left">
<th width="15%" align="right">Int'l Ind</th>
<td>
<input type="checkbox" name="intl_ind" id="intl_ind">
</td>
</tr>
In my javascript, I am doing as follows:
var ind=customerInfo[ind].intl_ind;
if (ind == '1')
{...
webmigit:
thanks for your suggestion. Will fix my code accordingly.
However, I am hoping somebody can help me. I have reached a stage where I cannot proceed with my coding.
Any help will be appreciated.
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.