For My implimentation, I want to have Multiple Channels. Because of that I have send Enviromentvariables at runtime so as to make a successfull connection using MQCONN API Call. But It seems, it is having some Issues when we do the same in Windows 2000 server. Is there any other way of making a...
Thank U MiddlewareOnlince.COM ,
The MQSeries Client uses something called the "Workstation ID" to identify a Unique channel of communication between one Desktop application and the server over the internet. This is the case when a Desktop VB application is used to comunicate with...
Hi,
I am a newbie in using using MQSeries. I need to develop an ASP application that uses MQSeries to communicate to an AS400 Server.
I have an apprehension that if i use MQSeries, will there be a problem for MQSeries to uniquely identify the sessions of each user accessing the same...
Hi,
I am a newbie in using using MQSeries. I need to develop an ASP application that uses MQSeries to communicate to an AS400 Server.
I have an apprehension that if i use MQSeries, will there be a problem for MQSeries to uniquely identify the sessions of each user accessing the same...
Hi,
I need to make the access application POST some data to a Webserver and get the Results.
Can i use the WinInet.dll for the same. I have a code ready made for this in VB 5.0. Can this be used in the access form ?
If so please guide me how to g about using the WiniNet.Dll in Access.
I am a...
Hi,
I need to display a Crystal report onto my web page, using ColdFusion.
Is this possible at all ?
If possible, can somebody help me with this.
Regards
PeriChazhi
Hi,
Where can i find the complete list of CGI variables that can be used in CFML.
My immediate requirement is to get a CGI variable that can give me the Client Machine's IP address, when a user accesses my CF page.
Thanx in advance,
Perichazhi
please check the Datye format in the Regional Settings of the Server. If it is dd/mm/yyyy, then this might be the reason for wrong dates being entered.
All the best
Perichazh
Hi all,
I am facing a peculiar problem..
I need to clear off my session variables when the user closes the browser window without doing a proper logout operation. Please, can anyone help me.
ASP uses a function called session_onend.
How can i do it in Coldfusion..
Thanx in advance..
Perichazhi
I hope u can modify the query as
SELECT PersonID, FirstName, NickName, MiddleName, LastName
FROM Person
WHERE 0=0
AND Upper(LastName) NOT LIKE 'MODEM'
AND FirstName LIKE '%#Form.Name#%'
OR LastName LIKE '%#Form.Name#%'
OR NickName LIKE '%#Form.Name#%'
ORDER BY LastName
I'm sure this would...
It can be done through coldfusion as well as javascript
Javascript : to be written in the onclick event of the select box cbomultiselect.
var myselections = form.cbomultiselect.value;
if (myselections.indexof(",") > 2)
alert("Only 3 selections allowed")...
The problem your code faces is that it tries to deley the evaluation of attributes.width in the second parameter of the Iif function. This does not work out, since the second expression is evaluated due to the presence of # sign , and the original expression (IsDefined(Attributes.width)) does...
You can try this
<CFSET details = "line 1">
<CFSET details = details & "<BR>" & "line 2">
<CFSET details = details & "<BR>" & "line 3">
This will be stored in the database column as :
line 1<BR>line 2<BR>line 3
and when you try to display it...
Hi,
I'm developing and application which allows the user to download certain text files from the Server to his PC.
On the Click of a button, i would like to invoke the standard File download dialog box.
How can I do this using Cold Fusion.
This is urgent...
Thanx,
Perichazhi
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.