Hi,
I am trying to loop through a csv file wich comes with column headers but the trciky part is some of the headers(1 or 2) are missing and I have no control over how it comes back. Is there anyway that I can skip or replace that header with a decent title?
The end product needs to be...
Hi there, I've tried googling this but no results.
Here is what I need to get properties from a database and display them with their pictures.(gallery) I know storing pictures in the database is not good performance wise. Has anyone have any tips on how to do this in coldfusion?
Thanks
Hi there,
I have posted this on MYSQL forum as well but no answer so I will try here!!
I would like to know if it is possible to insert xml data into mysql database table in a structured way and if yes what syntax...any help is appreciated!!
Thanks
Hi there,
I would like to know if it is possible to insert xml data into mysql database table and if yes what syntax...any help is appreciated!!
Thanks
Hi I have to invoke a web service from a third party. They have sent my company a CD with the WSDL files on. I have noticed that coldfusion uses url to wsdl to access the web service....does any one know any trics to this?? I am thinking of hosting this wsdl file on locsl and call it from...
I have a table and with an increment ID which id now SN001 but i would like to add an extra 0 to make it SN0001...any idea how to do this??
I tried update like this
UPDATE CUSTOMERS
SET CUSTOMER_ID = "SN0+[CUSTOMER_ID,4]"
Thanks
I have a table and with an increment ID which id now SN001 but i would like to add an extra 0 to make it SN0001...any idea how to do this??
I tried update like this
UPDATE CUSTOMERS
SET CUSTOMER_ID = "DL0+[CUSTOMER_ID,4]"
Thanks
Hi there,
I am trying to page through records using a little bit of java as below....my problem is not displaying the data...The first block displays correctly but the second and the third are all over the places...I have tried all sorts of formating, it's not happening....Can some one spot...
Hi there, I am having a problem validating user input. When a user is registering, i need them to create a password and confirm it using another textbox field and then submit it to the database. I have created the form and submits correctly but need to match the two password strings entered on...
Hi there,
here is what I am trying to do:
I am filling a drop down box from the users table:
<cfquery name="Users" datasource="mysource">
select USERNAME from users where users.user_department='HR'
</cfquery>
This works fine but i also need to add to the list the users from sales....How do i...
Hi there,
I haven't used mysql for a while and I would like to know how to declare a variable for this: I want to be able to do the following but replace CP123 in the WHERE CLAUSE by whatever I specify. Possibly declare a variable??
Thanks
select DISTINCT *from memorandums
WHERE...
Hi there,
this is what i need to do but i am not sure on how to do it.
as part of the data i have returned from a web service i have an address that i have displayed on a series of labels(created dynamically) What I would like to do is across that line of address put the type of address and a...
Hi,
I have a template code snippet and it contains this "hasvalue"...could someone explain to me what it means and when is it used. This is the part where it is used:
"...If Me.hasvalue(reportApplicant.summary.totalaccounts) Then..."
This is from a window form and I would like the equivalent...
Hi,
I have a template code snippet and it contains this "hasvalue"...could someone explain to me what it means and when is it used. This is the part where it is used:
"...If Me.hasvalue(reportApplicant.summary.totalaccounts) Then..."
This is from a window form and I would like the...
Hi I have been trying to programmatically add a label on my page but wont work:
Here is the code I am using:
<%@page Language="VB"%>
<script runat="server">
Private Sub page_load()
Dim genericlabel As Label
genericlabel = New Label()
Dim panel1 As Panel...
Hi,
I am having a problem redirecting to another page and referencing textboxes on another aspx page.
on page1: I have a form with applicant details on the same page i have syntax like these:
inp.creditrequest.applicant(1).address(1).premisename = Me.txtPremiseName.Text...
Hi,
I am having a problem redirecting to another page and referencing textboxes on another aspx page.
on page1: I have a form with applicant details on the same page i have syntax like these:
inp.creditrequest.applicant(1).address(1).premisename = Me.txtPremiseName.Text...
Hi I have an equivalent code in VB.NET for a window form but I would like to do the same using a web form.
What this code do is to create tab, labels and other controls programatically depending on certain situations....could someone help?
I could post the code if that is necessary!!
Thanks
Hi I am trying to consume a third party web service....at the moment i have managed to make a connection but have a problem handling returned data....This web service returns a credit report of an applicant(address, name, and others)....any one who could help me?...I will provide further details...
Hi there I am new to this forum as well as to XML...here is what I am trying to do. I need to integrate seamlessly a web based credit check service tool into our system which is coldfusion based. Basically, it would work like this: once the customer screen details are up another button will...
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.