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 Wanet Telecoms Ltd 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: *

  • Users: mic12345
  • Content: Threads
  • Order by date
  1. mic12345

    Hi, In Outllok form 'Open event'

    Hi, In Outllok form 'Open event' I disabled toolbar by writing this below code. For Each objCBar in Item.Getinspector.CommandBars If objCBar.name = "Standard" then objCBar.visible = false end if Next and when exit from the form 'item_close()', activated again by...
  2. mic12345

    Sybase database

    Hi, Can I talk to SYBASE database by using VBScript??? Thanks in advance
  3. mic12345

    Printing a word document

    Hi, How to print a word document by using javascript. It has to print the job description, the one user selected from list box. Thanks in advance
  4. mic12345

    Record exist or not

    Hi, I'm checking for whether record exist in database or not. But it is not working. Though record exist, I never get the message. *********************************************************************** Here is the table looks like. EMPLID NAME EMAILID 1 Maruthi mbalmuri@hotmail.com 2 test...
  5. mic12345

    Message

    Hi, I'm new to VBScript. I wrote small piece of code and when I run on browser, I don't receive message when click on button. here is the code.<HTML> <HEAD> <TITLE>This is a VB Script test apge</TITLE> </HEAD> <BODY> <H1> <CENTER> <EM>VBScript Test Page</EM></H1> <HR> <INPUT...

Part and Inventory Search

Back
Top