Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Kadirpatel

    MQ monitoring using Java code

    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.
  2. Kadirpatel

    NDM

    Thank you all for yopur kind help. I have downloaded the PDF's and hope that they will help me out. Thanks a lot.
  3. Kadirpatel

    NDM

    NDM is used to transfer file from one Unix machine to another. This is only what I know about NDM.
  4. Kadirpatel

    NDM

    Hi All, I have to write a NDM scipt. Can anybody of you help me in getting tutorial or ducument or link for NDM. Thanks in advance.
  5. Kadirpatel

    Unable to allocate memmory for flexgrid

    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...
  6. Kadirpatel

    Hi All, I have one problem. I ha

    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...
  7. Kadirpatel

    Crypto API

    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...
  8. Kadirpatel

    Crypto API

    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...
  9. Kadirpatel

    Zip File

    Hi All, Please let me know how to create a Zip file through Visual Basic. I want to make zip file through my code using Visual Basic. Thanks Kadir
  10. Kadirpatel

    Java -> Native Code

    Yes I did but not the complex ones, only a simple that displayed "Hello" on the command prompt.
  11. Kadirpatel

    Proxy Help

    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...
  12. Kadirpatel

    Create a message box in a browser...

    Hi, May be this code helps you. <HTML> <TITLE>TRY</TITLE> <head> <script language=&quot;JavaScript&quot;> function confirmit() { var result = confirm(&quot;Do you want to continue ?&quot;) if(result==true) alert(&quot;Mark as yes&quot;) else alert(&quot;Don't mark as yes&quot;) }...
  13. Kadirpatel

    Making a window modal?

    Hi rhowes, You can use this window.showModalDialog(&quot;first.html&quot;,&quot;resizable=no&quot;); But this will work only on IE and not with Netscape. [atom]
  14. Kadirpatel

    *.CSS &amp; *.JS files

    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
  15. Kadirpatel

    onMouseOver Question - I hope there's an answer.......

    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...
  16. Kadirpatel

    check if file exists

    Hi lowbk, I dont think that u can access client machine to check whether the file exists which the user wants to upload to ur server through HTML/JavaScript. You will have to download an Applet to client browser if u want to access his machine. O !!
  17. Kadirpatel

    Date Range Comparison Validation

    Hey, Thats great even i could not make it out. But its good that you have solved your problem. Hmmm!!
  18. Kadirpatel

    Date Range Comparison Validation

    Hi, I forgot to inform that the problem will be in var old=emonth+eday+eyear it should be var old=emonth + &quot;/&quot; +eday + &quot;/&quot; +eyear This may solve it. !!
  19. Kadirpatel

    Date Range Comparison Validation

    Hi, I think that the catch is in lines var date=smonth+sday+syear; var old=emonth+eday+eyear; var f = new Date(date); var n = new Date(old); in your code. I've tried it with this code and it wokrs fine <script language=&quot;JavaScript&quot;> var...
  20. Kadirpatel

    C and Ports

    Hi All, Thanks for your kind support. I will look for these things and if any problem, i will again ask for your help. Thanks again.

Part and Inventory Search

Back
Top