Hi,
I need to write a code so that it monitors a particular MQ Q and pop's an alert if messages are not reviced for more than 2 or 3 hours. I need to know are there any api's that I can use to query the last update time of each MQ Q ?
Thanks in advance.
Hi all,
I'm facing problem while displaying data in Flexgrid. The number of columns is 1 and I want to display 66392 rows in this flexgrid. But "Unable to allocate memmory for flexgrid" is thrown. Can any body let me know where I'm wrong. My code for the same is like this :
While...
Hi All,
I have one problem. I have two child forms, each of them has 10 to 15 controls. Whenever I toggle between the windows all the controls flicker. This is because I'm collecting data from the data base and displaying it to the user. Because of this the flickering of controls take place. I...
Hi All,
I'm need help on Crypto 2.0 APIs. Im using CryptEncrypt to ecnrypt/decrypt my data. But I found 1 problem ie when I try to decrypt data on different machine I could not decrypt the file using same algorithm and every other setting like password, etc. Can any body let me know what can I...
Hi All,
I'm need help on Crypto 2.0 API's. I'm using CryptEncrypt to ecnrypt/decrypt my data. But I found 1 problem ie when I try to decrypt data on different machine I could not decrypt the file using same algorithm and every other setting like password, etc. Can any body let me know what can...
Hi,
How can I authenticate users to Proxy. Can anyone please help me in this context ? Which functions are available to carry out this authentication. My requirement is just to write a component which can do this functionality. I already have a username and password which will be used by this...
Hi,
May be this code helps you.
<HTML>
<TITLE>TRY</TITLE>
<head>
<script language="JavaScript">
function confirmit()
{
var result = confirm("Do you want to continue ?")
if(result==true)
alert("Mark as yes")
else
alert("Don't mark as yes")
}...
Hi rhowes,
You can use this
window.showModalDialog("first.html","resizable=no");
But this will work only on IE and not with Netscape.
[atom]
Hi,
Can you tell me hierarchy of ur directories? How do you place files on your Web Server so that many of other people can also help you solve your problem. Because i think that the problem lies with the references you use to include the .js and .css files.
|-0
Hi,
Use this.
<Script>
var isFirst = true;
callMyFunction()
{
if (isFirst)
{
//do your processing here
isFirst = false;//so that second time nothing can be
//selected
}
else
alert ('Only 1 job is to be selected');
}
</Script>
Then in your code...
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.